Skip to content

Commit 64b2419

Browse files
committed
Merge branch 'bb/unicode-width-table-15'
The display width table for unicode characters has been updated for Unicode 15.1 * bb/unicode-width-table-15: unicode: update the width tables to Unicode 15.1
2 parents ba7d57b + 872976c commit 64b2419

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

unicode-width.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,14 +396,13 @@ static const struct interval double_width[] = {
396396
{ 0x2E80, 0x2E99 },
397397
{ 0x2E9B, 0x2EF3 },
398398
{ 0x2F00, 0x2FD5 },
399-
{ 0x2FF0, 0x2FFB },
400-
{ 0x3000, 0x303E },
399+
{ 0x2FF0, 0x303E },
401400
{ 0x3041, 0x3096 },
402401
{ 0x3099, 0x30FF },
403402
{ 0x3105, 0x312F },
404403
{ 0x3131, 0x318E },
405404
{ 0x3190, 0x31E3 },
406-
{ 0x31F0, 0x321E },
405+
{ 0x31EF, 0x321E },
407406
{ 0x3220, 0x3247 },
408407
{ 0x3250, 0x4DBF },
409408
{ 0x4E00, 0xA48C },

0 commit comments

Comments
 (0)