|
14 | 14 |
|
15 | 15 | /// The version of [Unicode](http://www.unicode.org/)
|
16 | 16 | /// 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); |
18 | 18 |
|
19 | 19 | fn bsearch_range_table(c: char, r: &[(char, char)]) -> bool {
|
20 | 20 | use core::cmp::Ordering::{Equal, Greater, Less};
|
@@ -338,6 +338,7 @@ pub mod derived_property {
|
338 | 338 | ('\u{1fe0}', '\u{1fec}'),
|
339 | 339 | ('\u{1ff2}', '\u{1ff4}'),
|
340 | 340 | ('\u{1ff6}', '\u{1ffc}'),
|
| 341 | + ('\u{200c}', '\u{200d}'), |
341 | 342 | ('\u{203f}', '\u{2040}'),
|
342 | 343 | ('\u{2054}', '\u{2054}'),
|
343 | 344 | ('\u{2071}', '\u{2071}'),
|
@@ -383,8 +384,7 @@ pub mod derived_property {
|
383 | 384 | ('\u{3041}', '\u{3096}'),
|
384 | 385 | ('\u{3099}', '\u{309a}'),
|
385 | 386 | ('\u{309d}', '\u{309f}'),
|
386 |
| - ('\u{30a1}', '\u{30fa}'), |
387 |
| - ('\u{30fc}', '\u{30ff}'), |
| 387 | + ('\u{30a1}', '\u{30ff}'), |
388 | 388 | ('\u{3105}', '\u{312f}'),
|
389 | 389 | ('\u{3131}', '\u{318e}'),
|
390 | 390 | ('\u{31a0}', '\u{31bf}'),
|
@@ -468,7 +468,7 @@ pub mod derived_property {
|
468 | 468 | ('\u{ff21}', '\u{ff3a}'),
|
469 | 469 | ('\u{ff3f}', '\u{ff3f}'),
|
470 | 470 | ('\u{ff41}', '\u{ff5a}'),
|
471 |
| - ('\u{ff66}', '\u{ffbe}'), |
| 471 | + ('\u{ff65}', '\u{ffbe}'), |
472 | 472
AA9C
| ('\u{ffc2}', '\u{ffc7}'),
|
473 | 473 | ('\u{ffca}', '\u{ffcf}'),
|
474 | 474 | ('\u{ffd2}', '\u{ffd7}'),
|
@@ -809,6 +809,7 @@ pub mod derived_property {
|
809 | 809 | ('\u{2b740}', '\u{2b81d}'),
|
810 | 810 | ('\u{2b820}', '\u{2cea1}'),
|
811 | 811 | ('\u{2ceb0}', '\u{2ebe0}'),
|
| 812 | + ('\u{2ebf0}', '\u{2ee5d}'), |
812 | 813 | ('\u{2f800}', '\u{2fa1d}'),
|
813 | 814 | ('\u{30000}', '\u{3134a}'),
|
814 | 815 | ('\u{31350}', '\u{323af}'),
|
@@ -1483,6 +1484,7 @@ pub mod derived_property {
|
1483 | 1484 | ('\u{2b740}', '\u{2b81d}'),
|
1484 | 1485 | ('\u{2b820}', '\u{2cea1}'),
|
1485 | 1486 | ('\u{2ceb0}', '\u{2ebe0}'),
|
| 1487 | + ('\u{2ebf0}', '\u{2ee5d}'), |
1486 | 1488 | ('\u{2f800}', '\u{2fa1d}'),
|
1487 | 1489 | ('\u{30000}', '\u{3134a}'),
|
1488 | 1490 | ('\u{31350}', '\u{323af}'),
|
|
0 commit comments