Skip to content

Commit 5817f9c

Browse files
bbolligitster
authored andcommitted
unicode: update the width tables to Unicode 12.1
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent aeb582a commit 5817f9c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

unicode-width.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,7 @@ static const struct interval double_width[] = {
374374
{ 0x31C0, 0x31E3 },
375375
{ 0x31F0, 0x321E },
376376
{ 0x3220, 0x3247 },
377-
{ 0x3250, 0x32FE },
378-
{ 0x3300, 0x4DBF },
377+
{ 0x3250, 0x4DBF },
379378
{ 0x4E00, 0xA48C },
380379
{ 0xA490, 0xA4C6 },
381380
{ 0xA960, 0xA97C },

0 commit comments

Comments
 (0)