]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.2013: Unicode tables outdated v9.0.2013
authorChristian Brabandt <cb@256bit.org>
Wed, 11 Oct 2023 19:24:49 +0000 (21:24 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 11 Oct 2023 19:24:49 +0000 (21:24 +0200)
Problem: Unicode tables outdated
Solution: Update Unicode tables to v15.1 (released 23.09.2023)

closes: #13311

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/mbyte.c
src/version.c

index 4951f783236c9bd92cec169f9ebf8940c56fc20f..34592bd56ce1da4bd4beaa4a417b7c97a607f55a 100644 (file)
@@ -1419,14 +1419,13 @@ utf_char2cells(int c)
        {0x2e80, 0x2e99},
        {0x2e9b, 0x2ef3},
        {0x2f00, 0x2fd5},
-       {0x2ff0, 0x2ffb},
-       {0x3000, 0x303e},
+       {0x2ff0, 0x303e},
        {0x3041, 0x3096},
        {0x3099, 0x30ff},
        {0x3105, 0x312f},
        {0x3131, 0x318e},
        {0x3190, 0x31e3},
-       {0x31f0, 0x321e},
+       {0x31ef, 0x321e},
        {0x3220, 0x3247},
        {0x3250, 0x4dbf},
        {0x4e00, 0xa48c},
@@ -3152,8 +3151,10 @@ static convertStruct foldCase[] =
        {0x1fbe,0x1fbe,-1,-7173},
        {0x1fc8,0x1fcb,1,-86},
        {0x1fcc,0x1fcc,-1,-9},
+       {0x1fd3,0x1fd3,-1,-7235},
        {0x1fd8,0x1fd9,1,-8},
        {0x1fda,0x1fdb,1,-100},
+       {0x1fe3,0x1fe3,-1,-7219},
        {0x1fe8,0x1fe9,1,-8},
        {0x1fea,0x1feb,1,-112},
        {0x1fec,0x1fec,-1,-7},
@@ -3210,6 +3211,7 @@ static convertStruct foldCase[] =
        {0xa7d0,0xa7d6,6,1},
        {0xa7d8,0xa7f5,29,1},
        {0xab70,0xabbf,1,-38864},
+       {0xfb05,0xfb05,-1,1},
        {0xff21,0xff3a,1,32},
        {0x10400,0x10427,1,40},
        {0x104b0,0x104d3,1,40},
index 5b919069ca997e356875bfaeb30a46560864d59a..0f5a10e2fbff45bf69e8551a3a1956edd01d4031 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2013,
 /**/
     2012,
 /**/