8000 Bump Unicode to version 15.1.0, regenerate tables · unicode-rs/unicode-xid@324374c · GitHub
[go: up one dir, main page]

Skip to content

Commit 324374c

Browse files
committed
Bump Unicode to version 15.1.0, regenerate tables
1 parent c548e14 commit 324374c

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ on std, and instead uses equivalent functions from core.
2626

2727
# changelog
2828

29+
## 0.2.5
30+
31+
- Update to Unicode 15.1.0.
32+
2933
## 0.2.4
3034

3135
- Update to Unicode 15.0.0.

src/tables.rs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
/// The version of [Unicode](http://www.unicode.org/)
1616
/// that this version of unicode-xid is based on.
17-
pub const UNICODE_VERSION: (u64, u64, u64) = (15, 0, 0);
17+
pub const UNICODE_VERSION: (u64, u64, u64) = (15, 1, 0);
1818

1919
fn bsearch_range_table(c: char, r: &[(char, char)]) -> bool {
2020
use core::cmp::Ordering::{Equal, Greater, Less};
@@ -338,6 +338,7 @@ pub mod derived_property {
338338
('\u{1fe0}', '\u{1fec}'),
339339
('\u{1ff2}', '\u{1ff4}'),
340340
('\u{1ff6}', '\u{1ffc}'),
341+
('\u{200c}', '\u{200d}'),
341342
('\u{203f}', '\u{2040}'),
342343
('\u{2054}', '\u{2054}'),
343344
('\u{2071}', '\u{2071}'),
@@ -383,8 +384,7 @@ pub mod derived_property {
383384
('\u{3041}', '\u{3096}'),
384385
('\u{3099}', '\u{309a}'),
385386
('\u{309d}', '\u{309f}'),
386-
('\u{30a1}', '\u{30fa}'),
387-
('\u{30fc}', '\u{30ff}'),
387+
('\u{30a1}', '\u{30ff}'),
388388
('\u{3105}', '\u{312f}'),
389389
('\u{3131}', '\u{318e}'),
390390
('\u{31a0}', '\u{31bf}'),
@@ -468,7 +468,7 @@ pub mod derived_property {
468468
('\u{ff21}', '\u{ff3a}'),
469469
('\u{ff3f}', '\u{ff3f}'),
470470
('\u{ff41}', '\u{ff5a}'),
471-
('\u{ff66}', '\u{ffbe}'),
471+
('\u{ff65}', '\u{ffbe}'),
472472 AA9C
('\u{ffc2}', '\u{ffc7}'),
473473
('\u{ffca}', '\u{ffcf}'),
474474
('\u{ffd2}', '\u{ffd7}'),
@@ -809,6 +809,7 @@ pub mod derived_property {
809809
('\u{2b740}', '\u{2b81d}'),
810810
('\u{2b820}', '\u{2cea1}'),
811811
('\u{2ceb0}', '\u{2ebe0}'),
812+
('\u{2ebf0}', '\u{2ee5d}'),
812813
('\u{2f800}', '\u{2fa1d}'),
813814
('\u{30000}', '\u{3134a}'),
814815
('\u{31350}', '\u{323af}'),
@@ -1483,6 +1484,7 @@ pub mod derived_property {
14831484
('\u{2b740}', '\u{2b81d}'),
14841485
('\u{2b820}', '\u{2cea1}'),
14851486
('\u{2ceb0}', '\u{2ebe0}'),
1487+
('\u{2ebf0}', '\u{2ee5d}'),
14861488
('\u{2f800}', '\u{2fa1d}'),
14871489
('\u{30000}', '\u{3134a}'),
14881490
('\u{31350}', '\u{323af}'),

0 commit comments

Comments
 (0)
0