update nfc_sets.cc to Unicode 13.0.0. :-)

new_sync
Roker 3 years ago
parent ac30ee1049
commit 9f2e6468b8

@ -131,6 +131,7 @@ const std::set<unsigned> NFC_Maybe = {
0x11B0,0x11B1,0x11B2,0x11B3,0x11B4,0x11B5,0x11B6,0x11B7,0x11B8,0x11B9,
0x11BA,0x11BB,0x11BC,0x11BD,0x11BE,0x11BF,0x11C0,0x11C1,0x11C2,0x1B35,
0x3099,0x309A,0x110BA,0x11127,0x1133E,0x11357,0x114B0,0x114BA,0x114BD,0x115AF,
0x11930,
};
const std::map<unsigned, unsigned char> NFC_CombiningClass = {
@ -493,6 +494,7 @@ const std::map<unsigned, unsigned char> NFC_CombiningClass = {
{0x0E4B, 107},
{0x0EB8, 118},
{0x0EB9, 118},
{0x0EBA, 9},
{0x0EC8, 122},
{0x0EC9, 122},
{0x0ECA, 122},
@ -557,6 +559,8 @@ const std::map<unsigned, unsigned char> NFC_CombiningClass = {
{0x1ABB, 230},
{0x1ABC, 230},
{0x1ABD, 220},
{0x1ABF, 220},
{0x1AC0, 220},
{0x1B34, 7},
{0x1B44, 9},
{0x1B6B, 230},
@ -750,6 +754,7 @@ const std::map<unsigned, unsigned char> NFC_CombiningClass = {
{0xA6F0, 230},
{0xA6F1, 230},
{0xA806, 9},
{0xA82C, 9},
{0xA8C4, 9},
{0xA8E0, 230},
{0xA8E1, 230},
@ -822,6 +827,8 @@ const std::map<unsigned, unsigned char> NFC_CombiningClass = {
{0x10D25, 230},
{0x10D26, 230},
{0x10D27, 230},
{0x10EAB, 230},
{0x10EAC, 230},
{0x10F46, 220},
{0x10F47, 220},
{0x10F48, 230},
@ -877,6 +884,10 @@ const std::map<unsigned, unsigned char> NFC_CombiningClass = {
{0x1172B, 9},
{0x11839, 9},
{0x1183A, 7},
{0x1193D, 9},
{0x1193E, 9},
{0x11943, 7},
{0x119E0, 9},
{0x11A34, 9},
{0x11A47, 9},
{0x11A99, 9},
@ -897,6 +908,8 @@ const std::map<unsigned, unsigned char> NFC_CombiningClass = {
{0x16B34, 230},
{0x16B35, 230},
{0x16B36, 230},
{0x16FF0, 6},
{0x16FF1, 6},
{0x1BC9E, 1},
{0x1D165, 216},
{0x1D166, 216},
@ -969,6 +982,17 @@ const std::map<unsigned, unsigned char> NFC_CombiningClass = {
{0x1E028, 230},
{0x1E029, 230},
{0x1E02A, 230},
{0x1E130, 230},
{0x1E131, 230},
{0x1E132, 230},
{0x1E133, 230},
{0x1E134, 230},
{0x1E135, 230},
{0x1E136, 230},
{0x1E2EC, 230},
{0x1E2ED, 230},
{0x1E2EE, 230},
{0x1E2EF, 230},
{0x1E8D0, 220},
{0x1E8D1, 220},
{0x1E8D2, 220},
@ -2491,6 +2515,7 @@ const std::map<unsigned, std::pair<int,int>> NFC_Decompose = {
{0x114BE, {0x114B9, 0x114BD}},
{0x115BA, {0x115B8, 0x115AF}},
{0x115BB, {0x115B9, 0x115AF}},
{0x11938, {0x11935, 0x11930}},
{0x1D15E, {0x1D157, 0x1D165}},
{0x1D15F, {0x1D158, 0x1D165}},
{0x1D160, {0x1D15F, 0x1D16E}},

Loading…
Cancel
Save