diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-07-25 14:27:10 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-07-25 14:27:11 -0700 |
commit | 7a779ca2f89a33f405029ac30891cec769b08d2e (patch) | |
tree | 7443734f775124b839e1a7da469ff88c8148bae2 | |
parent | Merge branch 'js/fsmonitor-unflake' into maint (diff) | |
parent | unicode: update the width tables to Unicode 12.1 (diff) | |
download | tgif-7a779ca2f89a33f405029ac30891cec769b08d2e.tar.xz |
Merge branch 'bb/unicode-12.1-reiwa' into maint
Update to Unicode 12.1 width table.
* bb/unicode-12.1-reiwa:
unicode: update the width tables to Unicode 12.1
-rw-r--r-- | unicode-width.h | 3 |
1 files changed, 1 insertions, 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 }, |