All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] unicode: update the width tables to Unicode 12.1
@ 2019-05-29 20:50 Beat Bolli
  0 siblings, 0 replies; only message in thread
From: Beat Bolli @ 2019-05-29 20:50 UTC (permalink / raw)
  To: git; +Cc: gitster, Beat Bolli

Now that Unicode 12.1 has been announced[0], update the character
width tables to the new version.

[0] http://blog.unicode.org/2019/05/unicode-12-1-en.html

Signed-off-by: Beat Bolli <dev+git@drbeat.li>
---
 unicode-width.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/unicode-width.h b/unicode-width.h
index 93a48f3bf8..c9d027625d 100644
--- a/unicode-width.h
+++ b/unicode-width.h
@@ -380,8 +380,7 @@ static const struct interval double_width[] = {
 { 0x31C0, 0x31E3 },
 { 0x31F0, 0x321E },
 { 0x3220, 0x3247 },
-{ 0x3250, 0x32FE },
-{ 0x3300, 0x4DBF },
+{ 0x3250, 0x4DBF },
 { 0x4E00, 0xA48C },
 { 0xA490, 0xA4C6 },
 { 0xA960, 0xA97C },
-- 
2.21.0.1020.gf2820cf01a


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-05-29 20:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-29 20:50 [PATCH] unicode: update the width tables to Unicode 12.1 Beat Bolli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.