diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 09:26:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 09:26:03 +0000 |
commit | 9918693037dce8aa4bb6f08741b6812923486c18 (patch) | |
tree | 21d2b40bec7e6a7ea664acee056eb3d08e15a1cf /vendor/ucd-trie | |
parent | Releasing progress-linux version 1.75.0+dfsg1-5~progress7.99u1. (diff) | |
download | rustc-9918693037dce8aa4bb6f08741b6812923486c18.tar.xz rustc-9918693037dce8aa4bb6f08741b6812923486c18.zip |
Merging upstream version 1.76.0+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/ucd-trie')
-rw-r--r-- | vendor/ucd-trie/.cargo-checksum.json | 2 | ||||
-rw-r--r-- | vendor/ucd-trie/Cargo.toml | 4 | ||||
-rw-r--r-- | vendor/ucd-trie/src/general_category.rs | 250 |
3 files changed, 166 insertions, 90 deletions
diff --git a/vendor/ucd-trie/.cargo-checksum.json b/vendor/ucd-trie/.cargo-checksum.json index 288930476..697b2643e 100644 --- a/vendor/ucd-trie/.cargo-checksum.json +++ b/vendor/ucd-trie/.cargo-checksum.json @@ -1 +1 @@ -{"files":{"Cargo.toml":"2d56d2895d5d852c645cc48e625aaaa659ae446101a693f2256e2e3cd23dba8a","LICENSE-APACHE":"a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2","LICENSE-MIT":"0f96a83840e146e43c0ec96a22ec1f392e0680e6c1226e6f3ba87e0740af850f","README.md":"6687ddcfa8075f52ea4326b3caa756165236ff6f75e3379e55ea9f6841821324","benches/bench.rs":"9b74139d17cfcccb502f2abe80b8a4c15a17037a681f27ec914d51e83ea7e55f","src/general_category.rs":"031bcf7c53f106eb5186de4a2641933eace0fad0df9f6c2b048c082f44d0412a","src/lib.rs":"99bedb2b655b39ac3a2cc7b4b79a381f7d1e086a20558eec52968f556a638ec4","src/owned.rs":"b897f815685f597f3a98613d5f8196153a207a741e61bbb19f48f90c2bf594ae"},"package":"9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"}
\ No newline at end of file +{"files":{"Cargo.toml":"d9da2663b8cbd9a49456a610e15a50d3e6e52768edbf72862c9daeb3c6330306","LICENSE-APACHE":"a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2","LICENSE-MIT":"0f96a83840e146e43c0ec96a22ec1f392e0680e6c1226e6f3ba87e0740af850f","README.md":"6687ddcfa8075f52ea4326b3caa756165236ff6f75e3379e55ea9f6841821324","benches/bench.rs":"9b74139d17cfcccb502f2abe80b8a4c15a17037a681f27ec914d51e83ea7e55f","src/general_category.rs":"a28d7d49cffda077e505cabe03ea6d5c6fb328a25912a07da08497bfaa992a86","src/lib.rs":"99bedb2b655b39ac3a2cc7b4b79a381f7d1e086a20558eec52968f556a638ec4","src/owned.rs":"b897f815685f597f3a98613d5f8196153a207a741e61bbb19f48f90c2bf594ae"},"package":"ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"}
\ No newline at end of file diff --git a/vendor/ucd-trie/Cargo.toml b/vendor/ucd-trie/Cargo.toml index 2e25e6caa..7ac0b5201 100644 --- a/vendor/ucd-trie/Cargo.toml +++ b/vendor/ucd-trie/Cargo.toml @@ -10,9 +10,9 @@ # See Cargo.toml.orig for the original contents. [package] -edition = "2018" +edition = "2021" name = "ucd-trie" -version = "0.1.5" +version = "0.1.6" authors = ["Andrew Gallant <jamslam@gmail.com>"] description = """ A trie for storing Unicode codepoint sets and maps. diff --git a/vendor/ucd-trie/src/general_category.rs b/vendor/ucd-trie/src/general_category.rs index 53c54b78f..dbaff3aa4 100644 --- a/vendor/ucd-trie/src/general_category.rs +++ b/vendor/ucd-trie/src/general_category.rs @@ -1,10 +1,10 @@ // DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY: // -// ucd-generate general-category ucd-14.0.0 +// ucd-generate general-category ucd-15.0.0 // -// Unicode version: 14.0.0. +// Unicode version: 15.0.0. // -// ucd-generate 0.2.10 is available on crates.io. +// ucd-generate 0.2.15 is available on crates.io. pub const BY_NAME: &'static [(&'static str, &'static [(u32, u32)])] = &[ ("Cased_Letter", CASED_LETTER), @@ -189,6 +189,7 @@ pub const CASED_LETTER: &'static [(u32, u32)] = &[ (120772, 120779), (122624, 122633), (122635, 122654), + (122661, 122666), (125184, 125251), ]; @@ -383,12 +384,14 @@ pub const DECIMAL_NUMBER: &'static [(u32, u32)] = &[ (72784, 72793), (73040, 73049), (73120, 73129), + (73552, 73561), (92768, 92777), (92864, 92873), (93008, 93017), (120782, 120831), (123200, 123209), (123632, 123641), + (124144, 124153), (125264, 125273), (130032, 130041), ]; @@ -426,7 +429,7 @@ pub const FORMAT: &'static [(u32, u32)] = &[ (65529, 65531), (69821, 69821), (69837, 69837), - (78896, 78904), + (78896, 78911), (113824, 113827), (119155, 119162), (917505, 917505), @@ -917,6 +920,7 @@ pub const LETTER: &'static [(u32, u32)] = &[ (70108, 70108), (70144, 70161), (70163, 70187), + (70207, 70208), (70272, 70278), (70280, 70280), (70282, 70285), @@ -979,11 +983,15 @@ pub const LETTER: &'static [(u32, u32)] = &[ (73066, 73097), (73112, 73112), (73440, 73458), + (73474, 73474), + (73476, 73488), + (73490, 73523), (73648, 73648), (73728, 74649), (74880, 75075), (77712, 77808), - (77824, 78894), + (77824, 78895), + (78913, 78918), (82944, 83526), (92160, 92728), (92736, 92766), @@ -1006,7 +1014,9 @@ pub const LETTER: &'static [(u32, u32)] = &[ (110581, 110587), (110589, 110590), (110592, 110882), + (110898, 110898), (110928, 110930), + (110933, 110933), (110948, 110951), (110960, 111355), (113664, 113770), @@ -1044,11 +1054,14 @@ pub const LETTER: &'static [(u32, u32)] = &[ (120746, 120770), (120772, 120779), (122624, 122654), + (122661, 122666), + (122928, 122989), (123136, 123180), (123191, 123197), (123214, 123214), (123536, 123565), (123584, 123627), + (124112, 124139), (124896, 124902), (124904, 124907), (124909, 124910), @@ -1090,12 +1103,13 @@ pub const LETTER: &'static [(u32, u32)] = &[ (126629, 126633), (126635, 126651), (131072, 173791), - (173824, 177976), + (173824, 177977), (177984, 178205), (178208, 183969), (183984, 191456), (194560, 195101), (196608, 201546), + (201552, 205743), ]; pub const LETTER_NUMBER: &'static [(u32, u32)] = &[ @@ -1772,6 +1786,7 @@ pub const LOWERCASE_LETTER: &'static [(u32, u32)] = &[ (120779, 120779), (122624, 122633), (122635, 122654), + (122661, 122666), (125218, 125251), ]; @@ -1856,6 +1871,7 @@ pub const MARK: &'static [(u32, u32)] = &[ (3274, 3277), (3285, 3286), (3298, 3299), + (3315, 3315), (3328, 3331), (3387, 3388), (3390, 3396), @@ -1874,7 +1890,7 @@ pub const MARK: &'static [(u32, u32)] = &[ (3655, 3662), (3761, 3761), (3764, 3772), - (3784, 3789), + (3784, 3790), (3864, 3865), (3893, 3893), (3895, 3895), @@ -1976,6 +1992,7 @@ pub const MARK: &'static [(u32, u32)] = &[ (68325, 68326), (68900, 68903), (69291, 69292), + (69373, 69375), (69446, 69456), (69506, 69509), (69632, 69634), @@ -1995,6 +2012,7 @@ pub const MARK: &'static [(u32, u32)] = &[ (70094, 70095), (70188, 70199), (70206, 70206), + (70209, 70209), (70367, 70378), (70400, 70403), (70459, 70460), @@ -2042,6 +2060,12 @@ pub const MARK: &'static [(u32, u32)] = &[ (73104, 73105), (73107, 73111), (73459, 73462), + (73472, 73473), + (73475, 73475), + (73524, 73530), + (73534, 73538), + (78912, 78912), + (78919, 78933), (92912, 92916), (92976, 92982), (94031, 94031), @@ -2069,9 +2093,11 @@ pub const MARK: &'static [(u32, u32)] = &[ (122907, 122913), (122915, 122916), (122918, 122922), + (123023, 123023), (123184, 123190), (123566, 123566), (123628, 123631), + (124140, 124143), (125136, 125142), (125252, 125258), (917760, 917999), @@ -2212,7 +2238,9 @@ pub const MODIFIER_LETTER: &'static [(u32, u32)] = &[ (110576, 110579), (110581, 110587), (110589, 110590), + (122928, 122989), (123191, 123197), + (124139, 124139), (125259, 125259), ]; @@ -2343,7 +2371,7 @@ pub const NONSPACING_MARK: &'static [(u32, u32)] = &[ (3655, 3662), (3761, 3761), (3764, 3772), - (3784, 3789), + (3784, 3790), (3864, 3865), (3893, 3893), (3895, 3895), @@ -2474,6 +2502,7 @@ pub const NONSPACING_MARK: &'static [(u32, u32)] = &[ (68325, 68326), (68900, 68903), (69291, 69292), + (69373, 69375), (69446, 69456), (69506, 69509), (69633, 69633), @@ -2496,6 +2525,7 @@ pub const NONSPACING_MARK: &'static [(u32, u32)] = &[ (70196, 70196), (70198, 70199), (70206, 70206), + (70209, 70209), (70367, 70367), (70371, 70378), (70400, 70401), @@ -2557,6 +2587,12 @@ pub const NONSPACING_MARK: &'static [(u32, u32)] = &[ (73109, 73109), (73111, 73111), (73459, 73460), + (73472, 73473), + (73526, 73530), + (73536, 73536), + (73538, 73538), + (78912, 78912), + (78919, 78933), (92912, 92916), (92976, 92982), (94031, 94031), @@ -2581,9 +2617,11 @@ pub const NONSPACING_MARK: &'static [(u32, u32)] = &[ (122907, 122913), (122915, 122916), (122918, 122922), + (123023, 123023), (123184, 123190), (123566, 123566), (123628, 123631), + (124140, 124143), (125136, 125142), (125252, 125258), (917760, 917999), @@ -2703,6 +2741,7 @@ pub const NUMBER: &'static [(u32, u32)] = &[ (72784, 72812), (73040, 73049), (73120, 73129), + (73552, 73561), (73664, 73684), (74752, 74862), (92768, 92777), @@ -2710,11 +2749,13 @@ pub const NUMBER: &'static [(u32, u32)] = &[ (93008, 93017), (93019, 93025), (93824, 93846), + (119488, 119507), (119520, 119539), (119648, 119672), (120782, 120831), (123200, 123209), (123632, 123641), + (124144, 124153), (125127, 125135), (125264, 125273), (126065, 126123), @@ -2935,7 +2976,7 @@ pub const OTHER: &'static [(u32, u32)] = &[ (3295, 3295), (3300, 3301), (3312, 3312), - (3315, 3327), + (3316, 3327), (3341, 3341), (3345, 3345), (3397, 3397), @@ -2965,7 +3006,7 @@ pub const OTHER: &'static [(u32, u32)] = &[ (3774, 3775), (3781, 3781), (3783, 3783), - (3790, 3791), + (3791, 3791), (3802, 3803), (3808, 3839), (3912, 3912), @@ -3237,7 +3278,7 @@ pub const OTHER: &'static [(u32, u32)] = &[ (69247, 69247), (69290, 69290), (69294, 69295), - (69298, 69375), + (69298, 69372), (69416, 69423), (69466, 69487), (69514, 69551), @@ -3255,7 +3296,7 @@ pub const OTHER: &'static [(u32, u32)] = &[ (70112, 70112), (70133, 70143), (70162, 70162), - (70207, 70271), + (70210, 70271), (70279, 70279), (70281, 70281), (70286, 70286), @@ -3307,7 +3348,8 @@ pub const OTHER: &'static [(u32, u32)] = &[ (72165, 72191), (72264, 72271), (72355, 72367), - (72441, 72703), + (72441, 72447), + (72458, 72703), (72713, 72713), (72759, 72759), (72774, 72783), @@ -3328,7 +3370,10 @@ pub const OTHER: &'static [(u32, u32)] = &[ (73106, 73106), (73113, 73119), (73130, 73439), - (73465, 73647), + (73465, 73471), + (73489, 73489), + (73531, 73533), + (73562, 73647), (73649, 73663), (73714, 73726), (74650, 74751), @@ -3336,7 +3381,8 @@ pub const OTHER: &'static [(u32, u32)] = &[ (74869, 74879), (75076, 77711), (77811, 77823), - (78895, 82943), + (78896, 78911), + (78934, 82943), (83527, 92159), (92729, 92735), (92767, 92767), @@ -3362,8 +3408,10 @@ pub const OTHER: &'static [(u32, u32)] = &[ (110580, 110580), (110588, 110588), (110591, 110591), - (110883, 110927), - (110931, 110947), + (110883, 110897), + (110899, 110927), + (110931, 110932), + (110934, 110947), (110952, 110959), (111356, 113663), (113771, 113775), @@ -3378,7 +3426,8 @@ pub const OTHER: &'static [(u32, u32)] = &[ (119079, 119080), (119155, 119162), (119275, 119295), - (119366, 119519), + (119366, 119487), + (119508, 119519), (119540, 119551), (119639, 119647), (119673, 119807), @@ -3405,19 +3454,23 @@ pub const OTHER: &'static [(u32, u32)] = &[ (121484, 121498), (121504, 121504), (121520, 122623), - (122655, 122879), + (122655, 122660), + (122667, 122879), (122887, 122887), (122905, 122906), (122914, 122914), (122917, 122917), - (122923, 123135), + (122923, 122927), + (122990, 123022), + (123024, 123135), (123181, 123183), (123198, 123199), (123210, 123213), (123216, 123535), (123567, 123583), (123642, 123646), - (123648, 124895), + (123648, 124111), + (124154, 124895), (124903, 124903), (124908, 124908), (124911, 124911), @@ -3475,11 +3528,11 @@ pub const OTHER: &'static [(u32, u32)] = &[ (127561, 127567), (127570, 127583), (127590, 127743), - (128728, 128732), + (128728, 128731), (128749, 128751), (128765, 128767), - (128884, 128895), - (128985, 128991), + (128887, 128890), + (128986, 128991), (129004, 129007), (129009, 129023), (129036, 129039), @@ -3490,25 +3543,24 @@ pub const OTHER: &'static [(u32, u32)] = &[ (129202, 129279), (129620, 129631), (129646, 129647), - (129653, 129655), (129661, 129663), - (129671, 129679), - (129709, 129711), - (129723, 129727), - (129734, 129743), - (129754, 129759), - (129768, 129775), - (129783, 129791), + (129673, 129679), + (129726, 129726), + (129734, 129741), + (129756, 129759), + (129769, 129775), + (129785, 129791), (129939, 129939), (129995, 130031), (130042, 131071), (173792, 173823), - (177977, 177983), + (177978, 177983), (178206, 178207), (183970, 183983), (191457, 194559), (195102, 196607), - (201547, 917759), + (201547, 201551), + (205744, 917759), (918000, 1114111), ]; @@ -3877,6 +3929,7 @@ pub const OTHER_LETTER: &'static [(u32, u32)] = &[ (70108, 70108), (70144, 70161), (70163, 70187), + (70207, 70208), (70272, 70278), (70280, 70280), (70282, 70285), @@ -3938,11 +3991,15 @@ pub const OTHER_LETTER: &'static [(u32, u32)] = &[ (73066, 73097), (73112, 73112), (73440, 73458), + (73474, 73474), + (73476, 73488), + (73490, 73523), (73648, 73648), (73728, 74649), (74880, 75075), (77712, 77808), - (77824, 78894), + (77824, 78895), + (78913, 78918), (82944, 83526), (92160, 92728), (92736, 92766), @@ -3957,7 +4014,9 @@ pub const OTHER_LETTER: &'static [(u32, u32)] = &[ (100352, 101589), (101632, 101640), (110592, 110882), + (110898, 110898), (110928, 110930), + (110933, 110933), (110948, 110951), (110960, 111355), (113664, 113770), @@ -3969,6 +4028,7 @@ pub const OTHER_LETTER: &'static [(u32, u32)] = &[ (123214, 123214), (123536, 123565), (123584, 123627), + (124112, 124138), (124896, 124902), (124904, 124907), (124909, 124910), @@ -4008,12 +4068,13 @@ pub const OTHER_LETTER: &'static [(u32, u32)] = &[ (126629, 126633), (126635, 126651), (131072, 173791), - (173824, 177976), + (173824, 177977), (177984, 178205), (178208, 183969), (183984, 191456), (194560, 195101), (196608, 201546), + (201552, 205743), ]; pub const OTHER_NUMBER: &'static [(u32, u32)] = &[ @@ -4079,6 +4140,7 @@ pub const OTHER_NUMBER: &'static [(u32, u32)] = &[ (73664, 73684), (93019, 93025), (93824, 93846), + (119488, 119507), (119520, 119539), (119648, 119672), (125127, 125135), @@ -4261,9 +4323,11 @@ pub const OTHER_PUNCTUATION: &'static [(u32, u32)] = &[ (72255, 72262), (72346, 72348), (72350, 72354), + (72448, 72457), (72769, 72773), (72816, 72817), (73463, 73464), + (73539, 73551), (73727, 73727), (74864, 74868), (77809, 77810), @@ -4440,10 +4504,10 @@ pub const OTHER_SYMBOL: &'static [(u32, u32)] = &[ (127584, 127589), (127744, 127994), (128000, 128727), - (128733, 128748), + (128732, 128748), (128752, 128764), - (128768, 128883), - (128896, 128984), + (128768, 128886), + (128891, 128985), (128992, 129003), (129008, 129008), (129024, 129035), @@ -4454,15 +4518,13 @@ pub const OTHER_SYMBOL: &'static [(u32, u32)] = &[ (129200, 129201), (129280, 129619), (129632, 129645), - (129648, 129652), - (129656, 129660), - (129664, 129670), - (129680, 129708), - (129712, 129722), - (129728, 129733), - (129744, 129753), - (129760, 129767), - (129776, 129782), + (129648, 129660), + (129664, 129672), + (129680, 129725), + (129727, 129733), + (129742, 129755), + (129760, 129768), + (129776, 129784), (129792, 129938), (129940, 129994), ]; @@ -4647,9 +4709,11 @@ pub const PUNCTUATION: &'static [(u32, u32)] = &[ (72255, 72262), (72346, 72348), (72350, 72354), + (72448, 72457), (72769, 72773), (72816, 72817), (73463, 73464), + (73539, 73551), (73727, 73727), (74864, 74868), (77809, 77810), @@ -4721,6 +4785,7 @@ pub const SPACING_MARK: &'static [(u32, u32)] = &[ (3271, 3272), (3274, 3275), (3285, 3286), + (3315, 3315), (3330, 3331), (3390, 3392), (3398, 3400), @@ -4859,6 +4924,10 @@ pub const SPACING_MARK: &'static [(u32, u32)] = &[ (73107, 73108), (73110, 73110), (73461, 73462), + (73475, 73475), + (73524, 73525), + (73534, 73535), + (73537, 73537), (94033, 94087), (94192, 94193), (119141, 119142), @@ -5077,10 +5146,10 @@ pub const SYMBOL: &'static [(u32, u32)] = &[ (127568, 127569), (127584, 127589), (127744, 128727), - (128733, 128748), + (128732, 128748), (128752, 128764), - (128768, 128883), - (128896, 128984), + (128768, 128886), + (128891, 128985), (128992, 129003), (129008, 129008), (129024, 129035), @@ -5091,15 +5160,13 @@ pub const SYMBOL: &'static [(u32, u32)] = &[ (129200, 129201), (129280, 129619), (129632, 129645), - (129648, 129652), - (129656, 129660), - (129664, 129670), - (129680, 129708), - (129712, 129722), - (129728, 129733), - (129744, 129753), - (129760, 129767), - (129776, 129782), + (129648, 129660), + (129664, 129672), + (129680, 129725), + (129727, 129733), + (129742, 129755), + (129760, 129768), + (129776, 129784), (129792, 129938), (129940, 129994), ]; @@ -5239,7 +5306,7 @@ pub const UNASSIGNED: &'static [(u32, u32)] = &[ (3295, 3295), (3300, 3301), (3312, 3312), - (3315, 3327), + (3316, 3327), (3341, 3341), (3345, 3345), (3397, 3397), @@ -5269,7 +5336,7 @@ pub const UNASSIGNED: &'static [(u32, u32)] = &[ (3774, 3775), (3781, 3781), (3783, 3783), - (3790, 3791), + (3791, 3791), (3802, 3803), (3808, 3839), (3912, 3912), @@ -5539,7 +5606,7 @@ pub const UNASSIGNED: &'static [(u32, u32)] = &[ (69247, 69247), (69290, 69290), (69294, 69295), - (69298, 69375), + (69298, 69372), (69416, 69423), (69466, 69487), (69514, 69551), @@ -5557,7 +5624,7 @@ pub const UNASSIGNED: &'static [(u32, u32)] = &[ (70112, 70112), (70133, 70143), (70162, 70162), - (70207, 70271), + (70210, 70271), (70279, 70279), (70281, 70281), (70286, 70286), @@ -5609,7 +5676,8 @@ pub const UNASSIGNED: &'static [(u32, u32)] = &[ (72165, 72191), (72264, 72271), (72355, 72367), - (72441, 72703), + (72441, 72447), + (72458, 72703), (72713, 72713), (72759, 72759), (72774, 72783), @@ -5630,7 +5698,10 @@ pub const UNASSIGNED: &'static [(u32, u32)] = &[ (73106, 73106), (73113, 73119), (73130, 73439), - (73465, 73647), + (73465, 73471), + (73489, 73489), + (73531, 73533), + (73562, 73647), (73649, 73663), (73714, 73726), (74650, 74751), @@ -5638,8 +5709,7 @@ pub const UNASSIGNED: &'static [(u32, u32)] = &[ (74869, 74879), (75076, 77711), (77811, 77823), - (78895, 78895), - (78905, 82943), + (78934, 82943), (83527, 92159), (92729, 92735), (92767, 92767), @@ -5665,8 +5735,10 @@ pub const UNASSIGNED: &'static [(u32, u32)] = &[ (110580, 110580), (110588, 110588), (110591, 110591), - (110883, 110927), - (110931, 110947), + (110883, 110897), + (110899, 110927), + (110931, 110932), + (110934, 110947), (110952, 110959), (111356, 113663), (113771, 113775), @@ -5680,7 +5752,8 @@ pub const UNASSIGNED: &'static [(u32, u32)] = &[ (119030, 119039), (119079, 119080), (119275, 119295), - (119366, 119519), + (119366, 119487), + (119508, 119519), (119540, 119551), (119639, 119647), (119673, 119807), @@ -5707,19 +5780,23 @@ pub const UNASSIGNED: &'static [(u32, u32)] = &[ (121484, 121498), (121504, 121504), (121520, 122623), - (122655, 122879), + (122655, 122660), + (122667, 122879), (122887, 122887), (122905, 122906), (122914, 122914), (122917, 122917), - (122923, 123135), + (122923, 122927), + (122990, 123022), + (123024, 123135), (123181, 123183), (123198, 123199), (123210, 123213), (123216, 123535), (123567, 123583), (123642, 123646), - (123648, 124895), + (123648, 124111), + (124154, 124895), (124903, 124903), (124908, 124908), (124911, 124911), @@ -5777,11 +5854,11 @@ pub const UNASSIGNED: &'static [(u32, u32)] = &[ (127561, 127567), (127570, 127583), (127590, 127743), - (128728, 128732), + (128728, 128731), (128749, 128751), (128765, 128767), - (128884, 128895), - (128985, 128991), + (128887, 128890), + (128986, 128991), (129004, 129007), (129009, 129023), (129036, 129039), @@ -5792,25 +5869,24 @@ pub const UNASSIGNED: &'static [(u32, u32)] = &[ (129202, 129279), (129620, 129631), (129646, 129647), - (129653, 129655), (129661, 129663), - (129671, 129679), - (129709, 129711), - (129723, 129727), - (129734, 129743), - (129754, 129759), - (129768, 129775), - (129783, 129791), + (129673, 129679), + (129726, 129726), + (129734, 129741), + (129756, 129759), + (129769, 129775), + (129785, 129791), (129939, 129939), (129995, 130031), (130042, 131071), (173792, 173823), - (177977, 177983), + (177978, 177983), (178206, 178207), (183970, 183983), (191457, 194559), (195102, 196607), - (201547, 917504), + (201547, 201551), + (205744, 917504), (917506, 917535), (917632, 917759), (918000, 983039), |