diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-06-17 10:15:18 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-06-17 10:15:18 -0700 |
commit | 3dc47c428894c0eca7b01561978befdc09f64e48 (patch) | |
tree | 465eee3568635dd3ea08f829f0af195f1b219945 /unicode-width.h | |
parent | e7ef93ba7a6c5446b1e199841ff93a9f8e2815ff (diff) | |
parent | 5817f9caa3ca6f4f552d8be5bbfccd1e03718f06 (diff) | |
download | git-3dc47c428894c0eca7b01561978befdc09f64e48.tar.gz |
Merge branch 'bb/unicode-12.1-reiwa'
Update to Unicode 12.1 width table.
* bb/unicode-12.1-reiwa:
unicode: update the width tables to Unicode 12.1
Diffstat (limited to 'unicode-width.h')
-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 }, |