aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2024-02-15 17:47:53 -0500
committerGitHub <noreply@github.com>2024-02-15 17:47:53 -0500
commitf8cbac9c54783f43e1da18d2979a8f976aeebfc2 (patch)
tree6766f7500ff404bdff629aa6da953760a6f35495
parent9afe467f17b2251a13acfeeef4054c4a290de2dc (diff)
parent324374cd548f003c512a52362427c19a5d00b937 (diff)
downloadunicode-xid-upstream-master.tar.gz
Merge pull request #36 from Marcondiro/masterupstream-master
Bump Unicode to version 15.1.0, regenerate tables
-rw-r--r--README.md4
-rw-r--r--src/tables.rs10
2 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index c7be2aa..d3f2f0a 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,10 @@ on std, and instead uses equivalent functions from core.
# changelog
+## 0.2.5
+
+- Update to Unicode 15.1.0.
+
## 0.2.4
- Update to Unicode 15.0.0.
diff --git a/src/tables.rs b/src/tables.rs
index c12e76c..a889140 100644
--- a/src/tables.rs
+++ b/src/tables.rs
@@ -14,7 +14,7 @@
/// The version of [Unicode](http://www.unicode.org/)
/// that this version of unicode-xid is based on.
-pub const UNICODE_VERSION: (u64, u64, u64) = (15, 0, 0);
+pub const UNICODE_VERSION: (u64, u64, u64) = (15, 1, 0);
fn bsearch_range_table(c: char, r: &[(char, char)]) -> bool {
use core::cmp::Ordering::{Equal, Greater, Less};
@@ -338,6 +338,7 @@ pub mod derived_property {
('\u{1fe0}', '\u{1fec}'),
('\u{1ff2}', '\u{1ff4}'),
('\u{1ff6}', '\u{1ffc}'),
+ ('\u{200c}', '\u{200d}'),
('\u{203f}', '\u{2040}'),
('\u{2054}', '\u{2054}'),
('\u{2071}', '\u{2071}'),
@@ -383,8 +384,7 @@ pub mod derived_property {
('\u{3041}', '\u{3096}'),
('\u{3099}', '\u{309a}'),
('\u{309d}', '\u{309f}'),
- ('\u{30a1}', '\u{30fa}'),
- ('\u{30fc}', '\u{30ff}'),
+ ('\u{30a1}', '\u{30ff}'),
('\u{3105}', '\u{312f}'),
('\u{3131}', '\u{318e}'),
('\u{31a0}', '\u{31bf}'),
@@ -468,7 +468,7 @@ pub mod derived_property {
('\u{ff21}', '\u{ff3a}'),
('\u{ff3f}', '\u{ff3f}'),
('\u{ff41}', '\u{ff5a}'),
- ('\u{ff66}', '\u{ffbe}'),
+ ('\u{ff65}', '\u{ffbe}'),
('\u{ffc2}', '\u{ffc7}'),
('\u{ffca}', '\u{ffcf}'),
('\u{ffd2}', '\u{ffd7}'),
@@ -809,6 +809,7 @@ pub mod derived_property {
('\u{2b740}', '\u{2b81d}'),
('\u{2b820}', '\u{2cea1}'),
('\u{2ceb0}', '\u{2ebe0}'),
+ ('\u{2ebf0}', '\u{2ee5d}'),
('\u{2f800}', '\u{2fa1d}'),
('\u{30000}', '\u{3134a}'),
('\u{31350}', '\u{323af}'),
@@ -1483,6 +1484,7 @@ pub mod derived_property {
('\u{2b740}', '\u{2b81d}'),
('\u{2b820}', '\u{2cea1}'),
('\u{2ceb0}', '\u{2ebe0}'),
+ ('\u{2ebf0}', '\u{2ee5d}'),
('\u{2f800}', '\u{2fa1d}'),
('\u{30000}', '\u{3134a}'),
('\u{31350}', '\u{323af}'),