Skip to content

Commit 5cc217b

Browse files
authored
Update to Unicode 13.0.0 (#1206)
1 parent 13349cc commit 5cc217b

File tree

4 files changed

+866
-859
lines changed

4 files changed

+866
-859
lines changed

std/assembly/util/casemap.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ const TAB: StaticArray<u8> = [
131131
43, 43, 43, 43, 43, 121, 92, 123, 92, 123, 79, 123, 92, 123, 92, 123,
132132
92, 123, 92, 123, 92, 123, 92, 123, 92, 123, 92, 123, 92, 123, 92, 45,
133133
43, 43, 121, 20, 92, 123, 92, 45, 121, 42, 92, 39, 92, 123, 92, 123,
134-
92, 123, 164, 0, 10, 180, 92, 123, 92, 123, 79, 3, 42, 43, 43, 43,
135-
43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 1,
134+
92, 123, 164, 0, 10, 180, 92, 123, 92, 123, 79, 3, 120, 56, 43, 43,
135+
43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 79, 45, 43, 43, 1,
136136
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
137137
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 72, 0, 0, 0, 0,
138138
0, 0, 0, 0, 0, 42, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43,
@@ -170,7 +170,7 @@ const TAB: StaticArray<u8> = [
170170
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
171171
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
172172
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
173-
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
173+
0, 0, 0, 0, 0, 0, 0, 0, 0, 0
174174
];
175175

176176
// @ts-ignore: decorator
@@ -215,7 +215,7 @@ const RULES: StaticArray<i32> = [
215215
-0x2fff, -0xa542ff, -0x8a37ff, 0x0, -0x97d000, -0x3a000,
216216
0x0, 0x2001, -0x2000, 0x0, 0x2801, -0x2800,
217217
0x0, 0x4001, -0x4000, 0x0, 0x2001, -0x2000,
218-
0x0, 0x2001, -0x2000, 0x0, 0x2201, -0x2200,
218+
0x0, 0x2001, -0x2000, 0x0, 0x2201, -0x2200
219219
];
220220

221221
// @ts-ignore: decorator
@@ -252,7 +252,7 @@ const RULE_BASES: StaticArray<u8> = [
252252
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
253253
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
254254
0, 0, 0, 0, 0, 0, 0, 0, 0, 237, 0, 0, 0, 0, 0, 0,
255-
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
255+
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
256256
];
257257

258258
// @ts-ignore: decorator
@@ -307,7 +307,7 @@ const EXCEPTIONS: StaticArray<u8> = [
307307
111, 193, 112, 194, 126, 195, 127, 195,
308308
125, 207, 141, 208, 148, 209, 171, 210,
309309
172, 211, 173, 212, 176, 213, 177, 214,
310-
178, 215, 196, 216, 197, 217, 198, 218,
310+
178, 215, 196, 216, 197, 217, 198, 218
311311
];
312312

313313
/* Special Case Mappings

0 commit comments

Comments
 (0)