authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-12-22 16:38:12 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-12-22 16:38:12 -08:00
logfe2759e8e367a473cb3394c6957e10f3b19fadad
treefd3530419747adad4430c69c584bbcb30ac9b7f7
parent05720e87f2a448f1270ece1b96a74c40d225635a

add Scripts, closes #33


5 files changed, 2472 insertions(+), 0 deletions(-)

generate.zig+1
...@@ -22,6 +22,7 @@ const files = [_]type{...@@ -22,6 +22,7 @@ const files = [_]type{
22 @import("./scripts/NamedSequences.zig"),22 @import("./scripts/NamedSequences.zig"),
23 @import("./scripts/NamedSequencesProv.zig"),23 @import("./scripts/NamedSequencesProv.zig"),
24 @import("./scripts/PropList.zig"),24 @import("./scripts/PropList.zig"),
25 @import("./scripts/Scripts.zig"),
25};26};
2627
27pub fn main() !void {28pub fn main() !void {
scripts/Scripts.zig created+199
...@@ -0,0 +1,199 @@
1const std = @import("std");
2const common = @import("./_common.zig");
3
4pub usingnamespace common.Main(struct {
5 pub const source_file = "Scripts";
6
7 pub const dest_file = "src/scripts.zig";
8
9 pub const dest_header =
10 \\pub const Scripts = struct {
11 \\ from: u21,
12 \\ to: u21,
13 \\ script: enum {
14 \\ Common,
15 \\ Latin,
16 \\ Greek,
17 \\ Cyrillic,
18 \\ Armenian,
19 \\ Hebrew,
20 \\ Arabic,
21 \\ Syriac,
22 \\ Thaana,
23 \\ Devanagari,
24 \\ Bengali,
25 \\ Gurmukhi,
26 \\ Gujarati,
27 \\ Oriya,
28 \\ Tamil,
29 \\ Telugu,
30 \\ Kannada,
31 \\ Malayalam,
32 \\ Sinhala,
33 \\ Thai,
34 \\ Lao,
35 \\ Tibetan,
36 \\ Myanmar,
37 \\ Georgian,
38 \\ Hangul,
39 \\ Ethiopic,
40 \\ Cherokee,
41 \\ Canadian_Aboriginal,
42 \\ Ogham,
43 \\ Runic,
44 \\ Khmer,
45 \\ Mongolian,
46 \\ Hiragana,
47 \\ Katakana,
48 \\ Bopomofo,
49 \\ Han,
50 \\ Yi,
51 \\ Old_Italic,
52 \\ Gothic,
53 \\ Deseret,
54 \\ Inherited,
55 \\ Tagalog,
56 \\ Hanunoo,
57 \\ Buhid,
58 \\ Tagbanwa,
59 \\ Limbu,
60 \\ Tai_Le,
61 \\ Linear_B,
62 \\ Ugaritic,
63 \\ Shavian,
64 \\ Osmanya,
65 \\ Cypriot,
66 \\ Braille,
67 \\ Buginese,
68 \\ Coptic,
69 \\ New_Tai_Lue,
70 \\ Glagolitic,
71 \\ Tifinagh,
72 \\ Syloti_Nagri,
73 \\ Old_Persian,
74 \\ Kharoshthi,
75 \\ Balinese,
76 \\ Cuneiform,
77 \\ Phoenician,
78 \\ Phags_Pa,
79 \\ Nko,
80 \\ Sundanese,
81 \\ Lepcha,
82 \\ Ol_Chiki,
83 \\ Vai,
84 \\ Saurashtra,
85 \\ Kayah_Li,
86 \\ Rejang,
87 \\ Lycian,
88 \\ Carian,
89 \\ Lydian,
90 \\ Cham,
91 \\ Tai_Tham,
92 \\ Tai_Viet,
93 \\ Avestan,
94 \\ Egyptian_Hieroglyphs,
95 \\ Samaritan,
96 \\ Lisu,
97 \\ Bamum,
98 \\ Javanese,
99 \\ Meetei_Mayek,
100 \\ Imperial_Aramaic,
101 \\ Old_South_Arabian,
102 \\ Inscriptional_Parthian,
103 \\ Inscriptional_Pahlavi,
104 \\ Old_Turkic,
105 \\ Kaithi,
106 \\ Batak,
107 \\ Brahmi,
108 \\ Mandaic,
109 \\ Chakma,
110 \\ Meroitic_Cursive,
111 \\ Meroitic_Hieroglyphs,
112 \\ Miao,
113 \\ Sharada,
114 \\ Sora_Sompeng,
115 \\ Takri,
116 \\ Caucasian_Albanian,
117 \\ Bassa_Vah,
118 \\ Duployan,
119 \\ Elbasan,
120 \\ Grantha,
121 \\ Pahawh_Hmong,
122 \\ Khojki,
123 \\ Linear_A,
124 \\ Mahajani,
125 \\ Manichaean,
126 \\ Mende_Kikakui,
127 \\ Modi,
128 \\ Mro,
129 \\ Old_North_Arabian,
130 \\ Nabataean,
131 \\ Palmyrene,
132 \\ Pau_Cin_Hau,
133 \\ Old_Permic,
134 \\ Psalter_Pahlavi,
135 \\ Siddham,
136 \\ Khudawadi,
137 \\ Tirhuta,
138 \\ Warang_Citi,
139 \\ Ahom,
140 \\ Anatolian_Hieroglyphs,
141 \\ Hatran,
142 \\ Multani,
143 \\ Old_Hungarian,
144 \\ SignWriting,
145 \\ Adlam,
146 \\ Bhaiksuki,
147 \\ Marchen,
148 \\ Newa,
149 \\ Osage,
150 \\ Tangut,
151 \\ Masaram_Gondi,
152 \\ Nushu,
153 \\ Soyombo,
154 \\ Zanabazar_Square,
155 \\ Dogra,
156 \\ Gunjala_Gondi,
157 \\ Makasar,
158 \\ Medefaidrin,
159 \\ Hanifi_Rohingya,
160 \\ Sogdian,
161 \\ Old_Sogdian,
162 \\ Elymaic,
163 \\ Nandinagari,
164 \\ Nyiakeng_Puachue_Hmong,
165 \\ Wancho,
166 \\ Chorasmian,
167 \\ Dives_Akuru,
168 \\ Khitan_Small_Script,
169 \\ Yezidi,
170 \\ },
171 \\};
172 \\
173 \\pub const data = [_]Scripts{
174 \\
175 ;
176
177 pub const dest_footer =
178 \\};
179 \\
180 ;
181
182 pub fn exec(alloc: std.mem.Allocator, line: []const u8, writer: anytype) !bool {
183 _ = alloc;
184 var it = std.mem.tokenize(u8, line, "; ");
185
186 const first = it.next().?;
187 const next = it.next().?;
188
189 if (std.mem.indexOf(u8, first, "..")) |index| {
190 const start = first[0..index];
191 const end = first[index + 2 ..];
192 try writer.print(" .{{ .from = 0x{s}, .to = 0x{s}, .script = .{s} }},\n", .{ start, end, next });
193 } else {
194 try writer.print(" .{{ .from = 0x{s}, .to = 0x{s}, .script = .{s} }},\n", .{ first, first, next });
195 }
196
197 return true;
198 }
199});
src/lib.zig+4
...@@ -27,3 +27,7 @@ pub const named_sequences_prov = @import("./named_sequences_prov.zig");...@@ -27,3 +27,7 @@ pub const named_sequences_prov = @import("./named_sequences_prov.zig");
27// NormalizationTest.txt27// NormalizationTest.txt
28// NushuSources.txt28// NushuSources.txt
29pub const prop_list = @import("./prop_list.zig");29pub const prop_list = @import("./prop_list.zig");
30// PropertyAliases.txt
31// PropertyValueAliases.txt
32// ScriptExtensions.txt
33pub const scripts = @import("./scripts.zig");
src/main.zig+1
...@@ -27,6 +27,7 @@ pub fn main() !void {...@@ -27,6 +27,7 @@ pub fn main() !void {
27 ucd.named_sequences,27 ucd.named_sequences,
28 ucd.named_sequences_prov,28 ucd.named_sequences_prov,
29 ucd.prop_list,29 ucd.prop_list,
30 ucd.scripts,
30 };31 };
3132
32 inline for (data) |b| {33 inline for (data) |b| {
src/scripts.zig created+2267
...@@ -0,0 +1,2267 @@
1// This file is part of the Unicode Character Database
2// For documentation, see http://www.unicode.org/reports/tr44/
3//
4// Based on the source file: https://unicode.org/Public/13.0.0/ucd/Scripts.txt
5//
6// zig fmt: off
7
8pub const Scripts = struct {
9 from: u21,
10 to: u21,
11 script: enum {
12 Common,
13 Latin,
14 Greek,
15 Cyrillic,
16 Armenian,
17 Hebrew,
18 Arabic,
19 Syriac,
20 Thaana,
21 Devanagari,
22 Bengali,
23 Gurmukhi,
24 Gujarati,
25 Oriya,
26 Tamil,
27 Telugu,
28 Kannada,
29 Malayalam,
30 Sinhala,
31 Thai,
32 Lao,
33 Tibetan,
34 Myanmar,
35 Georgian,
36 Hangul,
37 Ethiopic,
38 Cherokee,
39 Canadian_Aboriginal,
40 Ogham,
41 Runic,
42 Khmer,
43 Mongolian,
44 Hiragana,
45 Katakana,
46 Bopomofo,
47 Han,
48 Yi,
49 Old_Italic,
50 Gothic,
51 Deseret,
52 Inherited,
53 Tagalog,
54 Hanunoo,
55 Buhid,
56 Tagbanwa,
57 Limbu,
58 Tai_Le,
59 Linear_B,
60 Ugaritic,
61 Shavian,
62 Osmanya,
63 Cypriot,
64 Braille,
65 Buginese,
66 Coptic,
67 New_Tai_Lue,
68 Glagolitic,
69 Tifinagh,
70 Syloti_Nagri,
71 Old_Persian,
72 Kharoshthi,
73 Balinese,
74 Cuneiform,
75 Phoenician,
76 Phags_Pa,
77 Nko,
78 Sundanese,
79 Lepcha,
80 Ol_Chiki,
81 Vai,
82 Saurashtra,
83 Kayah_Li,
84 Rejang,
85 Lycian,
86 Carian,
87 Lydian,
88 Cham,
89 Tai_Tham,
90 Tai_Viet,
91 Avestan,
92 Egyptian_Hieroglyphs,
93 Samaritan,
94 Lisu,
95 Bamum,
96 Javanese,
97 Meetei_Mayek,
98 Imperial_Aramaic,
99 Old_South_Arabian,
100 Inscriptional_Parthian,
101 Inscriptional_Pahlavi,
102 Old_Turkic,
103 Kaithi,
104 Batak,
105 Brahmi,
106 Mandaic,
107 Chakma,
108 Meroitic_Cursive,
109 Meroitic_Hieroglyphs,
110 Miao,
111 Sharada,
112 Sora_Sompeng,
113 Takri,
114 Caucasian_Albanian,
115 Bassa_Vah,
116 Duployan,
117 Elbasan,
118 Grantha,
119 Pahawh_Hmong,
120 Khojki,
121 Linear_A,
122 Mahajani,
123 Manichaean,
124 Mende_Kikakui,
125 Modi,
126 Mro,
127 Old_North_Arabian,
128 Nabataean,
129 Palmyrene,
130 Pau_Cin_Hau,
131 Old_Permic,
132 Psalter_Pahlavi,
133 Siddham,
134 Khudawadi,
135 Tirhuta,
136 Warang_Citi,
137 Ahom,
138 Anatolian_Hieroglyphs,
139 Hatran,
140 Multani,
141 Old_Hungarian,
142 SignWriting,
143 Adlam,
144 Bhaiksuki,
145 Marchen,
146 Newa,
147 Osage,
148 Tangut,
149 Masaram_Gondi,
150 Nushu,
151 Soyombo,
152 Zanabazar_Square,
153 Dogra,
154 Gunjala_Gondi,
155 Makasar,
156 Medefaidrin,
157 Hanifi_Rohingya,
158 Sogdian,
159 Old_Sogdian,
160 Elymaic,
161 Nandinagari,
162 Nyiakeng_Puachue_Hmong,
163 Wancho,
164 Chorasmian,
165 Dives_Akuru,
166 Khitan_Small_Script,
167 Yezidi,
168 },
169};
170
171pub const data = [_]Scripts{
172 .{ .from = 0x0000, .to = 0x001F, .script = .Common },
173 .{ .from = 0x0020, .to = 0x0020, .script = .Common },
174 .{ .from = 0x0021, .to = 0x0023, .script = .Common },
175 .{ .from = 0x0024, .to = 0x0024, .script = .Common },
176 .{ .from = 0x0025, .to = 0x0027, .script = .Common },
177 .{ .from = 0x0028, .to = 0x0028, .script = .Common },
178 .{ .from = 0x0029, .to = 0x0029, .script = .Common },
179 .{ .from = 0x002A, .to = 0x002A, .script = .Common },
180 .{ .from = 0x002B, .to = 0x002B, .script = .Common },
181 .{ .from = 0x002C, .to = 0x002C, .script = .Common },
182 .{ .from = 0x002D, .to = 0x002D, .script = .Common },
183 .{ .from = 0x002E, .to = 0x002F, .script = .Common },
184 .{ .from = 0x0030, .to = 0x0039, .script = .Common },
185 .{ .from = 0x003A, .to = 0x003B, .script = .Common },
186 .{ .from = 0x003C, .to = 0x003E, .script = .Common },
187 .{ .from = 0x003F, .to = 0x0040, .script = .Common },
188 .{ .from = 0x005B, .to = 0x005B, .script = .Common },
189 .{ .from = 0x005C, .to = 0x005C, .script = .Common },
190 .{ .from = 0x005D, .to = 0x005D, .script = .Common },
191 .{ .from = 0x005E, .to = 0x005E, .script = .Common },
192 .{ .from = 0x005F, .to = 0x005F, .script = .Common },
193 .{ .from = 0x0060, .to = 0x0060, .script = .Common },
194 .{ .from = 0x007B, .to = 0x007B, .script = .Common },
195 .{ .from = 0x007C, .to = 0x007C, .script = .Common },
196 .{ .from = 0x007D, .to = 0x007D, .script = .Common },
197 .{ .from = 0x007E, .to = 0x007E, .script = .Common },
198 .{ .from = 0x007F, .to = 0x009F, .script = .Common },
199 .{ .from = 0x00A0, .to = 0x00A0, .script = .Common },
200 .{ .from = 0x00A1, .to = 0x00A1, .script = .Common },
201 .{ .from = 0x00A2, .to = 0x00A5, .script = .Common },
202 .{ .from = 0x00A6, .to = 0x00A6, .script = .Common },
203 .{ .from = 0x00A7, .to = 0x00A7, .script = .Common },
204 .{ .from = 0x00A8, .to = 0x00A8, .script = .Common },
205 .{ .from = 0x00A9, .to = 0x00A9, .script = .Common },
206 .{ .from = 0x00AB, .to = 0x00AB, .script = .Common },
207 .{ .from = 0x00AC, .to = 0x00AC, .script = .Common },
208 .{ .from = 0x00AD, .to = 0x00AD, .script = .Common },
209 .{ .from = 0x00AE, .to = 0x00AE, .script = .Common },
210 .{ .from = 0x00AF, .to = 0x00AF, .script = .Common },
211 .{ .from = 0x00B0, .to = 0x00B0, .script = .Common },
212 .{ .from = 0x00B1, .to = 0x00B1, .script = .Common },
213 .{ .from = 0x00B2, .to = 0x00B3, .script = .Common },
214 .{ .from = 0x00B4, .to = 0x00B4, .script = .Common },
215 .{ .from = 0x00B5, .to = 0x00B5, .script = .Common },
216 .{ .from = 0x00B6, .to = 0x00B7, .script = .Common },
217 .{ .from = 0x00B8, .to = 0x00B8, .script = .Common },
218 .{ .from = 0x00B9, .to = 0x00B9, .script = .Common },
219 .{ .from = 0x00BB, .to = 0x00BB, .script = .Common },
220 .{ .from = 0x00BC, .to = 0x00BE, .script = .Common },
221 .{ .from = 0x00BF, .to = 0x00BF, .script = .Common },
222 .{ .from = 0x00D7, .to = 0x00D7, .script = .Common },
223 .{ .from = 0x00F7, .to = 0x00F7, .script = .Common },
224 .{ .from = 0x02B9, .to = 0x02C1, .script = .Common },
225 .{ .from = 0x02C2, .to = 0x02C5, .script = .Common },
226 .{ .from = 0x02C6, .to = 0x02D1, .script = .Common },
227 .{ .from = 0x02D2, .to = 0x02DF, .script = .Common },
228 .{ .from = 0x02E5, .to = 0x02E9, .script = .Common },
229 .{ .from = 0x02EC, .to = 0x02EC, .script = .Common },
230 .{ .from = 0x02ED, .to = 0x02ED, .script = .Common },
231 .{ .from = 0x02EE, .to = 0x02EE, .script = .Common },
232 .{ .from = 0x02EF, .to = 0x02FF, .script = .Common },
233 .{ .from = 0x0374, .to = 0x0374, .script = .Common },
234 .{ .from = 0x037E, .to = 0x037E, .script = .Common },
235 .{ .from = 0x0385, .to = 0x0385, .script = .Common },
236 .{ .from = 0x0387, .to = 0x0387, .script = .Common },
237 .{ .from = 0x0605, .to = 0x0605, .script = .Common },
238 .{ .from = 0x060C, .to = 0x060C, .script = .Common },
239 .{ .from = 0x061B, .to = 0x061B, .script = .Common },
240 .{ .from = 0x061F, .to = 0x061F, .script = .Common },
241 .{ .from = 0x0640, .to = 0x0640, .script = .Common },
242 .{ .from = 0x06DD, .to = 0x06DD, .script = .Common },
243 .{ .from = 0x08E2, .to = 0x08E2, .script = .Common },
244 .{ .from = 0x0964, .to = 0x0965, .script = .Common },
245 .{ .from = 0x0E3F, .to = 0x0E3F, .script = .Common },
246 .{ .from = 0x0FD5, .to = 0x0FD8, .script = .Common },
247 .{ .from = 0x10FB, .to = 0x10FB, .script = .Common },
248 .{ .from = 0x16EB, .to = 0x16ED, .script = .Common },
249 .{ .from = 0x1735, .to = 0x1736, .script = .Common },
250 .{ .from = 0x1802, .to = 0x1803, .script = .Common },
251 .{ .from = 0x1805, .to = 0x1805, .script = .Common },
252 .{ .from = 0x1CD3, .to = 0x1CD3, .script = .Common },
253 .{ .from = 0x1CE1, .to = 0x1CE1, .script = .Common },
254 .{ .from = 0x1CE9, .to = 0x1CEC, .script = .Common },
255 .{ .from = 0x1CEE, .to = 0x1CF3, .script = .Common },
256 .{ .from = 0x1CF5, .to = 0x1CF6, .script = .Common },
257 .{ .from = 0x1CF7, .to = 0x1CF7, .script = .Common },
258 .{ .from = 0x1CFA, .to = 0x1CFA, .script = .Common },
259 .{ .from = 0x2000, .to = 0x200A, .script = .Common },
260 .{ .from = 0x200B, .to = 0x200B, .script = .Common },
261 .{ .from = 0x200E, .to = 0x200F, .script = .Common },
262 .{ .from = 0x2010, .to = 0x2015, .script = .Common },
263 .{ .from = 0x2016, .to = 0x2017, .script = .Common },
264 .{ .from = 0x2018, .to = 0x2018, .script = .Common },
265 .{ .from = 0x2019, .to = 0x2019, .script = .Common },
266 .{ .from = 0x201A, .to = 0x201A, .script = .Common },
267 .{ .from = 0x201B, .to = 0x201C, .script = .Common },
268 .{ .from = 0x201D, .to = 0x201D, .script = .Common },
269 .{ .from = 0x201E, .to = 0x201E, .script = .Common },
270 .{ .from = 0x201F, .to = 0x201F, .script = .Common },
271 .{ .from = 0x2020, .to = 0x2027, .script = .Common },
272 .{ .from = 0x2028, .to = 0x2028, .script = .Common },
273 .{ .from = 0x2029, .to = 0x2029, .script = .Common },
274 .{ .from = 0x202A, .to = 0x202E, .script = .Common },
275 .{ .from = 0x202F, .to = 0x202F, .script = .Common },
276 .{ .from = 0x2030, .to = 0x2038, .script = .Common },
277 .{ .from = 0x2039, .to = 0x2039, .script = .Common },
278 .{ .from = 0x203A, .to = 0x203A, .script = .Common },
279 .{ .from = 0x203B, .to = 0x203E, .script = .Common },
280 .{ .from = 0x203F, .to = 0x2040, .script = .Common },
281 .{ .from = 0x2041, .to = 0x2043, .script = .Common },
282 .{ .from = 0x2044, .to = 0x2044, .script = .Common },
283 .{ .from = 0x2045, .to = 0x2045, .script = .Common },
284 .{ .from = 0x2046, .to = 0x2046, .script = .Common },
285 .{ .from = 0x2047, .to = 0x2051, .script = .Common },
286 .{ .from = 0x2052, .to = 0x2052, .script = .Common },
287 .{ .from = 0x2053, .to = 0x2053, .script = .Common },
288 .{ .from = 0x2054, .to = 0x2054, .script = .Common },
289 .{ .from = 0x2055, .to = 0x205E, .script = .Common },
290 .{ .from = 0x205F, .to = 0x205F, .script = .Common },
291 .{ .from = 0x2060, .to = 0x2064, .script = .Common },
292 .{ .from = 0x2066, .to = 0x206F, .script = .Common },
293 .{ .from = 0x2070, .to = 0x2070, .script = .Common },
294 .{ .from = 0x2074, .to = 0x2079, .script = .Common },
295 .{ .from = 0x207A, .to = 0x207C, .script = .Common },
296 .{ .from = 0x207D, .to = 0x207D, .script = .Common },
297 .{ .from = 0x207E, .to = 0x207E, .script = .Common },
298 .{ .from = 0x2080, .to = 0x2089, .script = .Common },
299 .{ .from = 0x208A, .to = 0x208C, .script = .Common },
300 .{ .from = 0x208D, .to = 0x208D, .script = .Common },
301 .{ .from = 0x208E, .to = 0x208E, .script = .Common },
302 .{ .from = 0x20A0, .to = 0x20BF, .script = .Common },
303 .{ .from = 0x2100, .to = 0x2101, .script = .Common },
304 .{ .from = 0x2102, .to = 0x2102, .script = .Common },
305 .{ .from = 0x2103, .to = 0x2106, .script = .Common },
306 .{ .from = 0x2107, .to = 0x2107, .script = .Common },
307 .{ .from = 0x2108, .to = 0x2109, .script = .Common },
308 .{ .from = 0x210A, .to = 0x2113, .script = .Common },
309 .{ .from = 0x2114, .to = 0x2114, .script = .Common },
310 .{ .from = 0x2115, .to = 0x2115, .script = .Common },
311 .{ .from = 0x2116, .to = 0x2117, .script = .Common },
312 .{ .from = 0x2118, .to = 0x2118, .script = .Common },
313 .{ .from = 0x2119, .to = 0x211D, .script = .Common },
314 .{ .from = 0x211E, .to = 0x2123, .script = .Common },
315 .{ .from = 0x2124, .to = 0x2124, .script = .Common },
316 .{ .from = 0x2125, .to = 0x2125, .script = .Common },
317 .{ .from = 0x2127, .to = 0x2127, .script = .Common },
318 .{ .from = 0x2128, .to = 0x2128, .script = .Common },
319 .{ .from = 0x2129, .to = 0x2129, .script = .Common },
320 .{ .from = 0x212C, .to = 0x212D, .script = .Common },
321 .{ .from = 0x212E, .to = 0x212E, .script = .Common },
322 .{ .from = 0x212F, .to = 0x2131, .script = .Common },
323 .{ .from = 0x2133, .to = 0x2134, .script = .Common },
324 .{ .from = 0x2135, .to = 0x2138, .script = .Common },
325 .{ .from = 0x2139, .to = 0x2139, .script = .Common },
326 .{ .from = 0x213A, .to = 0x213B, .script = .Common },
327 .{ .from = 0x213C, .to = 0x213F, .script = .Common },
328 .{ .from = 0x2140, .to = 0x2144, .script = .Common },
329 .{ .from = 0x2145, .to = 0x2149, .script = .Common },
330 .{ .from = 0x214A, .to = 0x214A, .script = .Common },
331 .{ .from = 0x214B, .to = 0x214B, .script = .Common },
332 .{ .from = 0x214C, .to = 0x214D, .script = .Common },
333 .{ .from = 0x214F, .to = 0x214F, .script = .Common },
334 .{ .from = 0x2150, .to = 0x215F, .script = .Common },
335 .{ .from = 0x2189, .to = 0x2189, .script = .Common },
336 .{ .from = 0x218A, .to = 0x218B, .script = .Common },
337 .{ .from = 0x2190, .to = 0x2194, .script = .Common },
338 .{ .from = 0x2195, .to = 0x2199, .script = .Common },
339 .{ .from = 0x219A, .to = 0x219B, .script = .Common },
340 .{ .from = 0x219C, .to = 0x219F, .script = .Common },
341 .{ .from = 0x21A0, .to = 0x21A0, .script = .Common },
342 .{ .from = 0x21A1, .to = 0x21A2, .script = .Common },
343 .{ .from = 0x21A3, .to = 0x21A3, .script = .Common },
344 .{ .from = 0x21A4, .to = 0x21A5, .script = .Common },
345 .{ .from = 0x21A6, .to = 0x21A6, .script = .Common },
346 .{ .from = 0x21A7, .to = 0x21AD, .script = .Common },
347 .{ .from = 0x21AE, .to = 0x21AE, .script = .Common },
348 .{ .from = 0x21AF, .to = 0x21CD, .script = .Common },
349 .{ .from = 0x21CE, .to = 0x21CF, .script = .Common },
350 .{ .from = 0x21D0, .to = 0x21D1, .script = .Common },
351 .{ .from = 0x21D2, .to = 0x21D2, .script = .Common },
352 .{ .from = 0x21D3, .to = 0x21D3, .script = .Common },
353 .{ .from = 0x21D4, .to = 0x21D4, .script = .Common },
354 .{ .from = 0x21D5, .to = 0x21F3, .script = .Common },
355 .{ .from = 0x21F4, .to = 0x22FF, .script = .Common },
356 .{ .from = 0x2300, .to = 0x2307, .script = .Common },
357 .{ .from = 0x2308, .to = 0x2308, .script = .Common },
358 .{ .from = 0x2309, .to = 0x2309, .script = .Common },
359 .{ .from = 0x230A, .to = 0x230A, .script = .Common },
360 .{ .from = 0x230B, .to = 0x230B, .script = .Common },
361 .{ .from = 0x230C, .to = 0x231F, .script = .Common },
362 .{ .from = 0x2320, .to = 0x2321, .script = .Common },
363 .{ .from = 0x2322, .to = 0x2328, .script = .Common },
364 .{ .from = 0x2329, .to = 0x2329, .script = .Common },
365 .{ .from = 0x232A, .to = 0x232A, .script = .Common },
366 .{ .from = 0x232B, .to = 0x237B, .script = .Common },
367 .{ .from = 0x237C, .to = 0x237C, .script = .Common },
368 .{ .from = 0x237D, .to = 0x239A, .script = .Common },
369 .{ .from = 0x239B, .to = 0x23B3, .script = .Common },
370 .{ .from = 0x23B4, .to = 0x23DB, .script = .Common },
371 .{ .from = 0x23DC, .to = 0x23E1, .script = .Common },
372 .{ .from = 0x23E2, .to = 0x2426, .script = .Common },
373 .{ .from = 0x2440, .to = 0x244A, .script = .Common },
374 .{ .from = 0x2460, .to = 0x249B, .script = .Common },
375 .{ .from = 0x249C, .to = 0x24E9, .script = .Common },
376 .{ .from = 0x24EA, .to = 0x24FF, .script = .Common },
377 .{ .from = 0x2500, .to = 0x25B6, .script = .Common },
378 .{ .from = 0x25B7, .to = 0x25B7, .script = .Common },
379 .{ .from = 0x25B8, .to = 0x25C0, .script = .Common },
380 .{ .from = 0x25C1, .to = 0x25C1, .script = .Common },
381 .{ .from = 0x25C2, .to = 0x25F7, .script = .Common },
382 .{ .from = 0x25F8, .to = 0x25FF, .script = .Common },
383 .{ .from = 0x2600, .to = 0x266E, .script = .Common },
384 .{ .from = 0x266F, .to = 0x266F, .script = .Common },
385 .{ .from = 0x2670, .to = 0x2767, .script = .Common },
386 .{ .from = 0x2768, .to = 0x2768, .script = .Common },
387 .{ .from = 0x2769, .to = 0x2769, .script = .Common },
388 .{ .from = 0x276A, .to = 0x276A, .script = .Common },
389 .{ .from = 0x276B, .to = 0x276B, .script = .Common },
390 .{ .from = 0x276C, .to = 0x276C, .script = .Common },
391 .{ .from = 0x276D, .to = 0x276D, .script = .Common },
392 .{ .from = 0x276E, .to = 0x276E, .script = .Common },
393 .{ .from = 0x276F, .to = 0x276F, .script = .Common },
394 .{ .from = 0x2770, .to = 0x2770, .script = .Common },
395 .{ .from = 0x2771, .to = 0x2771, .script = .Common },
396 .{ .from = 0x2772, .to = 0x2772, .script = .Common },
397 .{ .from = 0x2773, .to = 0x2773, .script = .Common },
398 .{ .from = 0x2774, .to = 0x2774, .script = .Common },
399 .{ .from = 0x2775, .to = 0x2775, .script = .Common },
400 .{ .from = 0x2776, .to = 0x2793, .script = .Common },
401 .{ .from = 0x2794, .to = 0x27BF, .script = .Common },
402 .{ .from = 0x27C0, .to = 0x27C4, .script = .Common },
403 .{ .from = 0x27C5, .to = 0x27C5, .script = .Common },
404 .{ .from = 0x27C6, .to = 0x27C6, .script = .Common },
405 .{ .from = 0x27C7, .to = 0x27E5, .script = .Common },
406 .{ .from = 0x27E6, .to = 0x27E6, .script = .Common },
407 .{ .from = 0x27E7, .to = 0x27E7, .script = .Common },
408 .{ .from = 0x27E8, .to = 0x27E8, .script = .Common },
409 .{ .from = 0x27E9, .to = 0x27E9, .script = .Common },
410 .{ .from = 0x27EA, .to = 0x27EA, .script = .Common },
411 .{ .from = 0x27EB, .to = 0x27EB, .script = .Common },
412 .{ .from = 0x27EC, .to = 0x27EC, .script = .Common },
413 .{ .from = 0x27ED, .to = 0x27ED, .script = .Common },
414 .{ .from = 0x27EE, .to = 0x27EE, .script = .Common },
415 .{ .from = 0x27EF, .to = 0x27EF, .script = .Common },
416 .{ .from = 0x27F0, .to = 0x27FF, .script = .Common },
417 .{ .from = 0x2900, .to = 0x2982, .script = .Common },
418 .{ .from = 0x2983, .to = 0x2983, .script = .Common },
419 .{ .from = 0x2984, .to = 0x2984, .script = .Common },
420 .{ .from = 0x2985, .to = 0x2985, .script = .Common },
421 .{ .from = 0x2986, .to = 0x2986, .script = .Common },
422 .{ .from = 0x2987, .to = 0x2987, .script = .Common },
423 .{ .from = 0x2988, .to = 0x2988, .script = .Common },
424 .{ .from = 0x2989, .to = 0x2989, .script = .Common },
425 .{ .from = 0x298A, .to = 0x298A, .script = .Common },
426 .{ .from = 0x298B, .to = 0x298B, .script = .Common },
427 .{ .from = 0x298C, .to = 0x298C, .script = .Common },
428 .{ .from = 0x298D, .to = 0x298D, .script = .Common },
429 .{ .from = 0x298E, .to = 0x298E, .script = .Common },
430 .{ .from = 0x298F, .to = 0x298F, .script = .Common },
431 .{ .from = 0x2990, .to = 0x2990, .script = .Common },
432 .{ .from = 0x2991, .to = 0x2991, .script = .Common },
433 .{ .from = 0x2992, .to = 0x2992, .script = .Common },
434 .{ .from = 0x2993, .to = 0x2993, .script = .Common },
435 .{ .from = 0x2994, .to = 0x2994, .script = .Common },
436 .{ .from = 0x2995, .to = 0x2995, .script = .Common },
437 .{ .from = 0x2996, .to = 0x2996, .script = .Common },
438 .{ .from = 0x2997, .to = 0x2997, .script = .Common },
439 .{ .from = 0x2998, .to = 0x2998, .script = .Common },
440 .{ .from = 0x2999, .to = 0x29D7, .script = .Common },
441 .{ .from = 0x29D8, .to = 0x29D8, .script = .Common },
442 .{ .from = 0x29D9, .to = 0x29D9, .script = .Common },
443 .{ .from = 0x29DA, .to = 0x29DA, .script = .Common },
444 .{ .from = 0x29DB, .to = 0x29DB, .script = .Common },
445 .{ .from = 0x29DC, .to = 0x29FB, .script = .Common },
446 .{ .from = 0x29FC, .to = 0x29FC, .script = .Common },
447 .{ .from = 0x29FD, .to = 0x29FD, .script = .Common },
448 .{ .from = 0x29FE, .to = 0x2AFF, .script = .Common },
449 .{ .from = 0x2B00, .to = 0x2B2F, .script = .Common },
450 .{ .from = 0x2B30, .to = 0x2B44, .script = .Common },
451 .{ .from = 0x2B45, .to = 0x2B46, .script = .Common },
452 .{ .from = 0x2B47, .to = 0x2B4C, .script = .Common },
453 .{ .from = 0x2B4D, .to = 0x2B73, .script = .Common },
454 .{ .from = 0x2B76, .to = 0x2B95, .script = .Common },
455 .{ .from = 0x2B97, .to = 0x2BFF, .script = .Common },
456 .{ .from = 0x2E00, .to = 0x2E01, .script = .Common },
457 .{ .from = 0x2E02, .to = 0x2E02, .script = .Common },
458 .{ .from = 0x2E03, .to = 0x2E03, .script = .Common },
459 .{ .from = 0x2E04, .to = 0x2E04, .script = .Common },
460 .{ .from = 0x2E05, .to = 0x2E05, .script = .Common },
461 .{ .from = 0x2E06, .to = 0x2E08, .script = .Common },
462 .{ .from = 0x2E09, .to = 0x2E09, .script = .Common },
463 .{ .from = 0x2E0A, .to = 0x2E0A, .script = .Common },
464 .{ .from = 0x2E0B, .to = 0x2E0B, .script = .Common },
465 .{ .from = 0x2E0C, .to = 0x2E0C, .script = .Common },
466 .{ .from = 0x2E0D, .to = 0x2E0D, .script = .Common },
467 .{ .from = 0x2E0E, .to = 0x2E16, .script = .Common },
468 .{ .from = 0x2E17, .to = 0x2E17, .script = .Common },
469 .{ .from = 0x2E18, .to = 0x2E19, .script = .Common },
470 .{ .from = 0x2E1A, .to = 0x2E1A, .script = .Common },
471 .{ .from = 0x2E1B, .to = 0x2E1B, .script = .Common },
472 .{ .from = 0x2E1C, .to = 0x2E1C, .script = .Common },
473 .{ .from = 0x2E1D, .to = 0x2E1D, .script = .Common },
474 .{ .from = 0x2E1E, .to = 0x2E1F, .script = .Common },
475 .{ .from = 0x2E20, .to = 0x2E20, .script = .Common },
476 .{ .from = 0x2E21, .to = 0x2E21, .script = .Common },
477 .{ .from = 0x2E22, .to = 0x2E22, .script = .Common },
478 .{ .from = 0x2E23, .to = 0x2E23, .script = .Common },
479 .{ .from = 0x2E24, .to = 0x2E24, .script = .Common },
480 .{ .from = 0x2E25, .to = 0x2E25, .script = .Common },
481 .{ .from = 0x2E26, .to = 0x2E26, .script = .Common },
482 .{ .from = 0x2E27, .to = 0x2E27, .script = .Common },
483 .{ .from = 0x2E28, .to = 0x2E28, .script = .Common },
484 .{ .from = 0x2E29, .to = 0x2E29, .script = .Common },
485 .{ .from = 0x2E2A, .to = 0x2E2E, .script = .Common },
486 .{ .from = 0x2E2F, .to = 0x2E2F, .script = .Common },
487 .{ .from = 0x2E30, .to = 0x2E39, .script = .Common },
488 .{ .from = 0x2E3A, .to = 0x2E3B, .script = .Common },
489 .{ .from = 0x2E3C, .to = 0x2E3F, .script = .Common },
490 .{ .from = 0x2E40, .to = 0x2E40, .script = .Common },
491 .{ .from = 0x2E41, .to = 0x2E41, .script = .Common },
492 .{ .from = 0x2E42, .to = 0x2E42, .script = .Common },
493 .{ .from = 0x2E43, .to = 0x2E4F, .script = .Common },
494 .{ .from = 0x2E50, .to = 0x2E51, .script = .Common },
495 .{ .from = 0x2E52, .to = 0x2E52, .script = .Common },
496 .{ .from = 0x2FF0, .to = 0x2FFB, .script = .Common },
497 .{ .from = 0x3000, .to = 0x3000, .script = .Common },
498 .{ .from = 0x3001, .to = 0x3003, .script = .Common },
499 .{ .from = 0x3004, .to = 0x3004, .script = .Common },
500 .{ .from = 0x3006, .to = 0x3006, .script = .Common },
501 .{ .from = 0x3008, .to = 0x3008, .script = .Common },
502 .{ .from = 0x3009, .to = 0x3009, .script = .Common },
503 .{ .from = 0x300A, .to = 0x300A, .script = .Common },
504 .{ .from = 0x300B, .to = 0x300B, .script = .Common },
505 .{ .from = 0x300C, .to = 0x300C, .script = .Common },
506 .{ .from = 0x300D, .to = 0x300D, .script = .Common },
507 .{ .from = 0x300E, .to = 0x300E, .script = .Common },
508 .{ .from = 0x300F, .to = 0x300F, .script = .Common },
509 .{ .from = 0x3010, .to = 0x3010, .script = .Common },
510 .{ .from = 0x3011, .to = 0x3011, .script = .Common },
511 .{ .from = 0x3012, .to = 0x3013, .script = .Common },
512 .{ .from = 0x3014, .to = 0x3014, .script = .Common },
513 .{ .from = 0x3015, .to = 0x3015, .script = .Common },
514 .{ .from = 0x3016, .to = 0x3016, .script = .Common },
515 .{ .from = 0x3017, .to = 0x3017, .script = .Common },
516 .{ .from = 0x3018, .to = 0x3018, .script = .Common },
517 .{ .from = 0x3019, .to = 0x3019, .script = .Common },
518 .{ .from = 0x301A, .to = 0x301A, .script = .Common },
519 .{ .from = 0x301B, .to = 0x301B, .script = .Common },
520 .{ .from = 0x301C, .to = 0x301C, .script = .Common },
521 .{ .from = 0x301D, .to = 0x301D, .script = .Common },
522 .{ .from = 0x301E, .to = 0x301F, .script = .Common },
523 .{ .from = 0x3020, .to = 0x3020, .script = .Common },
524 .{ .from = 0x3030, .to = 0x3030, .script = .Common },
525 .{ .from = 0x3031, .to = 0x3035, .script = .Common },
526 .{ .from = 0x3036, .to = 0x3037, .script = .Common },
527 .{ .from = 0x303C, .to = 0x303C, .script = .Common },
528 .{ .from = 0x303D, .to = 0x303D, .script = .Common },
529 .{ .from = 0x303E, .to = 0x303F, .script = .Common },
530 .{ .from = 0x309B, .to = 0x309C, .script = .Common },
531 .{ .from = 0x30A0, .to = 0x30A0, .script = .Common },
532 .{ .from = 0x30FB, .to = 0x30FB, .script = .Common },
533 .{ .from = 0x30FC, .to = 0x30FC, .script = .Common },
534 .{ .from = 0x3190, .to = 0x3191, .script = .Common },
535 .{ .from = 0x3192, .to = 0x3195, .script = .Common },
536 .{ .from = 0x3196, .to = 0x319F, .script = .Common },
537 .{ .from = 0x31C0, .to = 0x31E3, .script = .Common },
538 .{ .from = 0x3220, .to = 0x3229, .script = .Common },
539 .{ .from = 0x322A, .to = 0x3247, .script = .Common },
540 .{ .from = 0x3248, .to = 0x324F, .script = .Common },
541 .{ .from = 0x3250, .to = 0x3250, .script = .Common },
542 .{ .from = 0x3251, .to = 0x325F, .script = .Common },
543 .{ .from = 0x327F, .to = 0x327F, .script = .Common },
544 .{ .from = 0x3280, .to = 0x3289, .script = .Common },
545 .{ .from = 0x328A, .to = 0x32B0, .script = .Common },
546 .{ .from = 0x32B1, .to = 0x32BF, .script = .Common },
547 .{ .from = 0x32C0, .to = 0x32CF, .script = .Common },
548 .{ .from = 0x32FF, .to = 0x32FF, .script = .Common },
549 .{ .from = 0x3358, .to = 0x33FF, .script = .Common },
550 .{ .from = 0x4DC0, .to = 0x4DFF, .script = .Common },
551 .{ .from = 0xA700, .to = 0xA716, .script = .Common },
552 .{ .from = 0xA717, .to = 0xA71F, .script = .Common },
553 .{ .from = 0xA720, .to = 0xA721, .script = .Common },
554 .{ .from = 0xA788, .to = 0xA788, .script = .Common },
555 .{ .from = 0xA789, .to = 0xA78A, .script = .Common },
556 .{ .from = 0xA830, .to = 0xA835, .script = .Common },
557 .{ .from = 0xA836, .to = 0xA837, .script = .Common },
558 .{ .from = 0xA838, .to = 0xA838, .script = .Common },
559 .{ .from = 0xA839, .to = 0xA839, .script = .Common },
560 .{ .from = 0xA92E, .to = 0xA92E, .script = .Common },
561 .{ .from = 0xA9CF, .to = 0xA9CF, .script = .Common },
562 .{ .from = 0xAB5B, .to = 0xAB5B, .script = .Common },
563 .{ .from = 0xAB6A, .to = 0xAB6B, .script = .Common },
564 .{ .from = 0xFD3E, .to = 0xFD3E, .script = .Common },
565 .{ .from = 0xFD3F, .to = 0xFD3F, .script = .Common },
566 .{ .from = 0xFE10, .to = 0xFE16, .script = .Common },
567 .{ .from = 0xFE17, .to = 0xFE17, .script = .Common },
568 .{ .from = 0xFE18, .to = 0xFE18, .script = .Common },
569 .{ .from = 0xFE19, .to = 0xFE19, .script = .Common },
570 .{ .from = 0xFE30, .to = 0xFE30, .script = .Common },
571 .{ .from = 0xFE31, .to = 0xFE32, .script = .Common },
572 .{ .from = 0xFE33, .to = 0xFE34, .script = .Common },
573 .{ .from = 0xFE35, .to = 0xFE35, .script = .Common },
574 .{ .from = 0xFE36, .to = 0xFE36, .script = .Common },
575 .{ .from = 0xFE37, .to = 0xFE37, .script = .Common },
576 .{ .from = 0xFE38, .to = 0xFE38, .script = .Common },
577 .{ .from = 0xFE39, .to = 0xFE39, .script = .Common },
578 .{ .from = 0xFE3A, .to = 0xFE3A, .script = .Common },
579 .{ .from = 0xFE3B, .to = 0xFE3B, .script = .Common },
580 .{ .from = 0xFE3C, .to = 0xFE3C, .script = .Common },
581 .{ .from = 0xFE3D, .to = 0xFE3D, .script = .Common },
582 .{ .from = 0xFE3E, .to = 0xFE3E, .script = .Common },
583 .{ .from = 0xFE3F, .to = 0xFE3F, .script = .Common },
584 .{ .from = 0xFE40, .to = 0xFE40, .script = .Common },
585 .{ .from = 0xFE41, .to = 0xFE41, .script = .Common },
586 .{ .from = 0xFE42, .to = 0xFE42, .script = .Common },
587 .{ .from = 0xFE43, .to = 0xFE43, .script = .Common },
588 .{ .from = 0xFE44, .to = 0xFE44, .script = .Common },
589 .{ .from = 0xFE45, .to = 0xFE46, .script = .Common },
590 .{ .from = 0xFE47, .to = 0xFE47, .script = .Common },
591 .{ .from = 0xFE48, .to = 0xFE48, .script = .Common },
592 .{ .from = 0xFE49, .to = 0xFE4C, .script = .Common },
593 .{ .from = 0xFE4D, .to = 0xFE4F, .script = .Common },
594 .{ .from = 0xFE50, .to = 0xFE52, .script = .Common },
595 .{ .from = 0xFE54, .to = 0xFE57, .script = .Common },
596 .{ .from = 0xFE58, .to = 0xFE58, .script = .Common },
597 .{ .from = 0xFE59, .to = 0xFE59, .script = .Common },
598 .{ .from = 0xFE5A, .to = 0xFE5A, .script = .Common },
599 .{ .from = 0xFE5B, .to = 0xFE5B, .script = .Common },
600 .{ .from = 0xFE5C, .to = 0xFE5C, .script = .Common },
601 .{ .from = 0xFE5D, .to = 0xFE5D, .script = .Common },
602 .{ .from = 0xFE5E, .to = 0xFE5E, .script = .Common },
603 .{ .from = 0xFE5F, .to = 0xFE61, .script = .Common },
604 .{ .from = 0xFE62, .to = 0xFE62, .script = .Common },
605 .{ .from = 0xFE63, .to = 0xFE63, .script = .Common },
606 .{ .from = 0xFE64, .to = 0xFE66, .script = .Common },
607 .{ .from = 0xFE68, .to = 0xFE68, .script = .Common },
608 .{ .from = 0xFE69, .to = 0xFE69, .script = .Common },
609 .{ .from = 0xFE6A, .to = 0xFE6B, .script = .Common },
610 .{ .from = 0xFEFF, .to = 0xFEFF, .script = .Common },
611 .{ .from = 0xFF01, .to = 0xFF03, .script = .Common },
612 .{ .from = 0xFF04, .to = 0xFF04, .script = .Common },
613 .{ .from = 0xFF05, .to = 0xFF07, .script = .Common },
614 .{ .from = 0xFF08, .to = 0xFF08, .script = .Common },
615 .{ .from = 0xFF09, .to = 0xFF09, .script = .Common },
616 .{ .from = 0xFF0A, .to = 0xFF0A, .script = .Common },
617 .{ .from = 0xFF0B, .to = 0xFF0B, .script = .Common },
618 .{ .from = 0xFF0C, .to = 0xFF0C, .script = .Common },
619 .{ .from = 0xFF0D, .to = 0xFF0D, .script = .Common },
620 .{ .from = 0xFF0E, .to = 0xFF0F, .script = .Common },
621 .{ .from = 0xFF10, .to = 0xFF19, .script = .Common },
622 .{ .from = 0xFF1A, .to = 0xFF1B, .script = .Common },
623 .{ .from = 0xFF1C, .to = 0xFF1E, .script = .Common },
624 .{ .from = 0xFF1F, .to = 0xFF20, .script = .Common },
625 .{ .from = 0xFF3B, .to = 0xFF3B, .script = .Common },
626 .{ .from = 0xFF3C, .to = 0xFF3C, .script = .Common },
627 .{ .from = 0xFF3D, .to = 0xFF3D, .script = .Common },
628 .{ .from = 0xFF3E, .to = 0xFF3E, .script = .Common },
629 .{ .from = 0xFF3F, .to = 0xFF3F, .script = .Common },
630 .{ .from = 0xFF40, .to = 0xFF40, .script = .Common },
631 .{ .from = 0xFF5B, .to = 0xFF5B, .script = .Common },
632 .{ .from = 0xFF5C, .to = 0xFF5C, .script = .Common },
633 .{ .from = 0xFF5D, .to = 0xFF5D, .script = .Common },
634 .{ .from = 0xFF5E, .to = 0xFF5E, .script = .Common },
635 .{ .from = 0xFF5F, .to = 0xFF5F, .script = .Common },
636 .{ .from = 0xFF60, .to = 0xFF60, .script = .Common },
637 .{ .from = 0xFF61, .to = 0xFF61, .script = .Common },
638 .{ .from = 0xFF62, .to = 0xFF62, .script = .Common },
639 .{ .from = 0xFF63, .to = 0xFF63, .script = .Common },
640 .{ .from = 0xFF64, .to = 0xFF65, .script = .Common },
641 .{ .from = 0xFF70, .to = 0xFF70, .script = .Common },
642 .{ .from = 0xFF9E, .to = 0xFF9F, .script = .Common },
643 .{ .from = 0xFFE0, .to = 0xFFE1, .script = .Common },
644 .{ .from = 0xFFE2, .to = 0xFFE2, .script = .Common },
645 .{ .from = 0xFFE3, .to = 0xFFE3, .script = .Common },
646 .{ .from = 0xFFE4, .to = 0xFFE4, .script = .Common },
647 .{ .from = 0xFFE5, .to = 0xFFE6, .script = .Common },
648 .{ .from = 0xFFE8, .to = 0xFFE8, .script = .Common },
649 .{ .from = 0xFFE9, .to = 0xFFEC, .script = .Common },
650 .{ .from = 0xFFED, .to = 0xFFEE, .script = .Common },
651 .{ .from = 0xFFF9, .to = 0xFFFB, .script = .Common },
652 .{ .from = 0xFFFC, .to = 0xFFFD, .script = .Common },
653 .{ .from = 0x10100, .to = 0x10102, .script = .Common },
654 .{ .from = 0x10107, .to = 0x10133, .script = .Common },
655 .{ .from = 0x10137, .to = 0x1013F, .script = .Common },
656 .{ .from = 0x10190, .to = 0x1019C, .script = .Common },
657 .{ .from = 0x101D0, .to = 0x101FC, .script = .Common },
658 .{ .from = 0x102E1, .to = 0x102FB, .script = .Common },
659 .{ .from = 0x16FE2, .to = 0x16FE2, .script = .Common },
660 .{ .from = 0x16FE3, .to = 0x16FE3, .script = .Common },
661 .{ .from = 0x1BCA0, .to = 0x1BCA3, .script = .Common },
662 .{ .from = 0x1D000, .to = 0x1D0F5, .script = .Common },
663 .{ .from = 0x1D100, .to = 0x1D126, .script = .Common },
664 .{ .from = 0x1D129, .to = 0x1D164, .script = .Common },
665 .{ .from = 0x1D165, .to = 0x1D166, .script = .Common },
666 .{ .from = 0x1D16A, .to = 0x1D16C, .script = .Common },
667 .{ .from = 0x1D16D, .to = 0x1D172, .script = .Common },
668 .{ .from = 0x1D173, .to = 0x1D17A, .script = .Common },
669 .{ .from = 0x1D183, .to = 0x1D184, .script = .Common },
670 .{ .from = 0x1D18C, .to = 0x1D1A9, .script = .Common },
671 .{ .from = 0x1D1AE, .to = 0x1D1E8, .script = .Common },
672 .{ .from = 0x1D2E0, .to = 0x1D2F3, .script = .Common },
673 .{ .from = 0x1D300, .to = 0x1D356, .script = .Common },
674 .{ .from = 0x1D360, .to = 0x1D378, .script = .Common },
675 .{ .from = 0x1D400, .to = 0x1D454, .script = .Common },
676 .{ .from = 0x1D456, .to = 0x1D49C, .script = .Common },
677 .{ .from = 0x1D49E, .to = 0x1D49F, .script = .Common },
678 .{ .from = 0x1D4A2, .to = 0x1D4A2, .script = .Common },
679 .{ .from = 0x1D4A5, .to = 0x1D4A6, .script = .Common },
680 .{ .from = 0x1D4A9, .to = 0x1D4AC, .script = .Common },
681 .{ .from = 0x1D4AE, .to = 0x1D4B9, .script = .Common },
682 .{ .from = 0x1D4BB, .to = 0x1D4BB, .script = .Common },
683 .{ .from = 0x1D4BD, .to = 0x1D4C3, .script = .Common },
684 .{ .from = 0x1D4C5, .to = 0x1D505, .script = .Common },
685 .{ .from = 0x1D507, .to = 0x1D50A, .script = .Common },
686 .{ .from = 0x1D50D, .to = 0x1D514, .script = .Common },
687 .{ .from = 0x1D516, .to = 0x1D51C, .script = .Common },
688 .{ .from = 0x1D51E, .to = 0x1D539, .script = .Common },
689 .{ .from = 0x1D53B, .to = 0x1D53E, .script = .Common },
690 .{ .from = 0x1D540, .to = 0x1D544, .script = .Common },
691 .{ .from = 0x1D546, .to = 0x1D546, .script = .Common },
692 .{ .from = 0x1D54A, .to = 0x1D550, .script = .Common },
693 .{ .from = 0x1D552, .to = 0x1D6A5, .script = .Common },
694 .{ .from = 0x1D6A8, .to = 0x1D6C0, .script = .Common },
695 .{ .from = 0x1D6C1, .to = 0x1D6C1, .script = .Common },
696 .{ .from = 0x1D6C2, .to = 0x1D6DA, .script = .Common },
697 .{ .from = 0x1D6DB, .to = 0x1D6DB, .script = .Common },
698 .{ .from = 0x1D6DC, .to = 0x1D6FA, .script = .Common },
699 .{ .from = 0x1D6FB, .to = 0x1D6FB, .script = .Common },
700 .{ .from = 0x1D6FC, .to = 0x1D714, .script = .Common },
701 .{ .from = 0x1D715, .to = 0x1D715, .script = .Common },
702 .{ .from = 0x1D716, .to = 0x1D734, .script = .Common },
703 .{ .from = 0x1D735, .to = 0x1D735, .script = .Common },
704 .{ .from = 0x1D736, .to = 0x1D74E, .script = .Common },
705 .{ .from = 0x1D74F, .to = 0x1D74F, .script = .Common },
706 .{ .from = 0x1D750, .to = 0x1D76E, .script = .Common },
707 .{ .from = 0x1D76F, .to = 0x1D76F, .script = .Common },
708 .{ .from = 0x1D770, .to = 0x1D788, .script = .Common },
709 .{ .from = 0x1D789, .to = 0x1D789, .script = .Common },
710 .{ .from = 0x1D78A, .to = 0x1D7A8, .script = .Common },
711 .{ .from = 0x1D7A9, .to = 0x1D7A9, .script = .Common },
712 .{ .from = 0x1D7AA, .to = 0x1D7C2, .script = .Common },
713 .{ .from = 0x1D7C3, .to = 0x1D7C3, .script = .Common },
714 .{ .from = 0x1D7C4, .to = 0x1D7CB, .script = .Common },
715 .{ .from = 0x1D7CE, .to = 0x1D7FF, .script = .Common },
716 .{ .from = 0x1EC71, .to = 0x1ECAB, .script = .Common },
717 .{ .from = 0x1ECAC, .to = 0x1ECAC, .script = .Common },
718 .{ .from = 0x1ECAD, .to = 0x1ECAF, .script = .Common },
719 .{ .from = 0x1ECB0, .to = 0x1ECB0, .script = .Common },
720 .{ .from = 0x1ECB1, .to = 0x1ECB4, .script = .Common },
721 .{ .from = 0x1ED01, .to = 0x1ED2D, .script = .Common },
722 .{ .from = 0x1ED2E, .to = 0x1ED2E, .script = .Common },
723 .{ .from = 0x1ED2F, .to = 0x1ED3D, .script = .Common },
724 .{ .from = 0x1F000, .to = 0x1F02B, .script = .Common },
725 .{ .from = 0x1F030, .to = 0x1F093, .script = .Common },
726 .{ .from = 0x1F0A0, .to = 0x1F0AE, .script = .Common },
727 .{ .from = 0x1F0B1, .to = 0x1F0BF, .script = .Common },
728 .{ .from = 0x1F0C1, .to = 0x1F0CF, .script = .Common },
729 .{ .from = 0x1F0D1, .to = 0x1F0F5, .script = .Common },
730 .{ .from = 0x1F100, .to = 0x1F10C, .script = .Common },
731 .{ .from = 0x1F10D, .to = 0x1F1AD, .script = .Common },
732 .{ .from = 0x1F1E6, .to = 0x1F1FF, .script = .Common },
733 .{ .from = 0x1F201, .to = 0x1F202, .script = .Common },
734 .{ .from = 0x1F210, .to = 0x1F23B, .script = .Common },
735 .{ .from = 0x1F240, .to = 0x1F248, .script = .Common },
736 .{ .from = 0x1F250, .to = 0x1F251, .script = .Common },
737 .{ .from = 0x1F260, .to = 0x1F265, .script = .Common },
738 .{ .from = 0x1F300, .to = 0x1F3FA, .script = .Common },
739 .{ .from = 0x1F3FB, .to = 0x1F3FF, .script = .Common },
740 .{ .from = 0x1F400, .to = 0x1F6D7, .script = .Common },
741 .{ .from = 0x1F6E0, .to = 0x1F6EC, .script = .Common },
742 .{ .from = 0x1F6F0, .to = 0x1F6FC, .script = .Common },
743 .{ .from = 0x1F700, .to = 0x1F773, .script = .Common },
744 .{ .from = 0x1F780, .to = 0x1F7D8, .script = .Common },
745 .{ .from = 0x1F7E0, .to = 0x1F7EB, .script = .Common },
746 .{ .from = 0x1F800, .to = 0x1F80B, .script = .Common },
747 .{ .from = 0x1F810, .to = 0x1F847, .script = .Common },
748 .{ .from = 0x1F850, .to = 0x1F859, .script = .Common },
749 .{ .from = 0x1F860, .to = 0x1F887, .script = .Common },
750 .{ .from = 0x1F890, .to = 0x1F8AD, .script = .Common },
751 .{ .from = 0x1F8B0, .to = 0x1F8B1, .script = .Common },
752 .{ .from = 0x1F900, .to = 0x1F978, .script = .Common },
753 .{ .from = 0x1F97A, .to = 0x1F9CB, .script = .Common },
754 .{ .from = 0x1F9CD, .to = 0x1FA53, .script = .Common },
755 .{ .from = 0x1FA60, .to = 0x1FA6D, .script = .Common },
756 .{ .from = 0x1FA70, .to = 0x1FA74, .script = .Common },
757 .{ .from = 0x1FA78, .to = 0x1FA7A, .script = .Common },
758 .{ .from = 0x1FA80, .to = 0x1FA86, .script = .Common },
759 .{ .from = 0x1FA90, .to = 0x1FAA8, .script = .Common },
760 .{ .from = 0x1FAB0, .to = 0x1FAB6, .script = .Common },
761 .{ .from = 0x1FAC0, .to = 0x1FAC2, .script = .Common },
762 .{ .from = 0x1FAD0, .to = 0x1FAD6, .script = .Common },
763 .{ .from = 0x1FB00, .to = 0x1FB92, .script = .Common },
764 .{ .from = 0x1FB94, .to = 0x1FBCA, .script = .Common },
765 .{ .from = 0x1FBF0, .to = 0x1FBF9, .script = .Common },
766 .{ .from = 0xE0001, .to = 0xE0001, .script = .Common },
767 .{ .from = 0xE0020, .to = 0xE007F, .script = .Common },
768 .{ .from = 0x0041, .to = 0x005A, .script = .Latin },
769 .{ .from = 0x0061, .to = 0x007A, .script = .Latin },
770 .{ .from = 0x00AA, .to = 0x00AA, .script = .Latin },
771 .{ .from = 0x00BA, .to = 0x00BA, .script = .Latin },
772 .{ .from = 0x00C0, .to = 0x00D6, .script = .Latin },
773 .{ .from = 0x00D8, .to = 0x00F6, .script = .Latin },
774 .{ .from = 0x00F8, .to = 0x01BA, .script = .Latin },
775 .{ .from = 0x01BB, .to = 0x01BB, .script = .Latin },
776 .{ .from = 0x01BC, .to = 0x01BF, .script = .Latin },
777 .{ .from = 0x01C0, .to = 0x01C3, .script = .Latin },
778 .{ .from = 0x01C4, .to = 0x0293, .script = .Latin },
779 .{ .from = 0x0294, .to = 0x0294, .script = .Latin },
780 .{ .from = 0x0295, .to = 0x02AF, .script = .Latin },
781 .{ .from = 0x02B0, .to = 0x02B8, .script = .Latin },
782 .{ .from = 0x02E0, .to = 0x02E4, .script = .Latin },
783 .{ .from = 0x1D00, .to = 0x1D25, .script = .Latin },
784 .{ .from = 0x1D2C, .to = 0x1D5C, .script = .Latin },
785 .{ .from = 0x1D62, .to = 0x1D65, .script = .Latin },
786 .{ .from = 0x1D6B, .to = 0x1D77, .script = .Latin },
787 .{ .from = 0x1D79, .to = 0x1D9A, .script = .Latin },
788 .{ .from = 0x1D9B, .to = 0x1DBE, .script = .Latin },
789 .{ .from = 0x1E00, .to = 0x1EFF, .script = .Latin },
790 .{ .from = 0x2071, .to = 0x2071, .script = .Latin },
791 .{ .from = 0x207F, .to = 0x207F, .script = .Latin },
792 .{ .from = 0x2090, .to = 0x209C, .script = .Latin },
793 .{ .from = 0x212A, .to = 0x212B, .script = .Latin },
794 .{ .from = 0x2132, .to = 0x2132, .script = .Latin },
795 .{ .from = 0x214E, .to = 0x214E, .script = .Latin },
796 .{ .from = 0x2160, .to = 0x2182, .script = .Latin },
797 .{ .from = 0x2183, .to = 0x2184, .script = .Latin },
798 .{ .from = 0x2185, .to = 0x2188, .script = .Latin },
799 .{ .from = 0x2C60, .to = 0x2C7B, .script = .Latin },
800 .{ .from = 0x2C7C, .to = 0x2C7D, .script = .Latin },
801 .{ .from = 0x2C7E, .to = 0x2C7F, .script = .Latin },
802 .{ .from = 0xA722, .to = 0xA76F, .script = .Latin },
803 .{ .from = 0xA770, .to = 0xA770, .script = .Latin },
804 .{ .from = 0xA771, .to = 0xA787, .script = .Latin },
805 .{ .from = 0xA78B, .to = 0xA78E, .script = .Latin },
806 .{ .from = 0xA78F, .to = 0xA78F, .script = .Latin },
807 .{ .from = 0xA790, .to = 0xA7BF, .script = .Latin },
808 .{ .from = 0xA7C2, .to = 0xA7CA, .script = .Latin },
809 .{ .from = 0xA7F5, .to = 0xA7F6, .script = .Latin },
810 .{ .from = 0xA7F7, .to = 0xA7F7, .script = .Latin },
811 .{ .from = 0xA7F8, .to = 0xA7F9, .script = .Latin },
812 .{ .from = 0xA7FA, .to = 0xA7FA, .script = .Latin },
813 .{ .from = 0xA7FB, .to = 0xA7FF, .script = .Latin },
814 .{ .from = 0xAB30, .to = 0xAB5A, .script = .Latin },
815 .{ .from = 0xAB5C, .to = 0xAB5F, .script = .Latin },
816 .{ .from = 0xAB60, .to = 0xAB64, .script = .Latin },
817 .{ .from = 0xAB66, .to = 0xAB68, .script = .Latin },
818 .{ .from = 0xAB69, .to = 0xAB69, .script = .Latin },
819 .{ .from = 0xFB00, .to = 0xFB06, .script = .Latin },
820 .{ .from = 0xFF21, .to = 0xFF3A, .script = .Latin },
821 .{ .from = 0xFF41, .to = 0xFF5A, .script = .Latin },
822 .{ .from = 0x0370, .to = 0x0373, .script = .Greek },
823 .{ .from = 0x0375, .to = 0x0375, .script = .Greek },
824 .{ .from = 0x0376, .to = 0x0377, .script = .Greek },
825 .{ .from = 0x037A, .to = 0x037A, .script = .Greek },
826 .{ .from = 0x037B, .to = 0x037D, .script = .Greek },
827 .{ .from = 0x037F, .to = 0x037F, .script = .Greek },
828 .{ .from = 0x0384, .to = 0x0384, .script = .Greek },
829 .{ .from = 0x0386, .to = 0x0386, .script = .Greek },
830 .{ .from = 0x0388, .to = 0x038A, .script = .Greek },
831 .{ .from = 0x038C, .to = 0x038C, .script = .Greek },
832 .{ .from = 0x038E, .to = 0x03A1, .script = .Greek },
833 .{ .from = 0x03A3, .to = 0x03E1, .script = .Greek },
834 .{ .from = 0x03F0, .to = 0x03F5, .script = .Greek },
835 .{ .from = 0x03F6, .to = 0x03F6, .script = .Greek },
836 .{ .from = 0x03F7, .to = 0x03FF, .script = .Greek },
837 .{ .from = 0x1D26, .to = 0x1D2A, .script = .Greek },
838 .{ .from = 0x1D5D, .to = 0x1D61, .script = .Greek },
839 .{ .from = 0x1D66, .to = 0x1D6A, .script = .Greek },
840 .{ .from = 0x1DBF, .to = 0x1DBF, .script = .Greek },
841 .{ .from = 0x1F00, .to = 0x1F15, .script = .Greek },
842 .{ .from = 0x1F18, .to = 0x1F1D, .script = .Greek },
843 .{ .from = 0x1F20, .to = 0x1F45, .script = .Greek },
844 .{ .from = 0x1F48, .to = 0x1F4D, .script = .Greek },
845 .{ .from = 0x1F50, .to = 0x1F57, .script = .Greek },
846 .{ .from = 0x1F59, .to = 0x1F59, .script = .Greek },
847 .{ .from = 0x1F5B, .to = 0x1F5B, .script = .Greek },
848 .{ .from = 0x1F5D, .to = 0x1F5D, .script = .Greek },
849 .{ .from = 0x1F5F, .to = 0x1F7D, .script = .Greek },
850 .{ .from = 0x1F80, .to = 0x1FB4, .script = .Greek },
851 .{ .from = 0x1FB6, .to = 0x1FBC, .script = .Greek },
852 .{ .from = 0x1FBD, .to = 0x1FBD, .script = .Greek },
853 .{ .from = 0x1FBE, .to = 0x1FBE, .script = .Greek },
854 .{ .from = 0x1FBF, .to = 0x1FC1, .script = .Greek },
855 .{ .from = 0x1FC2, .to = 0x1FC4, .script = .Greek },
856 .{ .from = 0x1FC6, .to = 0x1FCC, .script = .Greek },
857 .{ .from = 0x1FCD, .to = 0x1FCF, .script = .Greek },
858 .{ .from = 0x1FD0, .to = 0x1FD3, .script = .Greek },
859 .{ .from = 0x1FD6, .to = 0x1FDB, .script = .Greek },
860 .{ .from = 0x1FDD, .to = 0x1FDF, .script = .Greek },
861 .{ .from = 0x1FE0, .to = 0x1FEC, .script = .Greek },
862 .{ .from = 0x1FED, .to = 0x1FEF, .script = .Greek },
863 .{ .from = 0x1FF2, .to = 0x1FF4, .script = .Greek },
864 .{ .from = 0x1FF6, .to = 0x1FFC, .script = .Greek },
865 .{ .from = 0x1FFD, .to = 0x1FFE, .script = .Greek },
866 .{ .from = 0x2126, .to = 0x2126, .script = .Greek },
867 .{ .from = 0xAB65, .to = 0xAB65, .script = .Greek },
868 .{ .from = 0x10140, .to = 0x10174, .script = .Greek },
869 .{ .from = 0x10175, .to = 0x10178, .script = .Greek },
870 .{ .from = 0x10179, .to = 0x10189, .script = .Greek },
871 .{ .from = 0x1018A, .to = 0x1018B, .script = .Greek },
872 .{ .from = 0x1018C, .to = 0x1018E, .script = .Greek },
873 .{ .from = 0x101A0, .to = 0x101A0, .script = .Greek },
874 .{ .from = 0x1D200, .to = 0x1D241, .script = .Greek },
875 .{ .from = 0x1D242, .to = 0x1D244, .script = .Greek },
876 .{ .from = 0x1D245, .to = 0x1D245, .script = .Greek },
877 .{ .from = 0x0400, .to = 0x0481, .script = .Cyrillic },
878 .{ .from = 0x0482, .to = 0x0482, .script = .Cyrillic },
879 .{ .from = 0x0483, .to = 0x0484, .script = .Cyrillic },
880 .{ .from = 0x0487, .to = 0x0487, .script = .Cyrillic },
881 .{ .from = 0x0488, .to = 0x0489, .script = .Cyrillic },
882 .{ .from = 0x048A, .to = 0x052F, .script = .Cyrillic },
883 .{ .from = 0x1C80, .to = 0x1C88, .script = .Cyrillic },
884 .{ .from = 0x1D2B, .to = 0x1D2B, .script = .Cyrillic },
885 .{ .from = 0x1D78, .to = 0x1D78, .script = .Cyrillic },
886 .{ .from = 0x2DE0, .to = 0x2DFF, .script = .Cyrillic },
887 .{ .from = 0xA640, .to = 0xA66D, .script = .Cyrillic },
888 .{ .from = 0xA66E, .to = 0xA66E, .script = .Cyrillic },
889 .{ .from = 0xA66F, .to = 0xA66F, .script = .Cyrillic },
890 .{ .from = 0xA670, .to = 0xA672, .script = .Cyrillic },
891 .{ .from = 0xA673, .to = 0xA673, .script = .Cyrillic },
892 .{ .from = 0xA674, .to = 0xA67D, .script = .Cyrillic },
893 .{ .from = 0xA67E, .to = 0xA67E, .script = .Cyrillic },
894 .{ .from = 0xA67F, .to = 0xA67F, .script = .Cyrillic },
895 .{ .from = 0xA680, .to = 0xA69B, .script = .Cyrillic },
896 .{ .from = 0xA69C, .to = 0xA69D, .script = .Cyrillic },
897 .{ .from = 0xA69E, .to = 0xA69F, .script = .Cyrillic },
898 .{ .from = 0xFE2E, .to = 0xFE2F, .script = .Cyrillic },
899 .{ .from = 0x0531, .to = 0x0556, .script = .Armenian },
900 .{ .from = 0x0559, .to = 0x0559, .script = .Armenian },
901 .{ .from = 0x055A, .to = 0x055F, .script = .Armenian },
902 .{ .from = 0x0560, .to = 0x0588, .script = .Armenian },
903 .{ .from = 0x0589, .to = 0x0589, .script = .Armenian },
904 .{ .from = 0x058A, .to = 0x058A, .script = .Armenian },
905 .{ .from = 0x058D, .to = 0x058E, .script = .Armenian },
906 .{ .from = 0x058F, .to = 0x058F, .script = .Armenian },
907 .{ .from = 0xFB13, .to = 0xFB17, .script = .Armenian },
908 .{ .from = 0x0591, .to = 0x05BD, .script = .Hebrew },
909 .{ .from = 0x05BE, .to = 0x05BE, .script = .Hebrew },
910 .{ .from = 0x05BF, .to = 0x05BF, .script = .Hebrew },
911 .{ .from = 0x05C0, .to = 0x05C0, .script = .Hebrew },
912 .{ .from = 0x05C1, .to = 0x05C2, .script = .Hebrew },
913 .{ .from = 0x05C3, .to = 0x05C3, .script = .Hebrew },
914 .{ .from = 0x05C4, .to = 0x05C5, .script = .Hebrew },
915 .{ .from = 0x05C6, .to = 0x05C6, .script = .Hebrew },
916 .{ .from = 0x05C7, .to = 0x05C7, .script = .Hebrew },
917 .{ .from = 0x05D0, .to = 0x05EA, .script = .Hebrew },
918 .{ .from = 0x05EF, .to = 0x05F2, .script = .Hebrew },
919 .{ .from = 0x05F3, .to = 0x05F4, .script = .Hebrew },
920 .{ .from = 0xFB1D, .to = 0xFB1D, .script = .Hebrew },
921 .{ .from = 0xFB1E, .to = 0xFB1E, .script = .Hebrew },
922 .{ .from = 0xFB1F, .to = 0xFB28, .script = .Hebrew },
923 .{ .from = 0xFB29, .to = 0xFB29, .script = .Hebrew },
924 .{ .from = 0xFB2A, .to = 0xFB36, .script = .Hebrew },
925 .{ .from = 0xFB38, .to = 0xFB3C, .script = .Hebrew },
926 .{ .from = 0xFB3E, .to = 0xFB3E, .script = .Hebrew },
927 .{ .from = 0xFB40, .to = 0xFB41, .script = .Hebrew },
928 .{ .from = 0xFB43, .to = 0xFB44, .script = .Hebrew },
929 .{ .from = 0xFB46, .to = 0xFB4F, .script = .Hebrew },
930 .{ .from = 0x0600, .to = 0x0604, .script = .Arabic },
931 .{ .from = 0x0606, .to = 0x0608, .script = .Arabic },
932 .{ .from = 0x0609, .to = 0x060A, .script = .Arabic },
933 .{ .from = 0x060B, .to = 0x060B, .script = .Arabic },
934 .{ .from = 0x060D, .to = 0x060D, .script = .Arabic },
935 .{ .from = 0x060E, .to = 0x060F, .script = .Arabic },
936 .{ .from = 0x0610, .to = 0x061A, .script = .Arabic },
937 .{ .from = 0x061C, .to = 0x061C, .script = .Arabic },
938 .{ .from = 0x061E, .to = 0x061E, .script = .Arabic },
939 .{ .from = 0x0620, .to = 0x063F, .script = .Arabic },
940 .{ .from = 0x0641, .to = 0x064A, .script = .Arabic },
941 .{ .from = 0x0656, .to = 0x065F, .script = .Arabic },
942 .{ .from = 0x0660, .to = 0x0669, .script = .Arabic },
943 .{ .from = 0x066A, .to = 0x066D, .script = .Arabic },
944 .{ .from = 0x066E, .to = 0x066F, .script = .Arabic },
945 .{ .from = 0x0671, .to = 0x06D3, .script = .Arabic },
946 .{ .from = 0x06D4, .to = 0x06D4, .script = .Arabic },
947 .{ .from = 0x06D5, .to = 0x06D5, .script = .Arabic },
948 .{ .from = 0x06D6, .to = 0x06DC, .script = .Arabic },
949 .{ .from = 0x06DE, .to = 0x06DE, .script = .Arabic },
950 .{ .from = 0x06DF, .to = 0x06E4, .script = .Arabic },
951 .{ .from = 0x06E5, .to = 0x06E6, .script = .Arabic },
952 .{ .from = 0x06E7, .to = 0x06E8, .script = .Arabic },
953 .{ .from = 0x06E9, .to = 0x06E9, .script = .Arabic },
954 .{ .from = 0x06EA, .to = 0x06ED, .script = .Arabic },
955 .{ .from = 0x06EE, .to = 0x06EF, .script = .Arabic },
956 .{ .from = 0x06F0, .to = 0x06F9, .script = .Arabic },
957 .{ .from = 0x06FA, .to = 0x06FC, .script = .Arabic },
958 .{ .from = 0x06FD, .to = 0x06FE, .script = .Arabic },
959 .{ .from = 0x06FF, .to = 0x06FF, .script = .Arabic },
960 .{ .from = 0x0750, .to = 0x077F, .script = .Arabic },
961 .{ .from = 0x08A0, .to = 0x08B4, .script = .Arabic },
962 .{ .from = 0x08B6, .to = 0x08C7, .script = .Arabic },
963 .{ .from = 0x08D3, .to = 0x08E1, .script = .Arabic },
964 .{ .from = 0x08E3, .to = 0x08FF, .script = .Arabic },
965 .{ .from = 0xFB50, .to = 0xFBB1, .script = .Arabic },
966 .{ .from = 0xFBB2, .to = 0xFBC1, .script = .Arabic },
967 .{ .from = 0xFBD3, .to = 0xFD3D, .script = .Arabic },
968 .{ .from = 0xFD50, .to = 0xFD8F, .script = .Arabic },
969 .{ .from = 0xFD92, .to = 0xFDC7, .script = .Arabic },
970 .{ .from = 0xFDF0, .to = 0xFDFB, .script = .Arabic },
971 .{ .from = 0xFDFC, .to = 0xFDFC, .script = .Arabic },
972 .{ .from = 0xFDFD, .to = 0xFDFD, .script = .Arabic },
973 .{ .from = 0xFE70, .to = 0xFE74, .script = .Arabic },
974 .{ .from = 0xFE76, .to = 0xFEFC, .script = .Arabic },
975 .{ .from = 0x10E60, .to = 0x10E7E, .script = .Arabic },
976 .{ .from = 0x1EE00, .to = 0x1EE03, .script = .Arabic },
977 .{ .from = 0x1EE05, .to = 0x1EE1F, .script = .Arabic },
978 .{ .from = 0x1EE21, .to = 0x1EE22, .script = .Arabic },
979 .{ .from = 0x1EE24, .to = 0x1EE24, .script = .Arabic },
980 .{ .from = 0x1EE27, .to = 0x1EE27, .script = .Arabic },
981 .{ .from = 0x1EE29, .to = 0x1EE32, .script = .Arabic },
982 .{ .from = 0x1EE34, .to = 0x1EE37, .script = .Arabic },
983 .{ .from = 0x1EE39, .to = 0x1EE39, .script = .Arabic },
984 .{ .from = 0x1EE3B, .to = 0x1EE3B, .script = .Arabic },
985 .{ .from = 0x1EE42, .to = 0x1EE42, .script = .Arabic },
986 .{ .from = 0x1EE47, .to = 0x1EE47, .script = .Arabic },
987 .{ .from = 0x1EE49, .to = 0x1EE49, .script = .Arabic },
988 .{ .from = 0x1EE4B, .to = 0x1EE4B, .script = .Arabic },
989 .{ .from = 0x1EE4D, .to = 0x1EE4F, .script = .Arabic },
990 .{ .from = 0x1EE51, .to = 0x1EE52, .script = .Arabic },
991 .{ .from = 0x1EE54, .to = 0x1EE54, .script = .Arabic },
992 .{ .from = 0x1EE57, .to = 0x1EE57, .script = .Arabic },
993 .{ .from = 0x1EE59, .to = 0x1EE59, .script = .Arabic },
994 .{ .from = 0x1EE5B, .to = 0x1EE5B, .script = .Arabic },
995 .{ .from = 0x1EE5D, .to = 0x1EE5D, .script = .Arabic },
996 .{ .from = 0x1EE5F, .to = 0x1EE5F, .script = .Arabic },
997 .{ .from = 0x1EE61, .to = 0x1EE62, .script = .Arabic },
998 .{ .from = 0x1EE64, .to = 0x1EE64, .script = .Arabic },
999 .{ .from = 0x1EE67, .to = 0x1EE6A, .script = .Arabic },
1000 .{ .from = 0x1EE6C, .to = 0x1EE72, .script = .Arabic },
1001 .{ .from = 0x1EE74, .to = 0x1EE77, .script = .Arabic },
1002 .{ .from = 0x1EE79, .to = 0x1EE7C, .script = .Arabic },
1003 .{ .from = 0x1EE7E, .to = 0x1EE7E, .script = .Arabic },
1004 .{ .from = 0x1EE80, .to = 0x1EE89, .script = .Arabic },
1005 .{ .from = 0x1EE8B, .to = 0x1EE9B, .script = .Arabic },
1006 .{ .from = 0x1EEA1, .to = 0x1EEA3, .script = .Arabic },
1007 .{ .from = 0x1EEA5, .to = 0x1EEA9, .script = .Arabic },
1008 .{ .from = 0x1EEAB, .to = 0x1EEBB, .script = .Arabic },
1009 .{ .from = 0x1EEF0, .to = 0x1EEF1, .script = .Arabic },
1010 .{ .from = 0x0700, .to = 0x070D, .script = .Syriac },
1011 .{ .from = 0x070F, .to = 0x070F, .script = .Syriac },
1012 .{ .from = 0x0710, .to = 0x0710, .script = .Syriac },
1013 .{ .from = 0x0711, .to = 0x0711, .script = .Syriac },
1014 .{ .from = 0x0712, .to = 0x072F, .script = .Syriac },
1015 .{ .from = 0x0730, .to = 0x074A, .script = .Syriac },
1016 .{ .from = 0x074D, .to = 0x074F, .script = .Syriac },
1017 .{ .from = 0x0860, .to = 0x086A, .script = .Syriac },
1018 .{ .from = 0x0780, .to = 0x07A5, .script = .Thaana },
1019 .{ .from = 0x07A6, .to = 0x07B0, .script = .Thaana },
1020 .{ .from = 0x07B1, .to = 0x07B1, .script = .Thaana },
1021 .{ .from = 0x0900, .to = 0x0902, .script = .Devanagari },
1022 .{ .from = 0x0903, .to = 0x0903, .script = .Devanagari },
1023 .{ .from = 0x0904, .to = 0x0939, .script = .Devanagari },
1024 .{ .from = 0x093A, .to = 0x093A, .script = .Devanagari },
1025 .{ .from = 0x093B, .to = 0x093B, .script = .Devanagari },
1026 .{ .from = 0x093C, .to = 0x093C, .script = .Devanagari },
1027 .{ .from = 0x093D, .to = 0x093D, .script = .Devanagari },
1028 .{ .from = 0x093E, .to = 0x0940, .script = .Devanagari },
1029 .{ .from = 0x0941, .to = 0x0948, .script = .Devanagari },
1030 .{ .from = 0x0949, .to = 0x094C, .script = .Devanagari },
1031 .{ .from = 0x094D, .to = 0x094D, .script = .Devanagari },
1032 .{ .from = 0x094E, .to = 0x094F, .script = .Devanagari },
1033 .{ .from = 0x0950, .to = 0x0950, .script = .Devanagari },
1034 .{ .from = 0x0955, .to = 0x0957, .script = .Devanagari },
1035 .{ .from = 0x0958, .to = 0x0961, .script = .Devanagari },
1036 .{ .from = 0x0962, .to = 0x0963, .script = .Devanagari },
1037 .{ .from = 0x0966, .to = 0x096F, .script = .Devanagari },
1038 .{ .from = 0x0970, .to = 0x0970, .script = .Devanagari },
1039 .{ .from = 0x0971, .to = 0x0971, .script = .Devanagari },
1040 .{ .from = 0x0972, .to = 0x097F, .script = .Devanagari },
1041 .{ .from = 0xA8E0, .to = 0xA8F1, .script = .Devanagari },
1042 .{ .from = 0xA8F2, .to = 0xA8F7, .script = .Devanagari },
1043 .{ .from = 0xA8F8, .to = 0xA8FA, .script = .Devanagari },
1044 .{ .from = 0xA8FB, .to = 0xA8FB, .script = .Devanagari },
1045 .{ .from = 0xA8FC, .to = 0xA8FC, .script = .Devanagari },
1046 .{ .from = 0xA8FD, .to = 0xA8FE, .script = .Devanagari },
1047 .{ .from = 0xA8FF, .to = 0xA8FF, .script = .Devanagari },
1048 .{ .from = 0x0980, .to = 0x0980, .script = .Bengali },
1049 .{ .from = 0x0981, .to = 0x0981, .script = .Bengali },
1050 .{ .from = 0x0982, .to = 0x0983, .script = .Bengali },
1051 .{ .from = 0x0985, .to = 0x098C, .script = .Bengali },
1052 .{ .from = 0x098F, .to = 0x0990, .script = .Bengali },
1053 .{ .from = 0x0993, .to = 0x09A8, .script = .Bengali },
1054 .{ .from = 0x09AA, .to = 0x09B0, .script = .Bengali },
1055 .{ .from = 0x09B2, .to = 0x09B2, .script = .Bengali },
1056 .{ .from = 0x09B6, .to = 0x09B9, .script = .Bengali },
1057 .{ .from = 0x09BC, .to = 0x09BC, .script = .Bengali },
1058 .{ .from = 0x09BD, .to = 0x09BD, .script = .Bengali },
1059 .{ .from = 0x09BE, .to = 0x09C0, .script = .Bengali },
1060 .{ .from = 0x09C1, .to = 0x09C4, .script = .Bengali },
1061 .{ .from = 0x09C7, .to = 0x09C8, .script = .Bengali },
1062 .{ .from = 0x09CB, .to = 0x09CC, .script = .Bengali },
1063 .{ .from = 0x09CD, .to = 0x09CD, .script = .Bengali },
1064 .{ .from = 0x09CE, .to = 0x09CE, .script = .Bengali },
1065 .{ .from = 0x09D7, .to = 0x09D7, .script = .Bengali },
1066 .{ .from = 0x09DC, .to = 0x09DD, .script = .Bengali },
1067 .{ .from = 0x09DF, .to = 0x09E1, .script = .Bengali },
1068 .{ .from = 0x09E2, .to = 0x09E3, .script = .Bengali },
1069 .{ .from = 0x09E6, .to = 0x09EF, .script = .Bengali },
1070 .{ .from = 0x09F0, .to = 0x09F1, .script = .Bengali },
1071 .{ .from = 0x09F2, .to = 0x09F3, .script = .Bengali },
1072 .{ .from = 0x09F4, .to = 0x09F9, .script = .Bengali },
1073 .{ .from = 0x09FA, .to = 0x09FA, .script = .Bengali },
1074 .{ .from = 0x09FB, .to = 0x09FB, .script = .Bengali },
1075 .{ .from = 0x09FC, .to = 0x09FC, .script = .Bengali },
1076 .{ .from = 0x09FD, .to = 0x09FD, .script = .Bengali },
1077 .{ .from = 0x09FE, .to = 0x09FE, .script = .Bengali },
1078 .{ .from = 0x0A01, .to = 0x0A02, .script = .Gurmukhi },
1079 .{ .from = 0x0A03, .to = 0x0A03, .script = .Gurmukhi },
1080 .{ .from = 0x0A05, .to = 0x0A0A, .script = .Gurmukhi },
1081 .{ .from = 0x0A0F, .to = 0x0A10, .script = .Gurmukhi },
1082 .{ .from = 0x0A13, .to = 0x0A28, .script = .Gurmukhi },
1083 .{ .from = 0x0A2A, .to = 0x0A30, .script = .Gurmukhi },
1084 .{ .from = 0x0A32, .to = 0x0A33, .script = .Gurmukhi },
1085 .{ .from = 0x0A35, .to = 0x0A36, .script = .Gurmukhi },
1086 .{ .from = 0x0A38, .to = 0x0A39, .script = .Gurmukhi },
1087 .{ .from = 0x0A3C, .to = 0x0A3C, .script = .Gurmukhi },
1088 .{ .from = 0x0A3E, .to = 0x0A40, .script = .Gurmukhi },
1089 .{ .from = 0x0A41, .to = 0x0A42, .script = .Gurmukhi },
1090 .{ .from = 0x0A47, .to = 0x0A48, .script = .Gurmukhi },
1091 .{ .from = 0x0A4B, .to = 0x0A4D, .script = .Gurmukhi },
1092 .{ .from = 0x0A51, .to = 0x0A51, .script = .Gurmukhi },
1093 .{ .from = 0x0A59, .to = 0x0A5C, .script = .Gurmukhi },
1094 .{ .from = 0x0A5E, .to = 0x0A5E, .script = .Gurmukhi },
1095 .{ .from = 0x0A66, .to = 0x0A6F, .script = .Gurmukhi },
1096 .{ .from = 0x0A70, .to = 0x0A71, .script = .Gurmukhi },
1097 .{ .from = 0x0A72, .to = 0x0A74, .script = .Gurmukhi },
1098 .{ .from = 0x0A75, .to = 0x0A75, .script = .Gurmukhi },
1099 .{ .from = 0x0A76, .to = 0x0A76, .script = .Gurmukhi },
1100 .{ .from = 0x0A81, .to = 0x0A82, .script = .Gujarati },
1101 .{ .from = 0x0A83, .to = 0x0A83, .script = .Gujarati },
1102 .{ .from = 0x0A85, .to = 0x0A8D, .script = .Gujarati },
1103 .{ .from = 0x0A8F, .to = 0x0A91, .script = .Gujarati },
1104 .{ .from = 0x0A93, .to = 0x0AA8, .script = .Gujarati },
1105 .{ .from = 0x0AAA, .to = 0x0AB0, .script = .Gujarati },
1106 .{ .from = 0x0AB2, .to = 0x0AB3, .script = .Gujarati },
1107 .{ .from = 0x0AB5, .to = 0x0AB9, .script = .Gujarati },
1108 .{ .from = 0x0ABC, .to = 0x0ABC, .script = .Gujarati },
1109 .{ .from = 0x0ABD, .to = 0x0ABD, .script = .Gujarati },
1110 .{ .from = 0x0ABE, .to = 0x0AC0, .script = .Gujarati },
1111 .{ .from = 0x0AC1, .to = 0x0AC5, .script = .Gujarati },
1112 .{ .from = 0x0AC7, .to = 0x0AC8, .script = .Gujarati },
1113 .{ .from = 0x0AC9, .to = 0x0AC9, .script = .Gujarati },
1114 .{ .from = 0x0ACB, .to = 0x0ACC, .script = .Gujarati },
1115 .{ .from = 0x0ACD, .to = 0x0ACD, .script = .Gujarati },
1116 .{ .from = 0x0AD0, .to = 0x0AD0, .script = .Gujarati },
1117 .{ .from = 0x0AE0, .to = 0x0AE1, .script = .Gujarati },
1118 .{ .from = 0x0AE2, .to = 0x0AE3, .script = .Gujarati },
1119 .{ .from = 0x0AE6, .to = 0x0AEF, .script = .Gujarati },
1120 .{ .from = 0x0AF0, .to = 0x0AF0, .script = .Gujarati },
1121 .{ .from = 0x0AF1, .to = 0x0AF1, .script = .Gujarati },
1122 .{ .from = 0x0AF9, .to = 0x0AF9, .script = .Gujarati },
1123 .{ .from = 0x0AFA, .to = 0x0AFF, .script = .Gujarati },
1124 .{ .from = 0x0B01, .to = 0x0B01, .script = .Oriya },
1125 .{ .from = 0x0B02, .to = 0x0B03, .script = .Oriya },
1126 .{ .from = 0x0B05, .to = 0x0B0C, .script = .Oriya },
1127 .{ .from = 0x0B0F, .to = 0x0B10, .script = .Oriya },
1128 .{ .from = 0x0B13, .to = 0x0B28, .script = .Oriya },
1129 .{ .from = 0x0B2A, .to = 0x0B30, .script = .Oriya },
1130 .{ .from = 0x0B32, .to = 0x0B33, .script = .Oriya },
1131 .{ .from = 0x0B35, .to = 0x0B39, .script = .Oriya },
1132 .{ .from = 0x0B3C, .to = 0x0B3C, .script = .Oriya },
1133 .{ .from = 0x0B3D, .to = 0x0B3D, .script = .Oriya },
1134 .{ .from = 0x0B3E, .to = 0x0B3E, .script = .Oriya },
1135 .{ .from = 0x0B3F, .to = 0x0B3F, .script = .Oriya },
1136 .{ .from = 0x0B40, .to = 0x0B40, .script = .Oriya },
1137 .{ .from = 0x0B41, .to = 0x0B44, .script = .Oriya },
1138 .{ .from = 0x0B47, .to = 0x0B48, .script = .Oriya },
1139 .{ .from = 0x0B4B, .to = 0x0B4C, .script = .Oriya },
1140 .{ .from = 0x0B4D, .to = 0x0B4D, .script = .Oriya },
1141 .{ .from = 0x0B55, .to = 0x0B56, .script = .Oriya },
1142 .{ .from = 0x0B57, .to = 0x0B57, .script = .Oriya },
1143 .{ .from = 0x0B5C, .to = 0x0B5D, .script = .Oriya },
1144 .{ .from = 0x0B5F, .to = 0x0B61, .script = .Oriya },
1145 .{ .from = 0x0B62, .to = 0x0B63, .script = .Oriya },
1146 .{ .from = 0x0B66, .to = 0x0B6F, .script = .Oriya },
1147 .{ .from = 0x0B70, .to = 0x0B70, .script = .Oriya },
1148 .{ .from = 0x0B71, .to = 0x0B71, .script = .Oriya },
1149 .{ .from = 0x0B72, .to = 0x0B77, .script = .Oriya },
1150 .{ .from = 0x0B82, .to = 0x0B82, .script = .Tamil },
1151 .{ .from = 0x0B83, .to = 0x0B83, .script = .Tamil },
1152 .{ .from = 0x0B85, .to = 0x0B8A, .script = .Tamil },
1153 .{ .from = 0x0B8E, .to = 0x0B90, .script = .Tamil },
1154 .{ .from = 0x0B92, .to = 0x0B95, .script = .Tamil },
1155 .{ .from = 0x0B99, .to = 0x0B9A, .script = .Tamil },
1156 .{ .from = 0x0B9C, .to = 0x0B9C, .script = .Tamil },
1157 .{ .from = 0x0B9E, .to = 0x0B9F, .script = .Tamil },
1158 .{ .from = 0x0BA3, .to = 0x0BA4, .script = .Tamil },
1159 .{ .from = 0x0BA8, .to = 0x0BAA, .script = .Tamil },
1160 .{ .from = 0x0BAE, .to = 0x0BB9, .script = .Tamil },
1161 .{ .from = 0x0BBE, .to = 0x0BBF, .script = .Tamil },
1162 .{ .from = 0x0BC0, .to = 0x0BC0, .script = .Tamil },
1163 .{ .from = 0x0BC1, .to = 0x0BC2, .script = .Tamil },
1164 .{ .from = 0x0BC6, .to = 0x0BC8, .script = .Tamil },
1165 .{ .from = 0x0BCA, .to = 0x0BCC, .script = .Tamil },
1166 .{ .from = 0x0BCD, .to = 0x0BCD, .script = .Tamil },
1167 .{ .from = 0x0BD0, .to = 0x0BD0, .script = .Tamil },
1168 .{ .from = 0x0BD7, .to = 0x0BD7, .script = .Tamil },
1169 .{ .from = 0x0BE6, .to = 0x0BEF, .script = .Tamil },
1170 .{ .from = 0x0BF0, .to = 0x0BF2, .script = .Tamil },
1171 .{ .from = 0x0BF3, .to = 0x0BF8, .script = .Tamil },
1172 .{ .from = 0x0BF9, .to = 0x0BF9, .script = .Tamil },
1173 .{ .from = 0x0BFA, .to = 0x0BFA, .script = .Tamil },
1174 .{ .from = 0x11FC0, .to = 0x11FD4, .script = .Tamil },
1175 .{ .from = 0x11FD5, .to = 0x11FDC, .script = .Tamil },
1176 .{ .from = 0x11FDD, .to = 0x11FE0, .script = .Tamil },
1177 .{ .from = 0x11FE1, .to = 0x11FF1, .script = .Tamil },
1178 .{ .from = 0x11FFF, .to = 0x11FFF, .script = .Tamil },
1179 .{ .from = 0x0C00, .to = 0x0C00, .script = .Telugu },
1180 .{ .from = 0x0C01, .to = 0x0C03, .script = .Telugu },
1181 .{ .from = 0x0C04, .to = 0x0C04, .script = .Telugu },
1182 .{ .from = 0x0C05, .to = 0x0C0C, .script = .Telugu },
1183 .{ .from = 0x0C0E, .to = 0x0C10, .script = .Telugu },
1184 .{ .from = 0x0C12, .to = 0x0C28, .script = .Telugu },
1185 .{ .from = 0x0C2A, .to = 0x0C39, .script = .Telugu },
1186 .{ .from = 0x0C3D, .to = 0x0C3D, .script = .Telugu },
1187 .{ .from = 0x0C3E, .to = 0x0C40, .script = .Telugu },
1188 .{ .from = 0x0C41, .to = 0x0C44, .script = .Telugu },
1189 .{ .from = 0x0C46, .to = 0x0C48, .script = .Telugu },
1190 .{ .from = 0x0C4A, .to = 0x0C4D, .script = .Telugu },
1191 .{ .from = 0x0C55, .to = 0x0C56, .script = .Telugu },
1192 .{ .from = 0x0C58, .to = 0x0C5A, .script = .Telugu },
1193 .{ .from = 0x0C60, .to = 0x0C61, .script = .Telugu },
1194 .{ .from = 0x0C62, .to = 0x0C63, .script = .Telugu },
1195 .{ .from = 0x0C66, .to = 0x0C6F, .script = .Telugu },
1196 .{ .from = 0x0C77, .to = 0x0C77, .script = .Telugu },
1197 .{ .from = 0x0C78, .to = 0x0C7E, .script = .Telugu },
1198 .{ .from = 0x0C7F, .to = 0x0C7F, .script = .Telugu },
1199 .{ .from = 0x0C80, .to = 0x0C80, .script = .Kannada },
1200 .{ .from = 0x0C81, .to = 0x0C81, .script = .Kannada },
1201 .{ .from = 0x0C82, .to = 0x0C83, .script = .Kannada },
1202 .{ .from = 0x0C84, .to = 0x0C84, .script = .Kannada },
1203 .{ .from = 0x0C85, .to = 0x0C8C, .script = .Kannada },
1204 .{ .from = 0x0C8E, .to = 0x0C90, .script = .Kannada },
1205 .{ .from = 0x0C92, .to = 0x0CA8, .script = .Kannada },
1206 .{ .from = 0x0CAA, .to = 0x0CB3, .script = .Kannada },
1207 .{ .from = 0x0CB5, .to = 0x0CB9, .script = .Kannada },
1208 .{ .from = 0x0CBC, .to = 0x0CBC, .script = .Kannada },
1209 .{ .from = 0x0CBD, .to = 0x0CBD, .script = .Kannada },
1210 .{ .from = 0x0CBE, .to = 0x0CBE, .script = .Kannada },
1211 .{ .from = 0x0CBF, .to = 0x0CBF, .script = .Kannada },
1212 .{ .from = 0x0CC0, .to = 0x0CC4, .script = .Kannada },
1213 .{ .from = 0x0CC6, .to = 0x0CC6, .script = .Kannada },
1214 .{ .from = 0x0CC7, .to = 0x0CC8, .script = .Kannada },
1215 .{ .from = 0x0CCA, .to = 0x0CCB, .script = .Kannada },
1216 .{ .from = 0x0CCC, .to = 0x0CCD, .script = .Kannada },
1217 .{ .from = 0x0CD5, .to = 0x0CD6, .script = .Kannada },
1218 .{ .from = 0x0CDE, .to = 0x0CDE, .script = .Kannada },
1219 .{ .from = 0x0CE0, .to = 0x0CE1, .script = .Kannada },
1220 .{ .from = 0x0CE2, .to = 0x0CE3, .script = .Kannada },
1221 .{ .from = 0x0CE6, .to = 0x0CEF, .script = .Kannada },
1222 .{ .from = 0x0CF1, .to = 0x0CF2, .script = .Kannada },
1223 .{ .from = 0x0D00, .to = 0x0D01, .script = .Malayalam },
1224 .{ .from = 0x0D02, .to = 0x0D03, .script = .Malayalam },
1225 .{ .from = 0x0D04, .to = 0x0D0C, .script = .Malayalam },
1226 .{ .from = 0x0D0E, .to = 0x0D10, .script = .Malayalam },
1227 .{ .from = 0x0D12, .to = 0x0D3A, .script = .Malayalam },
1228 .{ .from = 0x0D3B, .to = 0x0D3C, .script = .Malayalam },
1229 .{ .from = 0x0D3D, .to = 0x0D3D, .script = .Malayalam },
1230 .{ .from = 0x0D3E, .to = 0x0D40, .script = .Malayalam },
1231 .{ .from = 0x0D41, .to = 0x0D44, .script = .Malayalam },
1232 .{ .from = 0x0D46, .to = 0x0D48, .script = .Malayalam },
1233 .{ .from = 0x0D4A, .to = 0x0D4C, .script = .Malayalam },
1234 .{ .from = 0x0D4D, .to = 0x0D4D, .script = .Malayalam },
1235 .{ .from = 0x0D4E, .to = 0x0D4E, .script = .Malayalam },
1236 .{ .from = 0x0D4F, .to = 0x0D4F, .script = .Malayalam },
1237 .{ .from = 0x0D54, .to = 0x0D56, .script = .Malayalam },
1238 .{ .from = 0x0D57, .to = 0x0D57, .script = .Malayalam },
1239 .{ .from = 0x0D58, .to = 0x0D5E, .script = .Malayalam },
1240 .{ .from = 0x0D5F, .to = 0x0D61, .script = .Malayalam },
1241 .{ .from = 0x0D62, .to = 0x0D63, .script = .Malayalam },
1242 .{ .from = 0x0D66, .to = 0x0D6F, .script = .Malayalam },
1243 .{ .from = 0x0D70, .to = 0x0D78, .script = .Malayalam },
1244 .{ .from = 0x0D79, .to = 0x0D79, .script = .Malayalam },
1245 .{ .from = 0x0D7A, .to = 0x0D7F, .script = .Malayalam },
1246 .{ .from = 0x0D81, .to = 0x0D81, .script = .Sinhala },
1247 .{ .from = 0x0D82, .to = 0x0D83, .script = .Sinhala },
1248 .{ .from = 0x0D85, .to = 0x0D96, .script = .Sinhala },
1249 .{ .from = 0x0D9A, .to = 0x0DB1, .script = .Sinhala },
1250 .{ .from = 0x0DB3, .to = 0x0DBB, .script = .Sinhala },
1251 .{ .from = 0x0DBD, .to = 0x0DBD, .script = .Sinhala },
1252 .{ .from = 0x0DC0, .to = 0x0DC6, .script = .Sinhala },
1253 .{ .from = 0x0DCA, .to = 0x0DCA, .script = .Sinhala },
1254 .{ .from = 0x0DCF, .to = 0x0DD1, .script = .Sinhala },
1255 .{ .from = 0x0DD2, .to = 0x0DD4, .script = .Sinhala },
1256 .{ .from = 0x0DD6, .to = 0x0DD6, .script = .Sinhala },
1257 .{ .from = 0x0DD8, .to = 0x0DDF, .script = .Sinhala },
1258 .{ .from = 0x0DE6, .to = 0x0DEF, .script = .Sinhala },
1259 .{ .from = 0x0DF2, .to = 0x0DF3, .script = .Sinhala },
1260 .{ .from = 0x0DF4, .to = 0x0DF4, .script = .Sinhala },
1261 .{ .from = 0x111E1, .to = 0x111F4, .script = .Sinhala },
1262 .{ .from = 0x0E01, .to = 0x0E30, .script = .Thai },
1263 .{ .from = 0x0E31, .to = 0x0E31, .script = .Thai },
1264 .{ .from = 0x0E32, .to = 0x0E33, .script = .Thai },
1265 .{ .from = 0x0E34, .to = 0x0E3A, .script = .Thai },
1266 .{ .from = 0x0E40, .to = 0x0E45, .script = .Thai },
1267 .{ .from = 0x0E46, .to = 0x0E46, .script = .Thai },
1268 .{ .from = 0x0E47, .to = 0x0E4E, .script = .Thai },
1269 .{ .from = 0x0E4F, .to = 0x0E4F, .script = .Thai },
1270 .{ .from = 0x0E50, .to = 0x0E59, .script = .Thai },
1271 .{ .from = 0x0E5A, .to = 0x0E5B, .script = .Thai },
1272 .{ .from = 0x0E81, .to = 0x0E82, .script = .Lao },
1273 .{ .from = 0x0E84, .to = 0x0E84, .script = .Lao },
1274 .{ .from = 0x0E86, .to = 0x0E8A, .script = .Lao },
1275 .{ .from = 0x0E8C, .to = 0x0EA3, .script = .Lao },
1276 .{ .from = 0x0EA5, .to = 0x0EA5, .script = .Lao },
1277 .{ .from = 0x0EA7, .to = 0x0EB0, .script = .Lao },
1278 .{ .from = 0x0EB1, .to = 0x0EB1, .script = .Lao },
1279 .{ .from = 0x0EB2, .to = 0x0EB3, .script = .Lao },
1280 .{ .from = 0x0EB4, .to = 0x0EBC, .script = .Lao },
1281 .{ .from = 0x0EBD, .to = 0x0EBD, .script = .Lao },
1282 .{ .from = 0x0EC0, .to = 0x0EC4, .script = .Lao },
1283 .{ .from = 0x0EC6, .to = 0x0EC6, .script = .Lao },
1284 .{ .from = 0x0EC8, .to = 0x0ECD, .script = .Lao },
1285 .{ .from = 0x0ED0, .to = 0x0ED9, .script = .Lao },
1286 .{ .from = 0x0EDC, .to = 0x0EDF, .script = .Lao },
1287 .{ .from = 0x0F00, .to = 0x0F00, .script = .Tibetan },
1288 .{ .from = 0x0F01, .to = 0x0F03, .script = .Tibetan },
1289 .{ .from = 0x0F04, .to = 0x0F12, .script = .Tibetan },
1290 .{ .from = 0x0F13, .to = 0x0F13, .script = .Tibetan },
1291 .{ .from = 0x0F14, .to = 0x0F14, .script = .Tibetan },
1292 .{ .from = 0x0F15, .to = 0x0F17, .script = .Tibetan },
1293 .{ .from = 0x0F18, .to = 0x0F19, .script = .Tibetan },
1294 .{ .from = 0x0F1A, .to = 0x0F1F, .script = .Tibetan },
1295 .{ .from = 0x0F20, .to = 0x0F29, .script = .Tibetan },
1296 .{ .from = 0x0F2A, .to = 0x0F33, .script = .Tibetan },
1297 .{ .from = 0x0F34, .to = 0x0F34, .script = .Tibetan },
1298 .{ .from = 0x0F35, .to = 0x0F35, .script = .Tibetan },
1299 .{ .from = 0x0F36, .to = 0x0F36, .script = .Tibetan },
1300 .{ .from = 0x0F37, .to = 0x0F37, .script = .Tibetan },
1301 .{ .from = 0x0F38, .to = 0x0F38, .script = .Tibetan },
1302 .{ .from = 0x0F39, .to = 0x0F39, .script = .Tibetan },
1303 .{ .from = 0x0F3A, .to = 0x0F3A, .script = .Tibetan },
1304 .{ .from = 0x0F3B, .to = 0x0F3B, .script = .Tibetan },
1305 .{ .from = 0x0F3C, .to = 0x0F3C, .script = .Tibetan },
1306 .{ .from = 0x0F3D, .to = 0x0F3D, .script = .Tibetan },
1307 .{ .from = 0x0F3E, .to = 0x0F3F, .script = .Tibetan },
1308 .{ .from = 0x0F40, .to = 0x0F47, .script = .Tibetan },
1309 .{ .from = 0x0F49, .to = 0x0F6C, .script = .Tibetan },
1310 .{ .from = 0x0F71, .to = 0x0F7E, .script = .Tibetan },
1311 .{ .from = 0x0F7F, .to = 0x0F7F, .script = .Tibetan },
1312 .{ .from = 0x0F80, .to = 0x0F84, .script = .Tibetan },
1313 .{ .from = 0x0F85, .to = 0x0F85, .script = .Tibetan },
1314 .{ .from = 0x0F86, .to = 0x0F87, .script = .Tibetan },
1315 .{ .from = 0x0F88, .to = 0x0F8C, .script = .Tibetan },
1316 .{ .from = 0x0F8D, .to = 0x0F97, .script = .Tibetan },
1317 .{ .from = 0x0F99, .to = 0x0FBC, .script = .Tibetan },
1318 .{ .from = 0x0FBE, .to = 0x0FC5, .script = .Tibetan },
1319 .{ .from = 0x0FC6, .to = 0x0FC6, .script = .Tibetan },
1320 .{ .from = 0x0FC7, .to = 0x0FCC, .script = .Tibetan },
1321 .{ .from = 0x0FCE, .to = 0x0FCF, .script = .Tibetan },
1322 .{ .from = 0x0FD0, .to = 0x0FD4, .script = .Tibetan },
1323 .{ .from = 0x0FD9, .to = 0x0FDA, .script = .Tibetan },
1324 .{ .from = 0x1000, .to = 0x102A, .script = .Myanmar },
1325 .{ .from = 0x102B, .to = 0x102C, .script = .Myanmar },
1326 .{ .from = 0x102D, .to = 0x1030, .script = .Myanmar },
1327 .{ .from = 0x1031, .to = 0x1031, .script = .Myanmar },
1328 .{ .from = 0x1032, .to = 0x1037, .script = .Myanmar },
1329 .{ .from = 0x1038, .to = 0x1038, .script = .Myanmar },
1330 .{ .from = 0x1039, .to = 0x103A, .script = .Myanmar },
1331 .{ .from = 0x103B, .to = 0x103C, .script = .Myanmar },
1332 .{ .from = 0x103D, .to = 0x103E, .script = .Myanmar },
1333 .{ .from = 0x103F, .to = 0x103F, .script = .Myanmar },
1334 .{ .from = 0x1040, .to = 0x1049, .script = .Myanmar },
1335 .{ .from = 0x104A, .to = 0x104F, .script = .Myanmar },
1336 .{ .from = 0x1050, .to = 0x1055, .script = .Myanmar },
1337 .{ .from = 0x1056, .to = 0x1057, .script = .Myanmar },
1338 .{ .from = 0x1058, .to = 0x1059, .script = .Myanmar },
1339 .{ .from = 0x105A, .to = 0x105D, .script = .Myanmar },
1340 .{ .from = 0x105E, .to = 0x1060, .script = .Myanmar },
1341 .{ .from = 0x1061, .to = 0x1061, .script = .Myanmar },
1342 .{ .from = 0x1062, .to = 0x1064, .script = .Myanmar },
1343 .{ .from = 0x1065, .to = 0x1066, .script = .Myanmar },
1344 .{ .from = 0x1067, .to = 0x106D, .script = .Myanmar },
1345 .{ .from = 0x106E, .to = 0x1070, .script = .Myanmar },
1346 .{ .from = 0x1071, .to = 0x1074, .script = .Myanmar },
1347 .{ .from = 0x1075, .to = 0x1081, .script = .Myanmar },
1348 .{ .from = 0x1082, .to = 0x1082, .script = .Myanmar },
1349 .{ .from = 0x1083, .to = 0x1084, .script = .Myanmar },
1350 .{ .from = 0x1085, .to = 0x1086, .script = .Myanmar },
1351 .{ .from = 0x1087, .to = 0x108C, .script = .Myanmar },
1352 .{ .from = 0x108D, .to = 0x108D, .script = .Myanmar },
1353 .{ .from = 0x108E, .to = 0x108E, .script = .Myanmar },
1354 .{ .from = 0x108F, .to = 0x108F, .script = .Myanmar },
1355 .{ .from = 0x1090, .to = 0x1099, .script = .Myanmar },
1356 .{ .from = 0x109A, .to = 0x109C, .script = .Myanmar },
1357 .{ .from = 0x109D, .to = 0x109D, .script = .Myanmar },
1358 .{ .from = 0x109E, .to = 0x109F, .script = .Myanmar },
1359 .{ .from = 0xA9E0, .to = 0xA9E4, .script = .Myanmar },
1360 .{ .from = 0xA9E5, .to = 0xA9E5, .script = .Myanmar },
1361 .{ .from = 0xA9E6, .to = 0xA9E6, .script = .Myanmar },
1362 .{ .from = 0xA9E7, .to = 0xA9EF, .script = .Myanmar },
1363 .{ .from = 0xA9F0, .to = 0xA9F9, .script = .Myanmar },
1364 .{ .from = 0xA9FA, .to = 0xA9FE, .script = .Myanmar },
1365 .{ .from = 0xAA60, .to = 0xAA6F, .script = .Myanmar },
1366 .{ .from = 0xAA70, .to = 0xAA70, .script = .Myanmar },
1367 .{ .from = 0xAA71, .to = 0xAA76, .script = .Myanmar },
1368 .{ .from = 0xAA77, .to = 0xAA79, .script = .Myanmar },
1369 .{ .from = 0xAA7A, .to = 0xAA7A, .script = .Myanmar },
1370 .{ .from = 0xAA7B, .to = 0xAA7B, .script = .Myanmar },
1371 .{ .from = 0xAA7C, .to = 0xAA7C, .script = .Myanmar },
1372 .{ .from = 0xAA7D, .to = 0xAA7D, .script = .Myanmar },
1373 .{ .from = 0xAA7E, .to = 0xAA7F, .script = .Myanmar },
1374 .{ .from = 0x10A0, .to = 0x10C5, .script = .Georgian },
1375 .{ .from = 0x10C7, .to = 0x10C7, .script = .Georgian },
1376 .{ .from = 0x10CD, .to = 0x10CD, .script = .Georgian },
1377 .{ .from = 0x10D0, .to = 0x10FA, .script = .Georgian },
1378 .{ .from = 0x10FC, .to = 0x10FC, .script = .Georgian },
1379 .{ .from = 0x10FD, .to = 0x10FF, .script = .Georgian },
1380 .{ .from = 0x1C90, .to = 0x1CBA, .script = .Georgian },
1381 .{ .from = 0x1CBD, .to = 0x1CBF, .script = .Georgian },
1382 .{ .from = 0x2D00, .to = 0x2D25, .script = .Georgian },
1383 .{ .from = 0x2D27, .to = 0x2D27, .script = .Georgian },
1384 .{ .from = 0x2D2D, .to = 0x2D2D, .script = .Georgian },
1385 .{ .from = 0x1100, .to = 0x11FF, .script = .Hangul },
1386 .{ .from = 0x302E, .to = 0x302F, .script = .Hangul },
1387 .{ .from = 0x3131, .to = 0x318E, .script = .Hangul },
1388 .{ .from = 0x3200, .to = 0x321E, .script = .Hangul },
1389 .{ .from = 0x3260, .to = 0x327E, .script = .Hangul },
1390 .{ .from = 0xA960, .to = 0xA97C, .script = .Hangul },
1391 .{ .from = 0xAC00, .to = 0xD7A3, .script = .Hangul },
1392 .{ .from = 0xD7B0, .to = 0xD7C6, .script = .Hangul },
1393 .{ .from = 0xD7CB, .to = 0xD7FB, .script = .Hangul },
1394 .{ .from = 0xFFA0, .to = 0xFFBE, .script = .Hangul },
1395 .{ .from = 0xFFC2, .to = 0xFFC7, .script = .Hangul },
1396 .{ .from = 0xFFCA, .to = 0xFFCF, .script = .Hangul },
1397 .{ .from = 0xFFD2, .to = 0xFFD7, .script = .Hangul },
1398 .{ .from = 0xFFDA, .to = 0xFFDC, .script = .Hangul },
1399 .{ .from = 0x1200, .to = 0x1248, .script = .Ethiopic },
1400 .{ .from = 0x124A, .to = 0x124D, .script = .Ethiopic },
1401 .{ .from = 0x1250, .to = 0x1256, .script = .Ethiopic },
1402 .{ .from = 0x1258, .to = 0x1258, .script = .Ethiopic },
1403 .{ .from = 0x125A, .to = 0x125D, .script = .Ethiopic },
1404 .{ .from = 0x1260, .to = 0x1288, .script = .Ethiopic },
1405 .{ .from = 0x128A, .to = 0x128D, .script = .Ethiopic },
1406 .{ .from = 0x1290, .to = 0x12B0, .script = .Ethiopic },
1407 .{ .from = 0x12B2, .to = 0x12B5, .script = .Ethiopic },
1408 .{ .from = 0x12B8, .to = 0x12BE, .script = .Ethiopic },
1409 .{ .from = 0x12C0, .to = 0x12C0, .script = .Ethiopic },
1410 .{ .from = 0x12C2, .to = 0x12C5, .script = .Ethiopic },
1411 .{ .from = 0x12C8, .to = 0x12D6, .script = .Ethiopic },
1412 .{ .from = 0x12D8, .to = 0x1310, .script = .Ethiopic },
1413 .{ .from = 0x1312, .to = 0x1315, .script = .Ethiopic },
1414 .{ .from = 0x1318, .to = 0x135A, .script = .Ethiopic },
1415 .{ .from = 0x135D, .to = 0x135F, .script = .Ethiopic },
1416 .{ .from = 0x1360, .to = 0x1368, .script = .Ethiopic },
1417 .{ .from = 0x1369, .to = 0x137C, .script = .Ethiopic },
1418 .{ .from = 0x1380, .to = 0x138F, .script = .Ethiopic },
1419 .{ .from = 0x1390, .to = 0x1399, .script = .Ethiopic },
1420 .{ .from = 0x2D80, .to = 0x2D96, .script = .Ethiopic },
1421 .{ .from = 0x2DA0, .to = 0x2DA6, .script = .Ethiopic },
1422 .{ .from = 0x2DA8, .to = 0x2DAE, .script = .Ethiopic },
1423 .{ .from = 0x2DB0, .to = 0x2DB6, .script = .Ethiopic },
1424 .{ .from = 0x2DB8, .to = 0x2DBE, .script = .Ethiopic },
1425 .{ .from = 0x2DC0, .to = 0x2DC6, .script = .Ethiopic },
1426 .{ .from = 0x2DC8, .to = 0x2DCE, .script = .Ethiopic },
1427 .{ .from = 0x2DD0, .to = 0x2DD6, .script = .Ethiopic },
1428 .{ .from = 0x2DD8, .to = 0x2DDE, .script = .Ethiopic },
1429 .{ .from = 0xAB01, .to = 0xAB06, .script = .Ethiopic },
1430 .{ .from = 0xAB09, .to = 0xAB0E, .script = .Ethiopic },
1431 .{ .from = 0xAB11, .to = 0xAB16, .script = .Ethiopic },
1432 .{ .from = 0xAB20, .to = 0xAB26, .script = .Ethiopic },
1433 .{ .from = 0xAB28, .to = 0xAB2E, .script = .Ethiopic },
1434 .{ .from = 0x13A0, .to = 0x13F5, .script = .Cherokee },
1435 .{ .from = 0x13F8, .to = 0x13FD, .script = .Cherokee },
1436 .{ .from = 0xAB70, .to = 0xABBF, .script = .Cherokee },
1437 .{ .from = 0x1400, .to = 0x1400, .script = .Canadian_Aboriginal },
1438 .{ .from = 0x1401, .to = 0x166C, .script = .Canadian_Aboriginal },
1439 .{ .from = 0x166D, .to = 0x166D, .script = .Canadian_Aboriginal },
1440 .{ .from = 0x166E, .to = 0x166E, .script = .Canadian_Aboriginal },
1441 .{ .from = 0x166F, .to = 0x167F, .script = .Canadian_Aboriginal },
1442 .{ .from = 0x18B0, .to = 0x18F5, .script = .Canadian_Aboriginal },
1443 .{ .from = 0x1680, .to = 0x1680, .script = .Ogham },
1444 .{ .from = 0x1681, .to = 0x169A, .script = .Ogham },
1445 .{ .from = 0x169B, .to = 0x169B, .script = .Ogham },
1446 .{ .from = 0x169C, .to = 0x169C, .script = .Ogham },
1447 .{ .from = 0x16A0, .to = 0x16EA, .script = .Runic },
1448 .{ .from = 0x16EE, .to = 0x16F0, .script = .Runic },
1449 .{ .from = 0x16F1, .to = 0x16F8, .script = .Runic },
1450 .{ .from = 0x1780, .to = 0x17B3, .script = .Khmer },
1451 .{ .from = 0x17B4, .to = 0x17B5, .script = .Khmer },
1452 .{ .from = 0x17B6, .to = 0x17B6, .script = .Khmer },
1453 .{ .from = 0x17B7, .to = 0x17BD, .script = .Khmer },
1454 .{ .from = 0x17BE, .to = 0x17C5, .script = .Khmer },
1455 .{ .from = 0x17C6, .to = 0x17C6, .script = .Khmer },
1456 .{ .from = 0x17C7, .to = 0x17C8, .script = .Khmer },
1457 .{ .from = 0x17C9, .to = 0x17D3, .script = .Khmer },
1458 .{ .from = 0x17D4, .to = 0x17D6, .script = .Khmer },
1459 .{ .from = 0x17D7, .to = 0x17D7, .script = .Khmer },
1460 .{ .from = 0x17D8, .to = 0x17DA, .script = .Khmer },
1461 .{ .from = 0x17DB, .to = 0x17DB, .script = .Khmer },
1462 .{ .from = 0x17DC, .to = 0x17DC, .script = .Khmer },
1463 .{ .from = 0x17DD, .to = 0x17DD, .script = .Khmer },
1464 .{ .from = 0x17E0, .to = 0x17E9, .script = .Khmer },
1465 .{ .from = 0x17F0, .to = 0x17F9, .script = .Khmer },
1466 .{ .from = 0x19E0, .to = 0x19FF, .script = .Khmer },
1467 .{ .from = 0x1800, .to = 0x1801, .script = .Mongolian },
1468 .{ .from = 0x1804, .to = 0x1804, .script = .Mongolian },
1469 .{ .from = 0x1806, .to = 0x1806, .script = .Mongolian },
1470 .{ .from = 0x1807, .to = 0x180A, .script = .Mongolian },
1471 .{ .from = 0x180B, .to = 0x180D, .script = .Mongolian },
1472 .{ .from = 0x180E, .to = 0x180E, .script = .Mongolian },
1473 .{ .from = 0x1810, .to = 0x1819, .script = .Mongolian },
1474 .{ .from = 0x1820, .to = 0x1842, .script = .Mongolian },
1475 .{ .from = 0x1843, .to = 0x1843, .script = .Mongolian },
1476 .{ .from = 0x1844, .to = 0x1878, .script = .Mongolian },
1477 .{ .from = 0x1880, .to = 0x1884, .script = .Mongolian },
1478 .{ .from = 0x1885, .to = 0x1886, .script = .Mongolian },
1479 .{ .from = 0x1887, .to = 0x18A8, .script = .Mongolian },
1480 .{ .from = 0x18A9, .to = 0x18A9, .script = .Mongolian },
1481 .{ .from = 0x18AA, .to = 0x18AA, .script = .Mongolian },
1482 .{ .from = 0x11660, .to = 0x1166C, .script = .Mongolian },
1483 .{ .from = 0x3041, .to = 0x3096, .script = .Hiragana },
1484 .{ .from = 0x309D, .to = 0x309E, .script = .Hiragana },
1485 .{ .from = 0x309F, .to = 0x309F, .script = .Hiragana },
1486 .{ .from = 0x1B001, .to = 0x1B11E, .script = .Hiragana },
1487 .{ .from = 0x1B150, .to = 0x1B152, .script = .Hiragana },
1488 .{ .from = 0x1F200, .to = 0x1F200, .script = .Hiragana },
1489 .{ .from = 0x30A1, .to = 0x30FA, .script = .Katakana },
1490 .{ .from = 0x30FD, .to = 0x30FE, .script = .Katakana },
1491 .{ .from = 0x30FF, .to = 0x30FF, .script = .Katakana },
1492 .{ .from = 0x31F0, .to = 0x31FF, .script = .Katakana },
1493 .{ .from = 0x32D0, .to = 0x32FE, .script = .Katakana },
1494 .{ .from = 0x3300, .to = 0x3357, .script = .Katakana },
1495 .{ .from = 0xFF66, .to = 0xFF6F, .script = .Katakana },
1496 .{ .from = 0xFF71, .to = 0xFF9D, .script = .Katakana },
1497 .{ .from = 0x1B000, .to = 0x1B000, .script = .Katakana },
1498 .{ .from = 0x1B164, .to = 0x1B167, .script = .Katakana },
1499 .{ .from = 0x02EA, .to = 0x02EB, .script = .Bopomofo },
1500 .{ .from = 0x3105, .to = 0x312F, .script = .Bopomofo },
1501 .{ .from = 0x31A0, .to = 0x31BF, .script = .Bopomofo },
1502 .{ .from = 0x2E80, .to = 0x2E99, .script = .Han },
1503 .{ .from = 0x2E9B, .to = 0x2EF3, .script = .Han },
1504 .{ .from = 0x2F00, .to = 0x2FD5, .script = .Han },
1505 .{ .from = 0x3005, .to = 0x3005, .script = .Han },
1506 .{ .from = 0x3007, .to = 0x3007, .script = .Han },
1507 .{ .from = 0x3021, .to = 0x3029, .script = .Han },
1508 .{ .from = 0x3038, .to = 0x303A, .script = .Han },
1509 .{ .from = 0x303B, .to = 0x303B, .script = .Han },
1510 .{ .from = 0x3400, .to = 0x4DBF, .script = .Han },
1511 .{ .from = 0x4E00, .to = 0x9FFC, .script = .Han },
1512 .{ .from = 0xF900, .to = 0xFA6D, .script = .Han },
1513 .{ .from = 0xFA70, .to = 0xFAD9, .script = .Han },
1514 .{ .from = 0x16FF0, .to = 0x16FF1, .script = .Han },
1515 .{ .from = 0x20000, .to = 0x2A6DD, .script = .Han },
1516 .{ .from = 0x2A700, .to = 0x2B734, .script = .Han },
1517 .{ .from = 0x2B740, .to = 0x2B81D, .script = .Han },
1518 .{ .from = 0x2B820, .to = 0x2CEA1, .script = .Han },
1519 .{ .from = 0x2CEB0, .to = 0x2EBE0, .script = .Han },
1520 .{ .from = 0x2F800, .to = 0x2FA1D, .script = .Han },
1521 .{ .from = 0x30000, .to = 0x3134A, .script = .Han },
1522 .{ .from = 0xA000, .to = 0xA014, .script = .Yi },
1523 .{ .from = 0xA015, .to = 0xA015, .script = .Yi },
1524 .{ .from = 0xA016, .to = 0xA48C, .script = .Yi },
1525 .{ .from = 0xA490, .to = 0xA4C6, .script = .Yi },
1526 .{ .from = 0x10300, .to = 0x1031F, .script = .Old_Italic },
1527 .{ .from = 0x10320, .to = 0x10323, .script = .Old_Italic },
1528 .{ .from = 0x1032D, .to = 0x1032F, .script = .Old_Italic },
1529 .{ .from = 0x10330, .to = 0x10340, .script = .Gothic },
1530 .{ .from = 0x10341, .to = 0x10341, .script = .Gothic },
1531 .{ .from = 0x10342, .to = 0x10349, .script = .Gothic },
1532 .{ .from = 0x1034A, .to = 0x1034A, .script = .Gothic },
1533 .{ .from = 0x10400, .to = 0x1044F, .script = .Deseret },
1534 .{ .from = 0x0300, .to = 0x036F, .script = .Inherited },
1535 .{ .from = 0x0485, .to = 0x0486, .script = .Inherited },
1536 .{ .from = 0x064B, .to = 0x0655, .script = .Inherited },
1537 .{ .from = 0x0670, .to = 0x0670, .script = .Inherited },
1538 .{ .from = 0x0951, .to = 0x0954, .script = .Inherited },
1539 .{ .from = 0x1AB0, .to = 0x1ABD, .script = .Inherited },
1540 .{ .from = 0x1ABE, .to = 0x1ABE, .script = .Inherited },
1541 .{ .from = 0x1ABF, .to = 0x1AC0, .script = .Inherited },
1542 .{ .from = 0x1CD0, .to = 0x1CD2, .script = .Inherited },
1543 .{ .from = 0x1CD4, .to = 0x1CE0, .script = .Inherited },
1544 .{ .from = 0x1CE2, .to = 0x1CE8, .script = .Inherited },
1545 .{ .from = 0x1CED, .to = 0x1CED, .script = .Inherited },
1546 .{ .from = 0x1CF4, .to = 0x1CF4, .script = .Inherited },
1547 .{ .from = 0x1CF8, .to = 0x1CF9, .script = .Inherited },
1548 .{ .from = 0x1DC0, .to = 0x1DF9, .script = .Inherited },
1549 .{ .from = 0x1DFB, .to = 0x1DFF, .script = .Inherited },
1550 .{ .from = 0x200C, .to = 0x200D, .script = .Inherited },
1551 .{ .from = 0x20D0, .to = 0x20DC, .script = .Inherited },
1552 .{ .from = 0x20DD, .to = 0x20E0, .script = .Inherited },
1553 .{ .from = 0x20E1, .to = 0x20E1, .script = .Inherited },
1554 .{ .from = 0x20E2, .to = 0x20E4, .script = .Inherited },
1555 .{ .from = 0x20E5, .to = 0x20F0, .script = .Inherited },
1556 .{ .from = 0x302A, .to = 0x302D, .script = .Inherited },
1557 .{ .from = 0x3099, .to = 0x309A, .script = .Inherited },
1558 .{ .from = 0xFE00, .to = 0xFE0F, .script = .Inherited },
1559 .{ .from = 0xFE20, .to = 0xFE2D, .script = .Inherited },
1560 .{ .from = 0x101FD, .to = 0x101FD, .script = .Inherited },
1561 .{ .from = 0x102E0, .to = 0x102E0, .script = .Inherited },
1562 .{ .from = 0x1133B, .to = 0x1133B, .script = .Inherited },
1563 .{ .from = 0x1D167, .to = 0x1D169, .script = .Inherited },
1564 .{ .from = 0x1D17B, .to = 0x1D182, .script = .Inherited },
1565 .{ .from = 0x1D185, .to = 0x1D18B, .script = .Inherited },
1566 .{ .from = 0x1D1AA, .to = 0x1D1AD, .script = .Inherited },
1567 .{ .from = 0xE0100, .to = 0xE01EF, .script = .Inherited },
1568 .{ .from = 0x1700, .to = 0x170C, .script = .Tagalog },
1569 .{ .from = 0x170E, .to = 0x1711, .script = .Tagalog },
1570 .{ .from = 0x1712, .to = 0x1714, .script = .Tagalog },
1571 .{ .from = 0x1720, .to = 0x1731, .script = .Hanunoo },
1572 .{ .from = 0x1732, .to = 0x1734, .script = .Hanunoo },
1573 .{ .from = 0x1740, .to = 0x1751, .script = .Buhid },
1574 .{ .from = 0x1752, .to = 0x1753, .script = .Buhid },
1575 .{ .from = 0x1760, .to = 0x176C, .script = .Tagbanwa },
1576 .{ .from = 0x176E, .to = 0x1770, .script = .Tagbanwa },
1577 .{ .from = 0x1772, .to = 0x1773, .script = .Tagbanwa },
1578 .{ .from = 0x1900, .to = 0x191E, .script = .Limbu },
1579 .{ .from = 0x1920, .to = 0x1922, .script = .Limbu },
1580 .{ .from = 0x1923, .to = 0x1926, .script = .Limbu },
1581 .{ .from = 0x1927, .to = 0x1928, .script = .Limbu },
1582 .{ .from = 0x1929, .to = 0x192B, .script = .Limbu },
1583 .{ .from = 0x1930, .to = 0x1931, .script = .Limbu },
1584 .{ .from = 0x1932, .to = 0x1932, .script = .Limbu },
1585 .{ .from = 0x1933, .to = 0x1938, .script = .Limbu },
1586 .{ .from = 0x1939, .to = 0x193B, .script = .Limbu },
1587 .{ .from = 0x1940, .to = 0x1940, .script = .Limbu },
1588 .{ .from = 0x1944, .to = 0x1945, .script = .Limbu },
1589 .{ .from = 0x1946, .to = 0x194F, .script = .Limbu },
1590 .{ .from = 0x1950, .to = 0x196D, .script = .Tai_Le },
1591 .{ .from = 0x1970, .to = 0x1974, .script = .Tai_Le },
1592 .{ .from = 0x10000, .to = 0x1000B, .script = .Linear_B },
1593 .{ .from = 0x1000D, .to = 0x10026, .script = .Linear_B },
1594 .{ .from = 0x10028, .to = 0x1003A, .script = .Linear_B },
1595 .{ .from = 0x1003C, .to = 0x1003D, .script = .Linear_B },
1596 .{ .from = 0x1003F, .to = 0x1004D, .script = .Linear_B },
1597 .{ .from = 0x10050, .to = 0x1005D, .script = .Linear_B },
1598 .{ .from = 0x10080, .to = 0x100FA, .script = .Linear_B },
1599 .{ .from = 0x10380, .to = 0x1039D, .script = .Ugaritic },
1600 .{ .from = 0x1039F, .to = 0x1039F, .script = .Ugaritic },
1601 .{ .from = 0x10450, .to = 0x1047F, .script = .Shavian },
1602 .{ .from = 0x10480, .to = 0x1049D, .script = .Osmanya },
1603 .{ .from = 0x104A0, .to = 0x104A9, .script = .Osmanya },
1604 .{ .from = 0x10800, .to = 0x10805, .script = .Cypriot },
1605 .{ .from = 0x10808, .to = 0x10808, .script = .Cypriot },
1606 .{ .from = 0x1080A, .to = 0x10835, .script = .Cypriot },
1607 .{ .from = 0x10837, .to = 0x10838, .script = .Cypriot },
1608 .{ .from = 0x1083C, .to = 0x1083C, .script = .Cypriot },
1609 .{ .from = 0x1083F, .to = 0x1083F, .script = .Cypriot },
1610 .{ .from = 0x2800, .to = 0x28FF, .script = .Braille },
1611 .{ .from = 0x1A00, .to = 0x1A16, .script = .Buginese },
1612 .{ .from = 0x1A17, .to = 0x1A18, .script = .Buginese },
1613 .{ .from = 0x1A19, .to = 0x1A1A, .script = .Buginese },
1614 .{ .from = 0x1A1B, .to = 0x1A1B, .script = .Buginese },
1615 .{ .from = 0x1A1E, .to = 0x1A1F, .script = .Buginese },
1616 .{ .from = 0x03E2, .to = 0x03EF, .script = .Coptic },
1617 .{ .from = 0x2C80, .to = 0x2CE4, .script = .Coptic },
1618 .{ .from = 0x2CE5, .to = 0x2CEA, .script = .Coptic },
1619 .{ .from = 0x2CEB, .to = 0x2CEE, .script = .Coptic },
1620 .{ .from = 0x2CEF, .to = 0x2CF1, .script = .Coptic },
1621 .{ .from = 0x2CF2, .to = 0x2CF3, .script = .Coptic },
1622 .{ .from = 0x2CF9, .to = 0x2CFC, .script = .Coptic },
1623 .{ .from = 0x2CFD, .to = 0x2CFD, .script = .Coptic },
1624 .{ .from = 0x2CFE, .to = 0x2CFF, .script = .Coptic },
1625 .{ .from = 0x1980, .to = 0x19AB, .script = .New_Tai_Lue },
1626 .{ .from = 0x19B0, .to = 0x19C9, .script = .New_Tai_Lue },
1627 .{ .from = 0x19D0, .to = 0x19D9, .script = .New_Tai_Lue },
1628 .{ .from = 0x19DA, .to = 0x19DA, .script = .New_Tai_Lue },
1629 .{ .from = 0x19DE, .to = 0x19DF, .script = .New_Tai_Lue },
1630 .{ .from = 0x2C00, .to = 0x2C2E, .script = .Glagolitic },
1631 .{ .from = 0x2C30, .to = 0x2C5E, .script = .Glagolitic },
1632 .{ .from = 0x1E000, .to = 0x1E006, .script = .Glagolitic },
1633 .{ .from = 0x1E008, .to = 0x1E018, .script = .Glagolitic },
1634 .{ .from = 0x1E01B, .to = 0x1E021, .script = .Glagolitic },
1635 .{ .from = 0x1E023, .to = 0x1E024, .script = .Glagolitic },
1636 .{ .from = 0x1E026, .to = 0x1E02A, .script = .Glagolitic },
1637 .{ .from = 0x2D30, .to = 0x2D67, .script = .Tifinagh },
1638 .{ .from = 0x2D6F, .to = 0x2D6F, .script = .Tifinagh },
1639 .{ .from = 0x2D70, .to = 0x2D70, .script = .Tifinagh },
1640 .{ .from = 0x2D7F, .to = 0x2D7F, .script = .Tifinagh },
1641 .{ .from = 0xA800, .to = 0xA801, .script = .Syloti_Nagri },
1642 .{ .from = 0xA802, .to = 0xA802, .script = .Syloti_Nagri },
1643 .{ .from = 0xA803, .to = 0xA805, .script = .Syloti_Nagri },
1644 .{ .from = 0xA806, .to = 0xA806, .script = .Syloti_Nagri },
1645 .{ .from = 0xA807, .to = 0xA80A, .script = .Syloti_Nagri },
1646 .{ .from = 0xA80B, .to = 0xA80B, .script = .Syloti_Nagri },
1647 .{ .from = 0xA80C, .to = 0xA822, .script = .Syloti_Nagri },
1648 .{ .from = 0xA823, .to = 0xA824, .script = .Syloti_Nagri },
1649 .{ .from = 0xA825, .to = 0xA826, .script = .Syloti_Nagri },
1650 .{ .from = 0xA827, .to = 0xA827, .script = .Syloti_Nagri },
1651 .{ .from = 0xA828, .to = 0xA82B, .script = .Syloti_Nagri },
1652 .{ .from = 0xA82C, .to = 0xA82C, .script = .Syloti_Nagri },
1653 .{ .from = 0x103A0, .to = 0x103C3, .script = .Old_Persian },
1654 .{ .from = 0x103C8, .to = 0x103CF, .script = .Old_Persian },
1655 .{ .from = 0x103D0, .to = 0x103D0, .script = .Old_Persian },
1656 .{ .from = 0x103D1, .to = 0x103D5, .script = .Old_Persian },
1657 .{ .from = 0x10A00, .to = 0x10A00, .script = .Kharoshthi },
1658 .{ .from = 0x10A01, .to = 0x10A03, .script = .Kharoshthi },
1659 .{ .from = 0x10A05, .to = 0x10A06, .script = .Kharoshthi },
1660 .{ .from = 0x10A0C, .to = 0x10A0F, .script = .Kharoshthi },
1661 .{ .from = 0x10A10, .to = 0x10A13, .script = .Kharoshthi },
1662 .{ .from = 0x10A15, .to = 0x10A17, .script = .Kharoshthi },
1663 .{ .from = 0x10A19, .to = 0x10A35, .script = .Kharoshthi },
1664 .{ .from = 0x10A38, .to = 0x10A3A, .script = .Kharoshthi },
1665 .{ .from = 0x10A3F, .to = 0x10A3F, .script = .Kharoshthi },
1666 .{ .from = 0x10A40, .to = 0x10A48, .script = .Kharoshthi },
1667 .{ .from = 0x10A50, .to = 0x10A58, .script = .Kharoshthi },
1668 .{ .from = 0x1B00, .to = 0x1B03, .script = .Balinese },
1669 .{ .from = 0x1B04, .to = 0x1B04, .script = .Balinese },
1670 .{ .from = 0x1B05, .to = 0x1B33, .script = .Balinese },
1671 .{ .from = 0x1B34, .to = 0x1B34, .script = .Balinese },
1672 .{ .from = 0x1B35, .to = 0x1B35, .script = .Balinese },
1673 .{ .from = 0x1B36, .to = 0x1B3A, .script = .Balinese },
1674 .{ .from = 0x1B3B, .to = 0x1B3B, .script = .Balinese },
1675 .{ .from = 0x1B3C, .to = 0x1B3C, .script = .Balinese },
1676 .{ .from = 0x1B3D, .to = 0x1B41, .script = .Balinese },
1677 .{ .from = 0x1B42, .to = 0x1B42, .script = .Balinese },
1678 .{ .from = 0x1B43, .to = 0x1B44, .script = .Balinese },
1679 .{ .from = 0x1B45, .to = 0x1B4B, .script = .Balinese },
1680 .{ .from = 0x1B50, .to = 0x1B59, .script = .Balinese },
1681 .{ .from = 0x1B5A, .to = 0x1B60, .script = .Balinese },
1682 .{ .from = 0x1B61, .to = 0x1B6A, .script = .Balinese },
1683 .{ .from = 0x1B6B, .to = 0x1B73, .script = .Balinese },
1684 .{ .from = 0x1B74, .to = 0x1B7C, .script = .Balinese },
1685 .{ .from = 0x12000, .to = 0x12399, .script = .Cuneiform },
1686 .{ .from = 0x12400, .to = 0x1246E, .script = .Cuneiform },
1687 .{ .from = 0x12470, .to = 0x12474, .script = .Cuneiform },
1688 .{ .from = 0x12480, .to = 0x12543, .script = .Cuneiform },
1689 .{ .from = 0x10900, .to = 0x10915, .script = .Phoenician },
1690 .{ .from = 0x10916, .to = 0x1091B, .script = .Phoenician },
1691 .{ .from = 0x1091F, .to = 0x1091F, .script = .Phoenician },
1692 .{ .from = 0xA840, .to = 0xA873, .script = .Phags_Pa },
1693 .{ .from = 0xA874, .to = 0xA877, .script = .Phags_Pa },
1694 .{ .from = 0x07C0, .to = 0x07C9, .script = .Nko },
1695 .{ .from = 0x07CA, .to = 0x07EA, .script = .Nko },
1696 .{ .from = 0x07EB, .to = 0x07F3, .script = .Nko },
1697 .{ .from = 0x07F4, .to = 0x07F5, .script = .Nko },
1698 .{ .from = 0x07F6, .to = 0x07F6, .script = .Nko },
1699 .{ .from = 0x07F7, .to = 0x07F9, .script = .Nko },
1700 .{ .from = 0x07FA, .to = 0x07FA, .script = .Nko },
1701 .{ .from = 0x07FD, .to = 0x07FD, .script = .Nko },
1702 .{ .from = 0x07FE, .to = 0x07FF, .script = .Nko },
1703 .{ .from = 0x1B80, .to = 0x1B81, .script = .Sundanese },
1704 .{ .from = 0x1B82, .to = 0x1B82, .script = .Sundanese },
1705 .{ .from = 0x1B83, .to = 0x1BA0, .script = .Sundanese },
1706 .{ .from = 0x1BA1, .to = 0x1BA1, .script = .Sundanese },
1707 .{ .from = 0x1BA2, .to = 0x1BA5, .script = .Sundanese },
1708 .{ .from = 0x1BA6, .to = 0x1BA7, .script = .Sundanese },
1709 .{ .from = 0x1BA8, .to = 0x1BA9, .script = .Sundanese },
1710 .{ .from = 0x1BAA, .to = 0x1BAA, .script = .Sundanese },
1711 .{ .from = 0x1BAB, .to = 0x1BAD, .script = .Sundanese },
1712 .{ .from = 0x1BAE, .to = 0x1BAF, .script = .Sundanese },
1713 .{ .from = 0x1BB0, .to = 0x1BB9, .script = .Sundanese },
1714 .{ .from = 0x1BBA, .to = 0x1BBF, .script = .Sundanese },
1715 .{ .from = 0x1CC0, .to = 0x1CC7, .script = .Sundanese },
1716 .{ .from = 0x1C00, .to = 0x1C23, .script = .Lepcha },
1717 .{ .from = 0x1C24, .to = 0x1C2B, .script = .Lepcha },
1718 .{ .from = 0x1C2C, .to = 0x1C33, .script = .Lepcha },
1719 .{ .from = 0x1C34, .to = 0x1C35, .script = .Lepcha },
1720 .{ .from = 0x1C36, .to = 0x1C37, .script = .Lepcha },
1721 .{ .from = 0x1C3B, .to = 0x1C3F, .script = .Lepcha },
1722 .{ .from = 0x1C40, .to = 0x1C49, .script = .Lepcha },
1723 .{ .from = 0x1C4D, .to = 0x1C4F, .script = .Lepcha },
1724 .{ .from = 0x1C50, .to = 0x1C59, .script = .Ol_Chiki },
1725 .{ .from = 0x1C5A, .to = 0x1C77, .script = .Ol_Chiki },
1726 .{ .from = 0x1C78, .to = 0x1C7D, .script = .Ol_Chiki },
1727 .{ .from = 0x1C7E, .to = 0x1C7F, .script = .Ol_Chiki },
1728 .{ .from = 0xA500, .to = 0xA60B, .script = .Vai },
1729 .{ .from = 0xA60C, .to = 0xA60C, .script = .Vai },
1730 .{ .from = 0xA60D, .to = 0xA60F, .script = .Vai },
1731 .{ .from = 0xA610, .to = 0xA61F, .script = .Vai },
1732 .{ .from = 0xA620, .to = 0xA629, .script = .Vai },
1733 .{ .from = 0xA62A, .to = 0xA62B, .script = .Vai },
1734 .{ .from = 0xA880, .to = 0xA881, .script = .Saurashtra },
1735 .{ .from = 0xA882, .to = 0xA8B3, .script = .Saurashtra },
1736 .{ .from = 0xA8B4, .to = 0xA8C3, .script = .Saurashtra },
1737 .{ .from = 0xA8C4, .to = 0xA8C5, .script = .Saurashtra },
1738 .{ .from = 0xA8CE, .to = 0xA8CF, .script = .Saurashtra },
1739 .{ .from = 0xA8D0, .to = 0xA8D9, .script = .Saurashtra },
1740 .{ .from = 0xA900, .to = 0xA909, .script = .Kayah_Li },
1741 .{ .from = 0xA90A, .to = 0xA925, .script = .Kayah_Li },
1742 .{ .from = 0xA926, .to = 0xA92D, .script = .Kayah_Li },
1743 .{ .from = 0xA92F, .to = 0xA92F, .script = .Kayah_Li },
1744 .{ .from = 0xA930, .to = 0xA946, .script = .Rejang },
1745 .{ .from = 0xA947, .to = 0xA951, .script = .Rejang },
1746 .{ .from = 0xA952, .to = 0xA953, .script = .Rejang },
1747 .{ .from = 0xA95F, .to = 0xA95F, .script = .Rejang },
1748 .{ .from = 0x10280, .to = 0x1029C, .script = .Lycian },
1749 .{ .from = 0x102A0, .to = 0x102D0, .script = .Carian },
1750 .{ .from = 0x10920, .to = 0x10939, .script = .Lydian },
1751 .{ .from = 0x1093F, .to = 0x1093F, .script = .Lydian },
1752 .{ .from = 0xAA00, .to = 0xAA28, .script = .Cham },
1753 .{ .from = 0xAA29, .to = 0xAA2E, .script = .Cham },
1754 .{ .from = 0xAA2F, .to = 0xAA30, .script = .Cham },
1755 .{ .from = 0xAA31, .to = 0xAA32, .script = .Cham },
1756 .{ .from = 0xAA33, .to = 0xAA34, .script = .Cham },
1757 .{ .from = 0xAA35, .to = 0xAA36, .script = .Cham },
1758 .{ .from = 0xAA40, .to = 0xAA42, .script = .Cham },
1759 .{ .from = 0xAA43, .to = 0xAA43, .script = .Cham },
1760 .{ .from = 0xAA44, .to = 0xAA4B, .script = .Cham },
1761 .{ .from = 0xAA4C, .to = 0xAA4C, .script = .Cham },
1762 .{ .from = 0xAA4D, .to = 0xAA4D, .script = .Cham },
1763 .{ .from = 0xAA50, .to = 0xAA59, .script = .Cham },
1764 .{ .from = 0xAA5C, .to = 0xAA5F, .script = .Cham },
1765 .{ .from = 0x1A20, .to = 0x1A54, .script = .Tai_Tham },
1766 .{ .from = 0x1A55, .to = 0x1A55, .script = .Tai_Tham },
1767 .{ .from = 0x1A56, .to = 0x1A56, .script = .Tai_Tham },
1768 .{ .from = 0x1A57, .to = 0x1A57, .script = .Tai_Tham },
1769 .{ .from = 0x1A58, .to = 0x1A5E, .script = .Tai_Tham },
1770 .{ .from = 0x1A60, .to = 0x1A60, .script = .Tai_Tham },
1771 .{ .from = 0x1A61, .to = 0x1A61, .script = .Tai_Tham },
1772 .{ .from = 0x1A62, .to = 0x1A62, .script = .Tai_Tham },
1773 .{ .from = 0x1A63, .to = 0x1A64, .script = .Tai_Tham },
1774 .{ .from = 0x1A65, .to = 0x1A6C, .script = .Tai_Tham },
1775 .{ .from = 0x1A6D, .to = 0x1A72, .script = .Tai_Tham },
1776 .{ .from = 0x1A73, .to = 0x1A7C, .script = .Tai_Tham },
1777 .{ .from = 0x1A7F, .to = 0x1A7F, .script = .Tai_Tham },
1778 .{ .from = 0x1A80, .to = 0x1A89, .script = .Tai_Tham },
1779 .{ .from = 0x1A90, .to = 0x1A99, .script = .Tai_Tham },
1780 .{ .from = 0x1AA0, .to = 0x1AA6, .script = .Tai_Tham },
1781 .{ .from = 0x1AA7, .to = 0x1AA7, .script = .Tai_Tham },
1782 .{ .from = 0x1AA8, .to = 0x1AAD, .script = .Tai_Tham },
1783 .{ .from = 0xAA80, .to = 0xAAAF, .script = .Tai_Viet },
1784 .{ .from = 0xAAB0, .to = 0xAAB0, .script = .Tai_Viet },
1785 .{ .from = 0xAAB1, .to = 0xAAB1, .script = .Tai_Viet },
1786 .{ .from = 0xAAB2, .to = 0xAAB4, .script = .Tai_Viet },
1787 .{ .from = 0xAAB5, .to = 0xAAB6, .script = .Tai_Viet },
1788 .{ .from = 0xAAB7, .to = 0xAAB8, .script = .Tai_Viet },
1789 .{ .from = 0xAAB9, .to = 0xAABD, .script = .Tai_Viet },
1790 .{ .from = 0xAABE, .to = 0xAABF, .script = .Tai_Viet },
1791 .{ .from = 0xAAC0, .to = 0xAAC0, .script = .Tai_Viet },
1792 .{ .from = 0xAAC1, .to = 0xAAC1, .script = .Tai_Viet },
1793 .{ .from = 0xAAC2, .to = 0xAAC2, .script = .Tai_Viet },
1794 .{ .from = 0xAADB, .to = 0xAADC, .script = .Tai_Viet },
1795 .{ .from = 0xAADD, .to = 0xAADD, .script = .Tai_Viet },
1796 .{ .from = 0xAADE, .to = 0xAADF, .script = .Tai_Viet },
1797 .{ .from = 0x10B00, .to = 0x10B35, .script = .Avestan },
1798 .{ .from = 0x10B39, .to = 0x10B3F, .script = .Avestan },
1799 .{ .from = 0x13000, .to = 0x1342E, .script = .Egyptian_Hieroglyphs },
1800 .{ .from = 0x13430, .to = 0x13438, .script = .Egyptian_Hieroglyphs },
1801 .{ .from = 0x0800, .to = 0x0815, .script = .Samaritan },
1802 .{ .from = 0x0816, .to = 0x0819, .script = .Samaritan },
1803 .{ .from = 0x081A, .to = 0x081A, .script = .Samaritan },
1804 .{ .from = 0x081B, .to = 0x0823, .script = .Samaritan },
1805 .{ .from = 0x0824, .to = 0x0824, .script = .Samaritan },
1806 .{ .from = 0x0825, .to = 0x0827, .script = .Samaritan },
1807 .{ .from = 0x0828, .to = 0x0828, .script = .Samaritan },
1808 .{ .from = 0x0829, .to = 0x082D, .script = .Samaritan },
1809 .{ .from = 0x0830, .to = 0x083E, .script = .Samaritan },
1810 .{ .from = 0xA4D0, .to = 0xA4F7, .script = .Lisu },
1811 .{ .from = 0xA4F8, .to = 0xA4FD, .script = .Lisu },
1812 .{ .from = 0xA4FE, .to = 0xA4FF, .script = .Lisu },
1813 .{ .from = 0x11FB0, .to = 0x11FB0, .script = .Lisu },
1814 .{ .from = 0xA6A0, .to = 0xA6E5, .script = .Bamum },
1815 .{ .from = 0xA6E6, .to = 0xA6EF, .script = .Bamum },
1816 .{ .from = 0xA6F0, .to = 0xA6F1, .script = .Bamum },
1817 .{ .from = 0xA6F2, .to = 0xA6F7, .script = .Bamum },
1818 .{ .from = 0x16800, .to = 0x16A38, .script = .Bamum },
1819 .{ .from = 0xA980, .to = 0xA982, .script = .Javanese },
1820 .{ .from = 0xA983, .to = 0xA983, .script = .Javanese },
1821 .{ .from = 0xA984, .to = 0xA9B2, .script = .Javanese },
1822 .{ .from = 0xA9B3, .to = 0xA9B3, .script = .Javanese },
1823 .{ .from = 0xA9B4, .to = 0xA9B5, .script = .Javanese },
1824 .{ .from = 0xA9B6, .to = 0xA9B9, .script = .Javanese },
1825 .{ .from = 0xA9BA, .to = 0xA9BB, .script = .Javanese },
1826 .{ .from = 0xA9BC, .to = 0xA9BD, .script = .Javanese },
1827 .{ .from = 0xA9BE, .to = 0xA9C0, .script = .Javanese },
1828 .{ .from = 0xA9C1, .to = 0xA9CD, .script = .Javanese },
1829 .{ .from = 0xA9D0, .to = 0xA9D9, .script = .Javanese },
1830 .{ .from = 0xA9DE, .to = 0xA9DF, .script = .Javanese },
1831 .{ .from = 0xAAE0, .to = 0xAAEA, .script = .Meetei_Mayek },
1832 .{ .from = 0xAAEB, .to = 0xAAEB, .script = .Meetei_Mayek },
1833 .{ .from = 0xAAEC, .to = 0xAAED, .script = .Meetei_Mayek },
1834 .{ .from = 0xAAEE, .to = 0xAAEF, .script = .Meetei_Mayek },
1835 .{ .from = 0xAAF0, .to = 0xAAF1, .script = .Meetei_Mayek },
1836 .{ .from = 0xAAF2, .to = 0xAAF2, .script = .Meetei_Mayek },
1837 .{ .from = 0xAAF3, .to = 0xAAF4, .script = .Meetei_Mayek },
1838 .{ .from = 0xAAF5, .to = 0xAAF5, .script = .Meetei_Mayek },
1839 .{ .from = 0xAAF6, .to = 0xAAF6, .script = .Meetei_Mayek },
1840 .{ .from = 0xABC0, .to = 0xABE2, .script = .Meetei_Mayek },
1841 .{ .from = 0xABE3, .to = 0xABE4, .script = .Meetei_Mayek },
1842 .{ .from = 0xABE5, .to = 0xABE5, .script = .Meetei_Mayek },
1843 .{ .from = 0xABE6, .to = 0xABE7, .script = .Meetei_Mayek },
1844 .{ .from = 0xABE8, .to = 0xABE8, .script = .Meetei_Mayek },
1845 .{ .from = 0xABE9, .to = 0xABEA, .script = .Meetei_Mayek },
1846 .{ .from = 0xABEB, .to = 0xABEB, .script = .Meetei_Mayek },
1847 .{ .from = 0xABEC, .to = 0xABEC, .script = .Meetei_Mayek },
1848 .{ .from = 0xABED, .to = 0xABED, .script = .Meetei_Mayek },
1849 .{ .from = 0xABF0, .to = 0xABF9, .script = .Meetei_Mayek },
1850 .{ .from = 0x10840, .to = 0x10855, .script = .Imperial_Aramaic },
1851 .{ .from = 0x10857, .to = 0x10857, .script = .Imperial_Aramaic },
1852 .{ .from = 0x10858, .to = 0x1085F, .script = .Imperial_Aramaic },
1853 .{ .from = 0x10A60, .to = 0x10A7C, .script = .Old_South_Arabian },
1854 .{ .from = 0x10A7D, .to = 0x10A7E, .script = .Old_South_Arabian },
1855 .{ .from = 0x10A7F, .to = 0x10A7F, .script = .Old_South_Arabian },
1856 .{ .from = 0x10B40, .to = 0x10B55, .script = .Inscriptional_Parthian },
1857 .{ .from = 0x10B58, .to = 0x10B5F, .script = .Inscriptional_Parthian },
1858 .{ .from = 0x10B60, .to = 0x10B72, .script = .Inscriptional_Pahlavi },
1859 .{ .from = 0x10B78, .to = 0x10B7F, .script = .Inscriptional_Pahlavi },
1860 .{ .from = 0x10C00, .to = 0x10C48, .script = .Old_Turkic },
1861 .{ .from = 0x11080, .to = 0x11081, .script = .Kaithi },
1862 .{ .from = 0x11082, .to = 0x11082, .script = .Kaithi },
1863 .{ .from = 0x11083, .to = 0x110AF, .script = .Kaithi },
1864 .{ .from = 0x110B0, .to = 0x110B2, .script = .Kaithi },
1865 .{ .from = 0x110B3, .to = 0x110B6, .script = .Kaithi },
1866 .{ .from = 0x110B7, .to = 0x110B8, .script = .Kaithi },
1867 .{ .from = 0x110B9, .to = 0x110BA, .script = .Kaithi },
1868 .{ .from = 0x110BB, .to = 0x110BC, .script = .Kaithi },
1869 .{ .from = 0x110BD, .to = 0x110BD, .script = .Kaithi },
1870 .{ .from = 0x110BE, .to = 0x110C1, .script = .Kaithi },
1871 .{ .from = 0x110CD, .to = 0x110CD, .script = .Kaithi },
1872 .{ .from = 0x1BC0, .to = 0x1BE5, .script = .Batak },
1873 .{ .from = 0x1BE6, .to = 0x1BE6, .script = .Batak },
1874 .{ .from = 0x1BE7, .to = 0x1BE7, .script = .Batak },
1875 .{ .from = 0x1BE8, .to = 0x1BE9, .script = .Batak },
1876 .{ .from = 0x1BEA, .to = 0x1BEC, .script = .Batak },
1877 .{ .from = 0x1BED, .to = 0x1BED, .script = .Batak },
1878 .{ .from = 0x1BEE, .to = 0x1BEE, .script = .Batak },
1879 .{ .from = 0x1BEF, .to = 0x1BF1, .script = .Batak },
1880 .{ .from = 0x1BF2, .to = 0x1BF3, .script = .Batak },
1881 .{ .from = 0x1BFC, .to = 0x1BFF, .script = .Batak },
1882 .{ .from = 0x11000, .to = 0x11000, .script = .Brahmi },
1883 .{ .from = 0x11001, .to = 0x11001, .script = .Brahmi },
1884 .{ .from = 0x11002, .to = 0x11002, .script = .Brahmi },
1885 .{ .from = 0x11003, .to = 0x11037, .script = .Brahmi },
1886 .{ .from = 0x11038, .to = 0x11046, .script = .Brahmi },
1887 .{ .from = 0x11047, .to = 0x1104D, .script = .Brahmi },
1888 .{ .from = 0x11052, .to = 0x11065, .script = .Brahmi },
1889 .{ .from = 0x11066, .to = 0x1106F, .script = .Brahmi },
1890 .{ .from = 0x1107F, .to = 0x1107F, .script = .Brahmi },
1891 .{ .from = 0x0840, .to = 0x0858, .script = .Mandaic },
1892 .{ .from = 0x0859, .to = 0x085B, .script = .Mandaic },
1893 .{ .from = 0x085E, .to = 0x085E, .script = .Mandaic },
1894 .{ .from = 0x11100, .to = 0x11102, .script = .Chakma },
1895 .{ .from = 0x11103, .to = 0x11126, .script = .Chakma },
1896 .{ .from = 0x11127, .to = 0x1112B, .script = .Chakma },
1897 .{ .from = 0x1112C, .to = 0x1112C, .script = .Chakma },
1898 .{ .from = 0x1112D, .to = 0x11134, .script = .Chakma },
1899 .{ .from = 0x11136, .to = 0x1113F, .script = .Chakma },
1900 .{ .from = 0x11140, .to = 0x11143, .script = .Chakma },
1901 .{ .from = 0x11144, .to = 0x11144, .script = .Chakma },
1902 .{ .from = 0x11145, .to = 0x11146, .script = .Chakma },
1903 .{ .from = 0x11147, .to = 0x11147, .script = .Chakma },
1904 .{ .from = 0x109A0, .to = 0x109B7, .script = .Meroitic_Cursive },
1905 .{ .from = 0x109BC, .to = 0x109BD, .script = .Meroitic_Cursive },
1906 .{ .from = 0x109BE, .to = 0x109BF, .script = .Meroitic_Cursive },
1907 .{ .from = 0x109C0, .to = 0x109CF, .script = .Meroitic_Cursive },
1908 .{ .from = 0x109D2, .to = 0x109FF, .script = .Meroitic_Cursive },
1909 .{ .from = 0x10980, .to = 0x1099F, .script = .Meroitic_Hieroglyphs },
1910 .{ .from = 0x16F00, .to = 0x16F4A, .script = .Miao },
1911 .{ .from = 0x16F4F, .to = 0x16F4F, .script = .Miao },
1912 .{ .from = 0x16F50, .to = 0x16F50, .script = .Miao },
1913 .{ .from = 0x16F51, .to = 0x16F87, .script = .Miao },
1914 .{ .from = 0x16F8F, .to = 0x16F92, .script = .Miao },
1915 .{ .from = 0x16F93, .to = 0x16F9F, .script = .Miao },
1916 .{ .from = 0x11180, .to = 0x11181, .script = .Sharada },
1917 .{ .from = 0x11182, .to = 0x11182, .script = .Sharada },
1918 .{ .from = 0x11183, .to = 0x111B2, .script = .Sharada },
1919 .{ .from = 0x111B3, .to = 0x111B5, .script = .Sharada },
1920 .{ .from = 0x111B6, .to = 0x111BE, .script = .Sharada },
1921 .{ .from = 0x111BF, .to = 0x111C0, .script = .Sharada },
1922 .{ .from = 0x111C1, .to = 0x111C4, .script = .Sharada },
1923 .{ .from = 0x111C5, .to = 0x111C8, .script = .Sharada },
1924 .{ .from = 0x111C9, .to = 0x111CC, .script = .Sharada },
1925 .{ .from = 0x111CD, .to = 0x111CD, .script = .Sharada },
1926 .{ .from = 0x111CE, .to = 0x111CE, .script = .Sharada },
1927 .{ .from = 0x111CF, .to = 0x111CF, .script = .Sharada },
1928 .{ .from = 0x111D0, .to = 0x111D9, .script = .Sharada },
1929 .{ .from = 0x111DA, .to = 0x111DA, .script = .Sharada },
1930 .{ .from = 0x111DB, .to = 0x111DB, .script = .Sharada },
1931 .{ .from = 0x111DC, .to = 0x111DC, .script = .Sharada },
1932 .{ .from = 0x111DD, .to = 0x111DF, .script = .Sharada },
1933 .{ .from = 0x110D0, .to = 0x110E8, .script = .Sora_Sompeng },
1934 .{ .from = 0x110F0, .to = 0x110F9, .script = .Sora_Sompeng },
1935 .{ .from = 0x11680, .to = 0x116AA, .script = .Takri },
1936 .{ .from = 0x116AB, .to = 0x116AB, .script = .Takri },
1937 .{ .from = 0x116AC, .to = 0x116AC, .script = .Takri },
1938 .{ .from = 0x116AD, .to = 0x116AD, .script = .Takri },
1939 .{ .from = 0x116AE, .to = 0x116AF, .script = .Takri },
1940 .{ .from = 0x116B0, .to = 0x116B5, .script = .Takri },
1941 .{ .from = 0x116B6, .to = 0x116B6, .script = .Takri },
1942 .{ .from = 0x116B7, .to = 0x116B7, .script = .Takri },
1943 .{ .from = 0x116B8, .to = 0x116B8, .script = .Takri },
1944 .{ .from = 0x116C0, .to = 0x116C9, .script = .Takri },
1945 .{ .from = 0x10530, .to = 0x10563, .script = .Caucasian_Albanian },
1946 .{ .from = 0x1056F, .to = 0x1056F, .script = .Caucasian_Albanian },
1947 .{ .from = 0x16AD0, .to = 0x16AED, .script = .Bassa_Vah },
1948 .{ .from = 0x16AF0, .to = 0x16AF4, .script = .Bassa_Vah },
1949 .{ .from = 0x16AF5, .to = 0x16AF5, .script = .Bassa_Vah },
1950 .{ .from = 0x1BC00, .to = 0x1BC6A, .script = .Duployan },
1951 .{ .from = 0x1BC70, .to = 0x1BC7C, .script = .Duployan },
1952 .{ .from = 0x1BC80, .to = 0x1BC88, .script = .Duployan },
1953 .{ .from = 0x1BC90, .to = 0x1BC99, .script = .Duployan },
1954 .{ .from = 0x1BC9C, .to = 0x1BC9C, .script = .Duployan },
1955 .{ .from = 0x1BC9D, .to = 0x1BC9E, .script = .Duployan },
1956 .{ .from = 0x1BC9F, .to = 0x1BC9F, .script = .Duployan },
1957 .{ .from = 0x10500, .to = 0x10527, .script = .Elbasan },
1958 .{ .from = 0x11300, .to = 0x11301, .script = .Grantha },
1959 .{ .from = 0x11302, .to = 0x11303, .script = .Grantha },
1960 .{ .from = 0x11305, .to = 0x1130C, .script = .Grantha },
1961 .{ .from = 0x1130F, .to = 0x11310, .script = .Grantha },
1962 .{ .from = 0x11313, .to = 0x11328, .script = .Grantha },
1963 .{ .from = 0x1132A, .to = 0x11330, .script = .Grantha },
1964 .{ .from = 0x11332, .to = 0x11333, .script = .Grantha },
1965 .{ .from = 0x11335, .to = 0x11339, .script = .Grantha },
1966 .{ .from = 0x1133C, .to = 0x1133C, .script = .Grantha },
1967 .{ .from = 0x1133D, .to = 0x1133D, .script = .Grantha },
1968 .{ .from = 0x1133E, .to = 0x1133F, .script = .Grantha },
1969 .{ .from = 0x11340, .to = 0x11340, .script = .Grantha },
1970 .{ .from = 0x11341, .to = 0x11344, .script = .Grantha },
1971 .{ .from = 0x11347, .to = 0x11348, .script = .Grantha },
1972 .{ .from = 0x1134B, .to = 0x1134D, .script = .Grantha },
1973 .{ .from = 0x11350, .to = 0x11350, .script = .Grantha },
1974 .{ .from = 0x11357, .to = 0x11357, .script = .Grantha },
1975 .{ .from = 0x1135D, .to = 0x11361, .script = .Grantha },
1976 .{ .from = 0x11362, .to = 0x11363, .script = .Grantha },
1977 .{ .from = 0x11366, .to = 0x1136C, .script = .Grantha },
1978 .{ .from = 0x11370, .to = 0x11374, .script = .Grantha },
1979 .{ .from = 0x16B00, .to = 0x16B2F, .script = .Pahawh_Hmong },
1980 .{ .from = 0x16B30, .to = 0x16B36, .script = .Pahawh_Hmong },
1981 .{ .from = 0x16B37, .to = 0x16B3B, .script = .Pahawh_Hmong },
1982 .{ .from = 0x16B3C, .to = 0x16B3F, .script = .Pahawh_Hmong },
1983 .{ .from = 0x16B40, .to = 0x16B43, .script = .Pahawh_Hmong },
1984 .{ .from = 0x16B44, .to = 0x16B44, .script = .Pahawh_Hmong },
1985 .{ .from = 0x16B45, .to = 0x16B45, .script = .Pahawh_Hmong },
1986 .{ .from = 0x16B50, .to = 0x16B59, .script = .Pahawh_Hmong },
1987 .{ .from = 0x16B5B, .to = 0x16B61, .script = .Pahawh_Hmong },
1988 .{ .from = 0x16B63, .to = 0x16B77, .script = .Pahawh_Hmong },
1989 .{ .from = 0x16B7D, .to = 0x16B8F, .script = .Pahawh_Hmong },
1990 .{ .from = 0x11200, .to = 0x11211, .script = .Khojki },
1991 .{ .from = 0x11213, .to = 0x1122B, .script = .Khojki },
1992 .{ .from = 0x1122C, .to = 0x1122E, .script = .Khojki },
1993 .{ .from = 0x1122F, .to = 0x11231, .script = .Khojki },
1994 .{ .from = 0x11232, .to = 0x11233, .script = .Khojki },
1995 .{ .from = 0x11234, .to = 0x11234, .script = .Khojki },
1996 .{ .from = 0x11235, .to = 0x11235, .script = .Khojki },
1997 .{ .from = 0x11236, .to = 0x11237, .script = .Khojki },
1998 .{ .from = 0x11238, .to = 0x1123D, .script = .Khojki },
1999 .{ .from = 0x1123E, .to = 0x1123E, .script = .Khojki },
2000 .{ .from = 0x10600, .to = 0x10736, .script = .Linear_A },
2001 .{ .from = 0x10740, .to = 0x10755, .script = .Linear_A },
2002 .{ .from = 0x10760, .to = 0x10767, .script = .Linear_A },
2003 .{ .from = 0x11150, .to = 0x11172, .script = .Mahajani },
2004 .{ .from = 0x11173, .to = 0x11173, .script = .Mahajani },
2005 .{ .from = 0x11174, .to = 0x11175, .script = .Mahajani },
2006 .{ .from = 0x11176, .to = 0x11176, .script = .Mahajani },
2007 .{ .from = 0x10AC0, .to = 0x10AC7, .script = .Manichaean },
2008 .{ .from = 0x10AC8, .to = 0x10AC8, .script = .Manichaean },
2009 .{ .from = 0x10AC9, .to = 0x10AE4, .script = .Manichaean },
2010 .{ .from = 0x10AE5, .to = 0x10AE6, .script = .Manichaean },
2011 .{ .from = 0x10AEB, .to = 0x10AEF, .script = .Manichaean },
2012 .{ .from = 0x10AF0, .to = 0x10AF6, .script = .Manichaean },
2013 .{ .from = 0x1E800, .to = 0x1E8C4, .script = .Mende_Kikakui },
2014 .{ .from = 0x1E8C7, .to = 0x1E8CF, .script = .Mende_Kikakui },
2015 .{ .from = 0x1E8D0, .to = 0x1E8D6, .script = .Mende_Kikakui },
2016 .{ .from = 0x11600, .to = 0x1162F, .script = .Modi },
2017 .{ .from = 0x11630, .to = 0x11632, .script = .Modi },
2018 .{ .from = 0x11633, .to = 0x1163A, .script = .Modi },
2019 .{ .from = 0x1163B, .to = 0x1163C, .script = .Modi },
2020 .{ .from = 0x1163D, .to = 0x1163D, .script = .Modi },
2021 .{ .from = 0x1163E, .to = 0x1163E, .script = .Modi },
2022 .{ .from = 0x1163F, .to = 0x11640, .script = .Modi },
2023 .{ .from = 0x11641, .to = 0x11643, .script = .Modi },
2024 .{ .from = 0x11644, .to = 0x11644, .script = .Modi },
2025 .{ .from = 0x11650, .to = 0x11659, .script = .Modi },
2026 .{ .from = 0x16A40, .to = 0x16A5E, .script = .Mro },
2027 .{ .from = 0x16A60, .to = 0x16A69, .script = .Mro },
2028 .{ .from = 0x16A6E, .to = 0x16A6F, .script = .Mro },
2029 .{ .from = 0x10A80, .to = 0x10A9C, .script = .Old_North_Arabian },
2030 .{ .from = 0x10A9D, .to = 0x10A9F, .script = .Old_North_Arabian },
2031 .{ .from = 0x10880, .to = 0x1089E, .script = .Nabataean },
2032 .{ .from = 0x108A7, .to = 0x108AF, .script = .Nabataean },
2033 .{ .from = 0x10860, .to = 0x10876, .script = .Palmyrene },
2034 .{ .from = 0x10877, .to = 0x10878, .script = .Palmyrene },
2035 .{ .from = 0x10879, .to = 0x1087F, .script = .Palmyrene },
2036 .{ .from = 0x11AC0, .to = 0x11AF8, .script = .Pau_Cin_Hau },
2037 .{ .from = 0x10350, .to = 0x10375, .script = .Old_Permic },
2038 .{ .from = 0x10376, .to = 0x1037A, .script = .Old_Permic },
2039 .{ .from = 0x10B80, .to = 0x10B91, .script = .Psalter_Pahlavi },
2040 .{ .from = 0x10B99, .to = 0x10B9C, .script = .Psalter_Pahlavi },
2041 .{ .from = 0x10BA9, .to = 0x10BAF, .script = .Psalter_Pahlavi },
2042 .{ .from = 0x11580, .to = 0x115AE, .script = .Siddham },
2043 .{ .from = 0x115AF, .to = 0x115B1, .script = .Siddham },
2044 .{ .from = 0x115B2, .to = 0x115B5, .script = .Siddham },
2045 .{ .from = 0x115B8, .to = 0x115BB, .script = .Siddham },
2046 .{ .from = 0x115BC, .to = 0x115BD, .script = .Siddham },
2047 .{ .from = 0x115BE, .to = 0x115BE, .script = .Siddham },
2048 .{ .from = 0x115BF, .to = 0x115C0, .script = .Siddham },
2049 .{ .from = 0x115C1, .to = 0x115D7, .script = .Siddham },
2050 .{ .from = 0x115D8, .to = 0x115DB, .script = .Siddham },
2051 .{ .from = 0x115DC, .to = 0x115DD, .script = .Siddham },
2052 .{ .from = 0x112B0, .to = 0x112DE, .script = .Khudawadi },
2053 .{ .from = 0x112DF, .to = 0x112DF, .script = .Khudawadi },
2054 .{ .from = 0x112E0, .to = 0x112E2, .script = .Khudawadi },
2055 .{ .from = 0x112E3, .to = 0x112EA, .script = .Khudawadi },
2056 .{ .from = 0x112F0, .to = 0x112F9, .script = .Khudawadi },
2057 .{ .from = 0x11480, .to = 0x114AF, .script = .Tirhuta },
2058 .{ .from = 0x114B0, .to = 0x114B2, .script = .Tirhuta },
2059 .{ .from = 0x114B3, .to = 0x114B8, .script = .Tirhuta },
2060 .{ .from = 0x114B9, .to = 0x114B9, .script = .Tirhuta },
2061 .{ .from = 0x114BA, .to = 0x114BA, .script = .Tirhuta },
2062 .{ .from = 0x114BB, .to = 0x114BE, .script = .Tirhuta },
2063 .{ .from = 0x114BF, .to = 0x114C0, .script = .Tirhuta },
2064 .{ .from = 0x114C1, .to = 0x114C1, .script = .Tirhuta },
2065 .{ .from = 0x114C2, .to = 0x114C3, .script = .Tirhuta },
2066 .{ .from = 0x114C4, .to = 0x114C5, .script = .Tirhuta },
2067 .{ .from = 0x114C6, .to = 0x114C6, .script = .Tirhuta },
2068 .{ .from = 0x114C7, .to = 0x114C7, .script = .Tirhuta },
2069 .{ .from = 0x114D0, .to = 0x114D9, .script = .Tirhuta },
2070 .{ .from = 0x118A0, .to = 0x118DF, .script = .Warang_Citi },
2071 .{ .from = 0x118E0, .to = 0x118E9, .script = .Warang_Citi },
2072 .{ .from = 0x118EA, .to = 0x118F2, .script = .Warang_Citi },
2073 .{ .from = 0x118FF, .to = 0x118FF, .script = .Warang_Citi },
2074 .{ .from = 0x11700, .to = 0x1171A, .script = .Ahom },
2075 .{ .from = 0x1171D, .to = 0x1171F, .script = .Ahom },
2076 .{ .from = 0x11720, .to = 0x11721, .script = .Ahom },
2077 .{ .from = 0x11722, .to = 0x11725, .script = .Ahom },
2078 .{ .from = 0x11726, .to = 0x11726, .script = .Ahom },
2079 .{ .from = 0x11727, .to = 0x1172B, .script = .Ahom },
2080 .{ .from = 0x11730, .to = 0x11739, .script = .Ahom },
2081 .{ .from = 0x1173A, .to = 0x1173B, .script = .Ahom },
2082 .{ .from = 0x1173C, .to = 0x1173E, .script = .Ahom },
2083 .{ .from = 0x1173F, .to = 0x1173F, .script = .Ahom },
2084 .{ .from = 0x14400, .to = 0x14646, .script = .Anatolian_Hieroglyphs },
2085 .{ .from = 0x108E0, .to = 0x108F2, .script = .Hatran },
2086 .{ .from = 0x108F4, .to = 0x108F5, .script = .Hatran },
2087 .{ .from = 0x108FB, .to = 0x108FF, .script = .Hatran },
2088 .{ .from = 0x11280, .to = 0x11286, .script = .Multani },
2089 .{ .from = 0x11288, .to = 0x11288, .script = .Multani },
2090 .{ .from = 0x1128A, .to = 0x1128D, .script = .Multani },
2091 .{ .from = 0x1128F, .to = 0x1129D, .script = .Multani },
2092 .{ .from = 0x1129F, .to = 0x112A8, .script = .Multani },
2093 .{ .from = 0x112A9, .to = 0x112A9, .script = .Multani },
2094 .{ .from = 0x10C80, .to = 0x10CB2, .script = .Old_Hungarian },
2095 .{ .from = 0x10CC0, .to = 0x10CF2, .script = .Old_Hungarian },
2096 .{ .from = 0x10CFA, .to = 0x10CFF, .script = .Old_Hungarian },
2097 .{ .from = 0x1D800, .to = 0x1D9FF, .script = .SignWriting },
2098 .{ .from = 0x1DA00, .to = 0x1DA36, .script = .SignWriting },
2099 .{ .from = 0x1DA37, .to = 0x1DA3A, .script = .SignWriting },
2100 .{ .from = 0x1DA3B, .to = 0x1DA6C, .script = .SignWriting },
2101 .{ .from = 0x1DA6D, .to = 0x1DA74, .script = .SignWriting },
2102 .{ .from = 0x1DA75, .to = 0x1DA75, .script = .SignWriting },
2103 .{ .from = 0x1DA76, .to = 0x1DA83, .script = .SignWriting },
2104 .{ .from = 0x1DA84, .to = 0x1DA84, .script = .SignWriting },
2105 .{ .from = 0x1DA85, .to = 0x1DA86, .script = .SignWriting },
2106 .{ .from = 0x1DA87, .to = 0x1DA8B, .script = .SignWriting },
2107 .{ .from = 0x1DA9B, .to = 0x1DA9F, .script = .SignWriting },
2108 .{ .from = 0x1DAA1, .to = 0x1DAAF, .script = .SignWriting },
2109 .{ .from = 0x1E900, .to = 0x1E943, .script = .Adlam },
2110 .{ .from = 0x1E944, .to = 0x1E94A, .script = .Adlam },
2111 .{ .from = 0x1E94B, .to = 0x1E94B, .script = .Adlam },
2112 .{ .from = 0x1E950, .to = 0x1E959, .script = .Adlam },
2113 .{ .from = 0x1E95E, .to = 0x1E95F, .script = .Adlam },
2114 .{ .from = 0x11C00, .to = 0x11C08, .script = .Bhaiksuki },
2115 .{ .from = 0x11C0A, .to = 0x11C2E, .script = .Bhaiksuki },
2116 .{ .from = 0x11C2F, .to = 0x11C2F, .script = .Bhaiksuki },
2117 .{ .from = 0x11C30, .to = 0x11C36, .script = .Bhaiksuki },
2118 .{ .from = 0x11C38, .to = 0x11C3D, .script = .Bhaiksuki },
2119 .{ .from = 0x11C3E, .to = 0x11C3E, .script = .Bhaiksuki },
2120 .{ .from = 0x11C3F, .to = 0x11C3F, .script = .Bhaiksuki },
2121 .{ .from = 0x11C40, .to = 0x11C40, .script = .Bhaiksuki },
2122 .{ .from = 0x11C41, .to = 0x11C45, .script = .Bhaiksuki },
2123 .{ .from = 0x11C50, .to = 0x11C59, .script = .Bhaiksuki },
2124 .{ .from = 0x11C5A, .to = 0x11C6C, .script = .Bhaiksuki },
2125 .{ .from = 0x11C70, .to = 0x11C71, .script = .Marchen },
2126 .{ .from = 0x11C72, .to = 0x11C8F, .script = .Marchen },
2127 .{ .from = 0x11C92, .to = 0x11CA7, .script = .Marchen },
2128 .{ .from = 0x11CA9, .to = 0x11CA9, .script = .Marchen },
2129 .{ .from = 0x11CAA, .to = 0x11CB0, .script = .Marchen },
2130 .{ .from = 0x11CB1, .to = 0x11CB1, .script = .Marchen },
2131 .{ .from = 0x11CB2, .to = 0x11CB3, .script = .Marchen },
2132 .{ .from = 0x11CB4, .to = 0x11CB4, .script = .Marchen },
2133 .{ .from = 0x11CB5, .to = 0x11CB6, .script = .Marchen },
2134 .{ .from = 0x11400, .to = 0x11434, .script = .Newa },
2135 .{ .from = 0x11435, .to = 0x11437, .script = .Newa },
2136 .{ .from = 0x11438, .to = 0x1143F, .script = .Newa },
2137 .{ .from = 0x11440, .to = 0x11441, .script = .Newa },
2138 .{ .from = 0x11442, .to = 0x11444, .script = .Newa },
2139 .{ .from = 0x11445, .to = 0x11445, .script = .Newa },
2140 .{ .from = 0x11446, .to = 0x11446, .script = .Newa },
2141 .{ .from = 0x11447, .to = 0x1144A, .script = .Newa },
2142 .{ .from = 0x1144B, .to = 0x1144F, .script = .Newa },
2143 .{ .from = 0x11450, .to = 0x11459, .script = .Newa },
2144 .{ .from = 0x1145A, .to = 0x1145B, .script = .Newa },
2145 .{ .from = 0x1145D, .to = 0x1145D, .script = .Newa },
2146 .{ .from = 0x1145E, .to = 0x1145E, .script = .Newa },
2147 .{ .from = 0x1145F, .to = 0x11461, .script = .Newa },
2148 .{ .from = 0x104B0, .to = 0x104D3, .script = .Osage },
2149 .{ .from = 0x104D8, .to = 0x104FB, .script = .Osage },
2150 .{ .from = 0x16FE0, .to = 0x16FE0, .script = .Tangut },
2151 .{ .from = 0x17000, .to = 0x187F7, .script = .Tangut },
2152 .{ .from = 0x18800, .to = 0x18AFF, .script = .Tangut },
2153 .{ .from = 0x18D00, .to = 0x18D08, .script = .Tangut },
2154 .{ .from = 0x11D00, .to = 0x11D06, .script = .Masaram_Gondi },
2155 .{ .from = 0x11D08, .to = 0x11D09, .script = .Masaram_Gondi },
2156 .{ .from = 0x11D0B, .to = 0x11D30, .script = .Masaram_Gondi },
2157 .{ .from = 0x11D31, .to = 0x11D36, .script = .Masaram_Gondi },
2158 .{ .from = 0x11D3A, .to = 0x11D3A, .script = .Masaram_Gondi },
2159 .{ .from = 0x11D3C, .to = 0x11D3D, .script = .Masaram_Gondi },
2160 .{ .from = 0x11D3F, .to = 0x11D45, .script = .Masaram_Gondi },
2161 .{ .from = 0x11D46, .to = 0x11D46, .script = .Masaram_Gondi },
2162 .{ .from = 0x11D47, .to = 0x11D47, .script = .Masaram_Gondi },
2163 .{ .from = 0x11D50, .to = 0x11D59, .script = .Masaram_Gondi },
2164 .{ .from = 0x16FE1, .to = 0x16FE1, .script = .Nushu },
2165 .{ .from = 0x1B170, .to = 0x1B2FB, .script = .Nushu },
2166 .{ .from = 0x11A50, .to = 0x11A50, .script = .Soyombo },
2167 .{ .from = 0x11A51, .to = 0x11A56, .script = .Soyombo },
2168 .{ .from = 0x11A57, .to = 0x11A58, .script = .Soyombo },
2169 .{ .from = 0x11A59, .to = 0x11A5B, .script = .Soyombo },
2170 .{ .from = 0x11A5C, .to = 0x11A89, .script = .Soyombo },
2171 .{ .from = 0x11A8A, .to = 0x11A96, .script = .Soyombo },
2172 .{ .from = 0x11A97, .to = 0x11A97, .script = .Soyombo },
2173 .{ .from = 0x11A98, .to = 0x11A99, .script = .Soyombo },
2174 .{ .from = 0x11A9A, .to = 0x11A9C, .script = .Soyombo },
2175 .{ .from = 0x11A9D, .to = 0x11A9D, .script = .Soyombo },
2176 .{ .from = 0x11A9E, .to = 0x11AA2, .script = .Soyombo },
2177 .{ .from = 0x11A00, .to = 0x11A00, .script = .Zanabazar_Square },
2178 .{ .from = 0x11A01, .to = 0x11A0A, .script = .Zanabazar_Square },
2179 .{ .from = 0x11A0B, .to = 0x11A32, .script = .Zanabazar_Square },
2180 .{ .from = 0x11A33, .to = 0x11A38, .script = .Zanabazar_Square },
2181 .{ .from = 0x11A39, .to = 0x11A39, .script = .Zanabazar_Square },
2182 .{ .from = 0x11A3A, .to = 0x11A3A, .script = .Zanabazar_Square },
2183 .{ .from = 0x11A3B, .to = 0x11A3E, .script = .Zanabazar_Square },
2184 .{ .from = 0x11A3F, .to = 0x11A46, .script = .Zanabazar_Square },
2185 .{ .from = 0x11A47, .to = 0x11A47, .script = .Zanabazar_Square },
2186 .{ .from = 0x11800, .to = 0x1182B, .script = .Dogra },
2187 .{ .from = 0x1182C, .to = 0x1182E, .script = .Dogra },
2188 .{ .from = 0x1182F, .to = 0x11837, .script = .Dogra },
2189 .{ .from = 0x11838, .to = 0x11838, .script = .Dogra },
2190 .{ .from = 0x11839, .to = 0x1183A, .script = .Dogra },
2191 .{ .from = 0x1183B, .to = 0x1183B, .script = .Dogra },
2192 .{ .from = 0x11D60, .to = 0x11D65, .script = .Gunjala_Gondi },
2193 .{ .from = 0x11D67, .to = 0x11D68, .script = .Gunjala_Gondi },
2194 .{ .from = 0x11D6A, .to = 0x11D89, .script = .Gunjala_Gondi },
2195 .{ .from = 0x11D8A, .to = 0x11D8E, .script = .Gunjala_Gondi },
2196 .{ .from = 0x11D90, .to = 0x11D91, .script = .Gunjala_Gondi },
2197 .{ .from = 0x11D93, .to = 0x11D94, .script = .Gunjala_Gondi },
2198 .{ .from = 0x11D95, .to = 0x11D95, .script = .Gunjala_Gondi },
2199 .{ .from = 0x11D96, .to = 0x11D96, .script = .Gunjala_Gondi },
2200 .{ .from = 0x11D97, .to = 0x11D97, .script = .Gunjala_Gondi },
2201 .{ .from = 0x11D98, .to = 0x11D98, .script = .Gunjala_Gondi },
2202 .{ .from = 0x11DA0, .to = 0x11DA9, .script = .Gunjala_Gondi },
2203 .{ .from = 0x11EE0, .to = 0x11EF2, .script = .Makasar },
2204 .{ .from = 0x11EF3, .to = 0x11EF4, .script = .Makasar },
2205 .{ .from = 0x11EF5, .to = 0x11EF6, .script = .Makasar },
2206 .{ .from = 0x11EF7, .to = 0x11EF8, .script = .Makasar },
2207 .{ .from = 0x16E40, .to = 0x16E7F, .script = .Medefaidrin },
2208 .{ .from = 0x16E80, .to = 0x16E96, .script = .Medefaidrin },
2209 .{ .from = 0x16E97, .to = 0x16E9A, .script = .Medefaidrin },
2210 .{ .from = 0x10D00, .to = 0x10D23, .script = .Hanifi_Rohingya },
2211 .{ .from = 0x10D24, .to = 0x10D27, .script = .Hanifi_Rohingya },
2212 .{ .from = 0x10D30, .to = 0x10D39, .script = .Hanifi_Rohingya },
2213 .{ .from = 0x10F30, .to = 0x10F45, .script = .Sogdian },
2214 .{ .from = 0x10F46, .to = 0x10F50, .script = .Sogdian },
2215 .{ .from = 0x10F51, .to = 0x10F54, .script = .Sogdian },
2216 .{ .from = 0x10F55, .to = 0x10F59, .script = .Sogdian },
2217 .{ .from = 0x10F00, .to = 0x10F1C, .script = .Old_Sogdian },
2218 .{ .from = 0x10F1D, .to = 0x10F26, .script = .Old_Sogdian },
2219 .{ .from = 0x10F27, .to = 0x10F27, .script = .Old_Sogdian },
2220 .{ .from = 0x10FE0, .to = 0x10FF6, .script = .Elymaic },
2221 .{ .from = 0x119A0, .to = 0x119A7, .script = .Nandinagari },
2222 .{ .from = 0x119AA, .to = 0x119D0, .script = .Nandinagari },
2223 .{ .from = 0x119D1, .to = 0x119D3, .script = .Nandinagari },
2224 .{ .from = 0x119D4, .to = 0x119D7, .script = .Nandinagari },
2225 .{ .from = 0x119DA, .to = 0x119DB, .script = .Nandinagari },
2226 .{ .from = 0x119DC, .to = 0x119DF, .script = .Nandinagari },
2227 .{ .from = 0x119E0, .to = 0x119E0, .script = .Nandinagari },
2228 .{ .from = 0x119E1, .to = 0x119E1, .script = .Nandinagari },
2229 .{ .from = 0x119E2, .to = 0x119E2, .script = .Nandinagari },
2230 .{ .from = 0x119E3, .to = 0x119E3, .script = .Nandinagari },
2231 .{ .from = 0x119E4, .to = 0x119E4, .script = .Nandinagari },
2232 .{ .from = 0x1E100, .to = 0x1E12C, .script = .Nyiakeng_Puachue_Hmong },
2233 .{ .from = 0x1E130, .to = 0x1E136, .script = .Nyiakeng_Puachue_Hmong },
2234 .{ .from = 0x1E137, .to = 0x1E13D, .script = .Nyiakeng_Puachue_Hmong },
2235 .{ .from = 0x1E140, .to = 0x1E149, .script = .Nyiakeng_Puachue_Hmong },
2236 .{ .from = 0x1E14E, .to = 0x1E14E, .script = .Nyiakeng_Puachue_Hmong },
2237 .{ .from = 0x1E14F, .to = 0x1E14F, .script = .Nyiakeng_Puachue_Hmong },
2238 .{ .from = 0x1E2C0, .to = 0x1E2EB, .script = .Wancho },
2239 .{ .from = 0x1E2EC, .to = 0x1E2EF, .script = .Wancho },
2240 .{ .from = 0x1E2F0, .to = 0x1E2F9, .script = .Wancho },
2241 .{ .from = 0x1E2FF, .to = 0x1E2FF, .script = .Wancho },
2242 .{ .from = 0x10FB0, .to = 0x10FC4, .script = .Chorasmian },
2243 .{ .from = 0x10FC5, .to = 0x10FCB, .script = .Chorasmian },
2244 .{ .from = 0x11900, .to = 0x11906, .script = .Dives_Akuru },
2245 .{ .from = 0x11909, .to = 0x11909, .script = .Dives_Akuru },
2246 .{ .from = 0x1190C, .to = 0x11913, .script = .Dives_Akuru },
2247 .{ .from = 0x11915, .to = 0x11916, .script = .Dives_Akuru },
2248 .{ .from = 0x11918, .to = 0x1192F, .script = .Dives_Akuru },
2249 .{ .from = 0x11930, .to = 0x11935, .script = .Dives_Akuru },
2250 .{ .from = 0x11937, .to = 0x11938, .script = .Dives_Akuru },
2251 .{ .from = 0x1193B, .to = 0x1193C, .script = .Dives_Akuru },
2252 .{ .from = 0x1193D, .to = 0x1193D, .script = .Dives_Akuru },
2253 .{ .from = 0x1193E, .to = 0x1193E, .script = .Dives_Akuru },
2254 .{ .from = 0x1193F, .to = 0x1193F, .script = .Dives_Akuru },
2255 .{ .from = 0x11940, .to = 0x11940, .script = .Dives_Akuru },
2256 .{ .from = 0x11941, .to = 0x11941, .script = .Dives_Akuru },
2257 .{ .from = 0x11942, .to = 0x11942, .script = .Dives_Akuru },
2258 .{ .from = 0x11943, .to = 0x11943, .script = .Dives_Akuru },
2259 .{ .from = 0x11944, .to = 0x11946, .script = .Dives_Akuru },
2260 .{ .from = 0x11950, .to = 0x11959, .script = .Dives_Akuru },
2261 .{ .from = 0x16FE4, .to = 0x16FE4, .script = .Khitan_Small_Script },
2262 .{ .from = 0x18B00, .to = 0x18CD5, .script = .Khitan_Small_Script },
2263 .{ .from = 0x10E80, .to = 0x10EA9, .script = .Yezidi },
2264 .{ .from = 0x10EAB, .to = 0x10EAC, .script = .Yezidi },
2265 .{ .from = 0x10EAD, .to = 0x10EAD, .script = .Yezidi },
2266 .{ .from = 0x10EB0, .to = 0x10EB1, .script = .Yezidi },
2267};