Skip to content

Commit 01fa720

Browse files
committed
Bump Unicode to version 15.1.0, regenerate tables
1 parent 8fb67fb commit 01fa720

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

library/core/src/unicode/unicode_data.rs

+6-6
Original file line numberDiff line numberDiff line change
@@ -99,21 +99,21 @@ fn skip_search<const SOR: usize, const OFFSETS: usize>(
9999
offset_idx % 2 == 1
100100
}
101101

102-
pub const UNICODE_VERSION: (u8, u8, u8) = (15, 0, 0);
102+
pub const UNICODE_VERSION: (u8, u8, u8) = (15, 1, 0);
103103

104104
#[rustfmt::skip]
105105
pub mod alphabetic {
106-
static SHORT_OFFSET_RUNS: [u32; 53] = [
106+
static SHORT_OFFSET_RUNS: [u32; 54] = [
107107
706, 33559113, 872420973, 952114966, 1161831606, 1310731264, 1314926597, 1394619392,
108108
1444957632, 1447077005, 1451271693, 1459672996, 1648425216, 1658911342, 1661009214,
109109
1707147904, 1793132343, 1887506048, 2040601600, 2392923872, 2481005466, 2504077200,
110110
2514564144, 2520859648, 2527151687, 2529257472, 2531355193, 2533453376, 2564917240,
111111
2596375766, 2600579056, 2606870819, 2621551356, 2642525184, 2644628480, 2665600678,
112112
2743197440, 2791432848, 2841765072, 2850154464, 2854350336, 2887905584, 3026321408,
113-
3038947040, 3041048378, 3045248674, 3053644769, 3057842176, 3059939870, 3062038528,
114-
3064140619, 3066241968, 3071550384,
113+
3038947040, 3041048378, 3045248674, 3053644769, 3057839710, 3062036480, 3064134174,
114+
3066232832, 3068334923, 3070436272, 3075744688,
115115
];
116-
static OFFSETS: [u8; 1465] = [
116+
static OFFSETS: [u8; 1467] = [
117117
65, 26, 6, 26, 47, 1, 10, 1, 4, 1, 5, 23, 1, 31, 1, 0, 4, 12, 14, 5, 7, 1, 1, 1, 86, 1, 42,
118118
5, 1, 2, 2, 4, 1, 1, 6, 1, 1, 3, 1, 1, 1, 20, 1, 83, 1, 139, 8, 166, 1, 38, 2, 1, 6, 41, 39,
119119
14, 1, 1, 1, 2, 1, 2, 1, 1, 8, 27, 4, 4, 29, 11, 5, 56, 1, 7, 14, 102, 1, 8, 4, 8, 4, 3, 10,
@@ -167,7 +167,7 @@ pub mod alphabetic {
167167
1, 2, 1, 15, 1, 197, 59, 68, 3, 1, 3, 1, 0, 4, 1, 27, 1, 2, 1, 1, 2, 1, 1, 10, 1, 4, 1, 1,
168168
1, 1, 6, 1, 4, 1, 1, 1, 1, 1, 1, 3, 1, 2, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2,
169169
4, 1, 7, 1, 4, 1, 4, 1, 1, 1, 10, 1, 17, 5, 3, 1, 5, 1, 17, 0, 26, 6, 26, 6, 26, 0, 0, 32,
170-
0, 6, 222, 2, 0, 14, 0, 0, 0, 0, 0, 5, 0, 0,
170+
0, 6, 222, 2, 0, 14, 0, 15, 0, 0, 0, 0, 0, 5, 0, 0,
171171
];
172172
pub fn lookup(c: char) -> bool {
173173
super::skip_search(

0 commit comments

Comments
 (0)