mirror of
https://github.com/ccxvii/mujs.git
synced 2025-12-08 20:04:38 +08:00
Update character tables to Unicode 16.
This commit is contained in:
39
utfdata.h
39
utfdata.h
@@ -171,7 +171,7 @@ static const Rune ucd_alpha2[] = {
|
|||||||
0x1c00,0x1c23,
|
0x1c00,0x1c23,
|
||||||
0x1c4d,0x1c4f,
|
0x1c4d,0x1c4f,
|
||||||
0x1c5a,0x1c7d,
|
0x1c5a,0x1c7d,
|
||||||
0x1c80,0x1c88,
|
0x1c80,0x1c8a,
|
||||||
0x1c90,0x1cba,
|
0x1c90,0x1cba,
|
||||||
0x1cbd,0x1cbf,
|
0x1cbd,0x1cbf,
|
||||||
0x1ce9,0x1cec,
|
0x1ce9,0x1cec,
|
||||||
@@ -236,9 +236,9 @@ static const Rune ucd_alpha2[] = {
|
|||||||
0xa6a0,0xa6e5,
|
0xa6a0,0xa6e5,
|
||||||
0xa717,0xa71f,
|
0xa717,0xa71f,
|
||||||
0xa722,0xa788,
|
0xa722,0xa788,
|
||||||
0xa78b,0xa7ca,
|
0xa78b,0xa7cd,
|
||||||
0xa7d0,0xa7d1,
|
0xa7d0,0xa7d1,
|
||||||
0xa7d5,0xa7d9,
|
0xa7d5,0xa7dc,
|
||||||
0xa7f2,0xa801,
|
0xa7f2,0xa801,
|
||||||
0xa803,0xa805,
|
0xa803,0xa805,
|
||||||
0xa807,0xa80a,
|
0xa807,0xa80a,
|
||||||
@@ -326,6 +326,7 @@ static const Rune ucd_alpha2[] = {
|
|||||||
0x105a3,0x105b1,
|
0x105a3,0x105b1,
|
||||||
0x105b3,0x105b9,
|
0x105b3,0x105b9,
|
||||||
0x105bb,0x105bc,
|
0x105bb,0x105bc,
|
||||||
|
0x105c0,0x105f3,
|
||||||
0x10600,0x10736,
|
0x10600,0x10736,
|
||||||
0x10740,0x10755,
|
0x10740,0x10755,
|
||||||
0x10760,0x10767,
|
0x10760,0x10767,
|
||||||
@@ -359,8 +360,11 @@ static const Rune ucd_alpha2[] = {
|
|||||||
0x10c80,0x10cb2,
|
0x10c80,0x10cb2,
|
||||||
0x10cc0,0x10cf2,
|
0x10cc0,0x10cf2,
|
||||||
0x10d00,0x10d23,
|
0x10d00,0x10d23,
|
||||||
|
0x10d4a,0x10d65,
|
||||||
|
0x10d6f,0x10d85,
|
||||||
0x10e80,0x10ea9,
|
0x10e80,0x10ea9,
|
||||||
0x10eb0,0x10eb1,
|
0x10eb0,0x10eb1,
|
||||||
|
0x10ec2,0x10ec4,
|
||||||
0x10f00,0x10f1c,
|
0x10f00,0x10f1c,
|
||||||
0x10f30,0x10f45,
|
0x10f30,0x10f45,
|
||||||
0x10f70,0x10f81,
|
0x10f70,0x10f81,
|
||||||
@@ -389,6 +393,8 @@ static const Rune ucd_alpha2[] = {
|
|||||||
0x11332,0x11333,
|
0x11332,0x11333,
|
||||||
0x11335,0x11339,
|
0x11335,0x11339,
|
||||||
0x1135d,0x11361,
|
0x1135d,0x11361,
|
||||||
|
0x11380,0x11389,
|
||||||
|
0x11390,0x113b5,
|
||||||
0x11400,0x11434,
|
0x11400,0x11434,
|
||||||
0x11447,0x1144a,
|
0x11447,0x1144a,
|
||||||
0x1145f,0x11461,
|
0x1145f,0x11461,
|
||||||
@@ -411,6 +417,7 @@ static const Rune ucd_alpha2[] = {
|
|||||||
0x11a0b,0x11a32,
|
0x11a0b,0x11a32,
|
||||||
0x11a5c,0x11a89,
|
0x11a5c,0x11a89,
|
||||||
0x11ab0,0x11af8,
|
0x11ab0,0x11af8,
|
||||||
|
0x11bc0,0x11be0,
|
||||||
0x11c00,0x11c08,
|
0x11c00,0x11c08,
|
||||||
0x11c0a,0x11c2e,
|
0x11c0a,0x11c2e,
|
||||||
0x11c72,0x11c8f,
|
0x11c72,0x11c8f,
|
||||||
@@ -428,7 +435,9 @@ static const Rune ucd_alpha2[] = {
|
|||||||
0x12f90,0x12ff0,
|
0x12f90,0x12ff0,
|
||||||
0x13000,0x1342f,
|
0x13000,0x1342f,
|
||||||
0x13441,0x13446,
|
0x13441,0x13446,
|
||||||
|
0x13460,0x143fa,
|
||||||
0x14400,0x14646,
|
0x14400,0x14646,
|
||||||
|
0x16100,0x1611d,
|
||||||
0x16800,0x16a38,
|
0x16800,0x16a38,
|
||||||
0x16a40,0x16a5e,
|
0x16a40,0x16a5e,
|
||||||
0x16a70,0x16abe,
|
0x16a70,0x16abe,
|
||||||
@@ -437,11 +446,13 @@ static const Rune ucd_alpha2[] = {
|
|||||||
0x16b40,0x16b43,
|
0x16b40,0x16b43,
|
||||||
0x16b63,0x16b77,
|
0x16b63,0x16b77,
|
||||||
0x16b7d,0x16b8f,
|
0x16b7d,0x16b8f,
|
||||||
|
0x16d40,0x16d6c,
|
||||||
0x16e40,0x16e7f,
|
0x16e40,0x16e7f,
|
||||||
0x16f00,0x16f4a,
|
0x16f00,0x16f4a,
|
||||||
0x16f93,0x16f9f,
|
0x16f93,0x16f9f,
|
||||||
0x16fe0,0x16fe1,
|
0x16fe0,0x16fe1,
|
||||||
0x18800,0x18cd5,
|
0x18800,0x18cd5,
|
||||||
|
0x18cff,0x18d00,
|
||||||
0x1aff0,0x1aff3,
|
0x1aff0,0x1aff3,
|
||||||
0x1aff5,0x1affb,
|
0x1aff5,0x1affb,
|
||||||
0x1affd,0x1affe,
|
0x1affd,0x1affe,
|
||||||
@@ -488,6 +499,7 @@ static const Rune ucd_alpha2[] = {
|
|||||||
0x1e290,0x1e2ad,
|
0x1e290,0x1e2ad,
|
||||||
0x1e2c0,0x1e2eb,
|
0x1e2c0,0x1e2eb,
|
||||||
0x1e4d0,0x1e4eb,
|
0x1e4d0,0x1e4eb,
|
||||||
|
0x1e5d0,0x1e5ed,
|
||||||
0x1e7e0,0x1e7e6,
|
0x1e7e0,0x1e7e6,
|
||||||
0x1e7e8,0x1e7eb,
|
0x1e7e8,0x1e7eb,
|
||||||
0x1e7ed,0x1e7ee,
|
0x1e7ed,0x1e7ee,
|
||||||
@@ -615,6 +627,11 @@ static const Rune ucd_alpha1[] = {
|
|||||||
0x11288,
|
0x11288,
|
||||||
0x1133d,
|
0x1133d,
|
||||||
0x11350,
|
0x11350,
|
||||||
|
0x1138b,
|
||||||
|
0x1138e,
|
||||||
|
0x113b7,
|
||||||
|
0x113d1,
|
||||||
|
0x113d3,
|
||||||
0x114c7,
|
0x114c7,
|
||||||
0x11644,
|
0x11644,
|
||||||
0x116b8,
|
0x116b8,
|
||||||
@@ -636,7 +653,6 @@ static const Rune ucd_alpha1[] = {
|
|||||||
0x16fe3,
|
0x16fe3,
|
||||||
0x17000,
|
0x17000,
|
||||||
0x187f7,
|
0x187f7,
|
||||||
0x18d00,
|
|
||||||
0x18d08,
|
0x18d08,
|
||||||
0x1b132,
|
0x1b132,
|
||||||
0x1b155,
|
0x1b155,
|
||||||
@@ -644,6 +660,7 @@ static const Rune ucd_alpha1[] = {
|
|||||||
0x1d4bb,
|
0x1d4bb,
|
||||||
0x1d546,
|
0x1d546,
|
||||||
0x1e14e,
|
0x1e14e,
|
||||||
|
0x1e5f0,
|
||||||
0x1e94b,
|
0x1e94b,
|
||||||
0x1ee24,
|
0x1ee24,
|
||||||
0x1ee27,
|
0x1ee27,
|
||||||
@@ -671,6 +688,8 @@ static const Rune ucd_alpha1[] = {
|
|||||||
0x2cea1,
|
0x2cea1,
|
||||||
0x2ceb0,
|
0x2ceb0,
|
||||||
0x2ebe0,
|
0x2ebe0,
|
||||||
|
0x2ebf0,
|
||||||
|
0x2ee5d,
|
||||||
0x30000,
|
0x30000,
|
||||||
0x3134a,
|
0x3134a,
|
||||||
0x31350,
|
0x31350,
|
||||||
@@ -726,6 +745,7 @@ static const Rune ucd_tolower2[] = {
|
|||||||
0x1058c,0x10592,39,
|
0x1058c,0x10592,39,
|
||||||
0x10594,0x10595,39,
|
0x10594,0x10595,39,
|
||||||
0x10c80,0x10cb2,64,
|
0x10c80,0x10cb2,64,
|
||||||
|
0x10d50,0x10d65,32,
|
||||||
0x118a0,0x118bf,32,
|
0x118a0,0x118bf,32,
|
||||||
0x16e40,0x16e5f,32,
|
0x16e40,0x16e5f,32,
|
||||||
0x1e900,0x1e921,34,
|
0x1e900,0x1e921,34,
|
||||||
@@ -1023,6 +1043,7 @@ static const Rune ucd_tolower1[] = {
|
|||||||
0x52e,1,
|
0x52e,1,
|
||||||
0x10c7,7264,
|
0x10c7,7264,
|
||||||
0x10cd,7264,
|
0x10cd,7264,
|
||||||
|
0x1c89,1,
|
||||||
0x1e00,1,
|
0x1e00,1,
|
||||||
0x1e02,1,
|
0x1e02,1,
|
||||||
0x1e04,1,
|
0x1e04,1,
|
||||||
@@ -1345,9 +1366,13 @@ static const Rune ucd_tolower1[] = {
|
|||||||
0xa7c6,-35384,
|
0xa7c6,-35384,
|
||||||
0xa7c7,1,
|
0xa7c7,1,
|
||||||
0xa7c9,1,
|
0xa7c9,1,
|
||||||
|
0xa7cb,-42343,
|
||||||
|
0xa7cc,1,
|
||||||
0xa7d0,1,
|
0xa7d0,1,
|
||||||
0xa7d6,1,
|
0xa7d6,1,
|
||||||
0xa7d8,1,
|
0xa7d8,1,
|
||||||
|
0xa7da,1,
|
||||||
|
0xa7dc,-42561,
|
||||||
0xa7f5,1,
|
0xa7f5,1,
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -1401,6 +1426,7 @@ static const Rune ucd_toupper2[] = {
|
|||||||
0x105b3,0x105b9,-39,
|
0x105b3,0x105b9,-39,
|
||||||
0x105bb,0x105bc,-39,
|
0x105bb,0x105bc,-39,
|
||||||
0x10cc0,0x10cf2,-64,
|
0x10cc0,0x10cf2,-64,
|
||||||
|
0x10d70,0x10d85,-32,
|
||||||
0x118c0,0x118df,-32,
|
0x118c0,0x118df,-32,
|
||||||
0x16e60,0x16e7f,-32,
|
0x16e60,0x16e7f,-32,
|
||||||
0x1e922,0x1e943,-34,
|
0x1e922,0x1e943,-34,
|
||||||
@@ -1481,6 +1507,7 @@ static const Rune ucd_toupper1[] = {
|
|||||||
0x195,97,
|
0x195,97,
|
||||||
0x199,-1,
|
0x199,-1,
|
||||||
0x19a,163,
|
0x19a,163,
|
||||||
|
0x19b,42561,
|
||||||
0x19e,130,
|
0x19e,130,
|
||||||
0x1a1,-1,
|
0x1a1,-1,
|
||||||
0x1a3,-1,
|
0x1a3,-1,
|
||||||
@@ -1567,6 +1594,7 @@ static const Rune ucd_toupper1[] = {
|
|||||||
0x260,-205,
|
0x260,-205,
|
||||||
0x261,42315,
|
0x261,42315,
|
||||||
0x263,-207,
|
0x263,-207,
|
||||||
|
0x264,42343,
|
||||||
0x265,42280,
|
0x265,42280,
|
||||||
0x266,42308,
|
0x266,42308,
|
||||||
0x268,-209,
|
0x268,-209,
|
||||||
@@ -1727,6 +1755,7 @@ static const Rune ucd_toupper1[] = {
|
|||||||
0x1c86,-6236,
|
0x1c86,-6236,
|
||||||
0x1c87,-6181,
|
0x1c87,-6181,
|
||||||
0x1c88,35266,
|
0x1c88,35266,
|
||||||
|
0x1c8a,-1,
|
||||||
0x1d79,35332,
|
0x1d79,35332,
|
||||||
0x1d7d,3814,
|
0x1d7d,3814,
|
||||||
0x1d8e,35384,
|
0x1d8e,35384,
|
||||||
@@ -2034,9 +2063,11 @@ static const Rune ucd_toupper1[] = {
|
|||||||
0xa7c3,-1,
|
0xa7c3,-1,
|
||||||
0xa7c8,-1,
|
0xa7c8,-1,
|
||||||
0xa7ca,-1,
|
0xa7ca,-1,
|
||||||
|
0xa7cd,-1,
|
||||||
0xa7d1,-1,
|
0xa7d1,-1,
|
||||||
0xa7d7,-1,
|
0xa7d7,-1,
|
||||||
0xa7d9,-1,
|
0xa7d9,-1,
|
||||||
|
0xa7db,-1,
|
||||||
0xa7f6,-1,
|
0xa7f6,-1,
|
||||||
0xab53,-928,
|
0xab53,-928,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user