File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -748,6 +748,8 @@ static char *(features[]) =
748748
749749static int included_patches [] =
750750{ /* Add new patch number below this line */
751+ /**/
752+ 1630 ,
751753/**/
752754 1629 ,
753755/**/
You can’t perform that action at this time.
0 commit comments