Skip to content

Commit d63aff0

Browse files
committed
patch 7.4.1630
Problem: Unicode table for double width is outdated. Solution: Update to the latest Unicode standard.
1 parent b86f10e commit d63aff0

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/mbyte.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,6 +1252,11 @@ utf_char2cells(int c)
12521252
{0xfe68, 0xfe6b},
12531253
{0xff01, 0xff60},
12541254
{0xffe0, 0xffe6},
1255+
{0x1b000, 0x1b001},
1256+
{0x1f200, 0x1f202},
1257+
{0x1f210, 0x1f23a},
1258+
{0x1f240, 0x1f248},
1259+
{0x1f250, 0x1f251},
12551260
{0x20000, 0x2fffd},
12561261
{0x30000, 0x3fffd}
12571262
};
@@ -3351,6 +3356,7 @@ static convertStruct toUpper[] =
33513356
{0x10cc0,0x10cf2,1,-64},
33523357
{0x118c0,0x118df,1,-32}
33533358
};
3359+
33543360
/*
33553361
* Return the upper-case equivalent of "a", which is a UCS-4 character. Use
33563362
* simple case folding.

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,8 @@ static char *(features[]) =
748748

749749
static int included_patches[] =
750750
{ /* Add new patch number below this line */
751+
/**/
752+
1630,
751753
/**/
752754
1629,
753755
/**/

0 commit comments

Comments
 (0)