aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2024-02-08 07:56:03 +0100
committerJeff Vander Stoep <jeffv@google.com>2024-02-08 07:56:04 +0100
commitd246ab024afe3e304190063b92d1710f81b03cd8 (patch)
tree92c7eddf47bd94564ec72b95e76a04bd634bb573
parent1bfbc7a39d41ca3900b7718f8a5489d568e4a774 (diff)
downloaducd-trie-d246ab024afe3e304190063b92d1710f81b03cd8.tar.gz
Upgrade ucd-trie to 0.1.6emu-34-3-release
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update external/rust/crates/ucd-trie For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: Ic5c502e472eae10072942154d2f74c74c2fcab1a
-rw-r--r--.cargo_vcs_info.json2
-rw-r--r--Android.bp4
-rw-r--r--Cargo.toml4
-rw-r--r--Cargo.toml.orig4
-rw-r--r--METADATA25
-rw-r--r--src/general_category.rs250
6 files changed, 181 insertions, 108 deletions
diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json
index 1af7666..23a908b 100644
--- a/.cargo_vcs_info.json
+++ b/.cargo_vcs_info.json
@@ -1,6 +1,6 @@
{
"git": {
- "sha1": "3689c96bdbf1f9660de43925f278b977e9a4edc6"
+ "sha1": "a860c015fb40e06cd12dfdbdde5faf7a757fae71"
},
"path_in_vcs": "ucd-trie"
} \ No newline at end of file
diff --git a/Android.bp b/Android.bp
index 18eee80..47e9fa9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -41,9 +41,9 @@ rust_library_host {
name: "libucd_trie",
crate_name: "ucd_trie",
cargo_env_compat: true,
- cargo_pkg_version: "0.1.5",
+ cargo_pkg_version: "0.1.6",
srcs: ["src/lib.rs"],
- edition: "2018",
+ edition: "2021",
features: [
"default",
"std",
diff --git a/Cargo.toml b/Cargo.toml
index 2e25e6c..7ac0b52 100644
--- a/Cargo.toml
+++ b/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/Cargo.toml.orig b/Cargo.toml.orig
index 5e5993e..d012db4 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "ucd-trie"
-version = "0.1.5" #:version
+version = "0.1.6" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A trie for storing Unicode codepoint sets and maps.
@@ -11,7 +11,7 @@ repository = "https://github.com/BurntSushi/ucd-generate"
readme = "README.md"
keywords = ["unicode", "database", "character", "codepoint", "trie"]
license = "MIT OR Apache-2.0"
-edition = "2018"
+edition = "2021"
[dev-dependencies]
once_cell = "1"
diff --git a/METADATA b/METADATA
index 895d0af..fe89487 100644
--- a/METADATA
+++ b/METADATA
@@ -1,23 +1,20 @@
# This project was upgraded with external_updater.
-# Usage: tools/external_updater/updater.sh update rust/crates/ucd-trie
-# For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md
+# Usage: tools/external_updater/updater.sh update external/rust/crates/ucd-trie
+# For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md
name: "ucd-trie"
description: "A trie for storing Unicode codepoint sets and maps."
third_party {
- url {
- type: HOMEPAGE
- value: "https://crates.io/crates/ucd-trie"
- }
- url {
- type: ARCHIVE
- value: "https://static.crates.io/crates/ucd-trie/ucd-trie-0.1.5.crate"
- }
- version: "0.1.5"
license_type: NOTICE
last_upgrade_date {
- year: 2022
- month: 12
- day: 19
+ year: 2024
+ month: 2
+ day: 8
+ }
+ homepage: "https://crates.io/crates/ucd-trie"
+ identifier {
+ type: "Archive"
+ value: "https://static.crates.io/crates/ucd-trie/ucd-trie-0.1.6.crate"
+ version: "0.1.6"
}
}
diff --git a/src/general_category.rs b/src/general_category.rs
index 53c54b7..dbaff3a 100644
--- a/src/general_category.rs
+++ b/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),