Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chardata

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chardata - npm Package Compare versions

Comparing version 0.0.0-alpha to 0.0.0-alpha.1

76

dist/derivedCoreProperties.generated.d.ts

@@ -1,38 +0,38 @@

import { CharSet } from "chardata-charset";
export declare const Alphabetic: CharSet;
export { Alphabetic as Alpha };
export declare const Case_Ignorable: CharSet;
export { Case_Ignorable as CI };
export declare const Cased: CharSet;
export declare const Changes_When_Casefolded: CharSet;
export { Changes_When_Casefolded as CWCF };
export declare const Changes_When_Casemapped: CharSet;
export { Changes_When_Casemapped as CWCM };
export declare const Changes_When_Lowercased: CharSet;
export { Changes_When_Lowercased as CWL };
export declare const Changes_When_Titlecased: CharSet;
export { Changes_When_Titlecased as CWT };
export declare const Changes_When_Uppercased: CharSet;
export { Changes_When_Uppercased as CWU };
export declare const Default_Ignorable_Code_Point: CharSet;
export { Default_Ignorable_Code_Point as DI };
export declare const Grapheme_Base: CharSet;
export { Grapheme_Base as Gr_Base };
export declare const Grapheme_Extend: CharSet;
export { Grapheme_Extend as Gr_Ext };
export declare const Grapheme_Link: CharSet;
export { Grapheme_Link as Gr_Link };
export declare const ID_Continue: CharSet;
export { ID_Continue as IDC };
export declare const ID_Start: CharSet;
export { ID_Start as IDS };
export declare const Lowercase: CharSet;
export { Lowercase as Lower };
export declare const Math: CharSet;
export declare const Uppercase: CharSet;
export { Uppercase as Upper };
export declare const XID_Continue: CharSet;
export { XID_Continue as XIDC };
export declare const XID_Start: CharSet;
export { XID_Start as XIDS };
export default function (value: string): CharSet | undefined;
import { ReadonlyCharSet } from "chardata-charset";
export declare const Alpha: ReadonlyCharSet;
export { Alpha as Alphabetic };
export declare const CI: ReadonlyCharSet;
export { CI as Case_Ignorable };
export declare const Cased: ReadonlyCharSet;
export declare const CWCF: ReadonlyCharSet;
export { CWCF as Changes_When_Casefolded };
export declare const CWCM: ReadonlyCharSet;
export { CWCM as Changes_When_Casemapped };
export declare const CWL: ReadonlyCharSet;
export { CWL as Changes_When_Lowercased };
export declare const CWT: ReadonlyCharSet;
export { CWT as Changes_When_Titlecased };
export declare const CWU: ReadonlyCharSet;
export { CWU as Changes_When_Uppercased };
export declare const DI: ReadonlyCharSet;
export { DI as Default_Ignorable_Code_Point };
export declare const Gr_Base: ReadonlyCharSet;
export { Gr_Base as Grapheme_Base };
export declare const Gr_Ext: ReadonlyCharSet;
export { Gr_Ext as Grapheme_Extend };
export declare const Gr_Link: ReadonlyCharSet;
export { Gr_Link as Grapheme_Link };
export declare const IDC: ReadonlyCharSet;
export { IDC as ID_Continue };
export declare const IDS: ReadonlyCharSet;
export { IDS as ID_Start };
export declare const Lower: ReadonlyCharSet;
export { Lower as Lowercase };
export declare const Math: ReadonlyCharSet;
export declare const Upper: ReadonlyCharSet;
export { Upper as Uppercase };
export declare const XIDC: ReadonlyCharSet;
export { XIDC as XID_Continue };
export declare const XIDS: ReadonlyCharSet;
export { XIDS as XID_Start };
export default function (value: string): ReadonlyCharSet | undefined;

@@ -1,19 +0,19 @@

import { CharSet } from "chardata-charset";
import { ReadonlyCharSet } from "chardata-charset";
export * from "./generalCategory.generated";
export declare const LC: CharSet;
export declare const LC: ReadonlyCharSet;
export { LC as Cased_Letter };
export declare const L: CharSet;
export declare const L: ReadonlyCharSet;
export { L as Letter };
export declare const M: CharSet;
export declare const M: ReadonlyCharSet;
export { M as Mark };
export declare const N: CharSet;
export declare const N: ReadonlyCharSet;
export { N as Number };
export declare const P: CharSet;
export declare const P: ReadonlyCharSet;
export { P as Punctuation };
export declare const S: CharSet;
export declare const S: ReadonlyCharSet;
export { S as Symbol };
export declare const Z: CharSet;
export declare const Z: ReadonlyCharSet;
export { Z as Separator };
export declare const C: CharSet;
export declare const C: ReadonlyCharSet;
export { C as Other };
export default function (value: string): CharSet | undefined;
export default function (value: string): ReadonlyCharSet | undefined;

@@ -1,62 +0,64 @@

import { CharSet } from "chardata-charset";
export declare const Control: CharSet;
export { Control as Cc, Control as cntrl };
export declare const Format: CharSet;
export { Format as Cf };
export declare const Unassigned: CharSet;
export { Unassigned as Cn };
export declare const Private_Use: CharSet;
export { Private_Use as Co };
export declare const Surrogate: CharSet;
export { Surrogate as Cs };
export declare const Lowercase_Letter: CharSet;
export { Lowercase_Letter as Ll };
export declare const Modifier_Letter: CharSet;
export { Modifier_Letter as Lm };
export declare const Other_Letter: CharSet;
export { Other_Letter as Lo };
export declare const Titlecase_Letter: CharSet;
export { Titlecase_Letter as Lt };
export declare const Uppercase_Letter: CharSet;
export { Uppercase_Letter as Lu };
export declare const Spacing_Mark: CharSet;
export { Spacing_Mark as Mc };
export declare const Enclosing_Mark: CharSet;
export { Enclosing_Mark as Me };
export declare const Nonspacing_Mark: CharSet;
export { Nonspacing_Mark as Mn };
export declare const Decimal_Number: CharSet;
export { Decimal_Number as Nd, Decimal_Number as digit };
export declare const Letter_Number: CharSet;
export { Letter_Number as Nl };
export declare const Other_Number: CharSet;
export { Other_Number as No };
export declare const Connector_Punctuation: CharSet;
export { Connector_Punctuation as Pc };
export declare const Dash_Punctuation: CharSet;
export { Dash_Punctuation as Pd };
export declare const Close_Punctuation: CharSet;
export { Close_Punctuation as Pe };
export declare const Final_Punctuation: CharSet;
export { Final_Punctuation as Pf };
export declare const Initial_Punctuation: CharSet;
export { Initial_Punctuation as Pi };
export declare const Other_Punctuation: CharSet;
export { Other_Punctuation as Po };
export declare const Open_Punctuation: CharSet;
export { Open_Punctuation as Ps };
export declare const Currency_Symbol: CharSet;
export { Currency_Symbol as Sc };
export declare const Modifier_Symbol: CharSet;
export { Modifier_Symbol as Sk };
export declare const Math_Symbol: CharSet;
export { Math_Symbol as Sm };
export declare const Other_Symbol: CharSet;
export { Other_Symbol as So };
export declare const Line_Separator: CharSet;
export { Line_Separator as Zl };
export declare const Paragraph_Separator: CharSet;
export { Paragraph_Separator as Zp };
export declare const Space_Separator: CharSet;
export { Space_Separator as Zs };
export default function (value: string): CharSet | undefined;
import { ReadonlyCharSet } from "chardata-charset";
export declare const Cc: ReadonlyCharSet;
export { Cc as Control };
export { Cc as cntrl };
export declare const Cf: ReadonlyCharSet;
export { Cf as Format };
export declare const Cn: ReadonlyCharSet;
export { Cn as Unassigned };
export declare const Co: ReadonlyCharSet;
export { Co as Private_Use };
export declare const Cs: ReadonlyCharSet;
export { Cs as Surrogate };
export declare const Ll: ReadonlyCharSet;
export { Ll as Lowercase_Letter };
export declare const Lm: ReadonlyCharSet;
export { Lm as Modifier_Letter };
export declare const Lo: ReadonlyCharSet;
export { Lo as Other_Letter };
export declare const Lt: ReadonlyCharSet;
export { Lt as Titlecase_Letter };
export declare const Lu: ReadonlyCharSet;
export { Lu as Uppercase_Letter };
export declare const Mc: ReadonlyCharSet;
export { Mc as Spacing_Mark };
export declare const Me: ReadonlyCharSet;
export { Me as Enclosing_Mark };
export declare const Mn: ReadonlyCharSet;
export { Mn as Nonspacing_Mark };
export declare const Nd: ReadonlyCharSet;
export { Nd as Decimal_Number };
export { Nd as digit };
export declare const Nl: ReadonlyCharSet;
export { Nl as Letter_Number };
export declare const No: ReadonlyCharSet;
export { No as Other_Number };
export declare const Pc: ReadonlyCharSet;
export { Pc as Connector_Punctuation };
export declare const Pd: ReadonlyCharSet;
export { Pd as Dash_Punctuation };
export declare const Pe: ReadonlyCharSet;
export { Pe as Close_Punctuation };
export declare const Pf: ReadonlyCharSet;
export { Pf as Final_Punctuation };
export declare const Pi: ReadonlyCharSet;
export { Pi as Initial_Punctuation };
export declare const Po: ReadonlyCharSet;
export { Po as Other_Punctuation };
export declare const Ps: ReadonlyCharSet;
export { Ps as Open_Punctuation };
export declare const Sc: ReadonlyCharSet;
export { Sc as Currency_Symbol };
export declare const Sk: ReadonlyCharSet;
export { Sk as Modifier_Symbol };
export declare const Sm: ReadonlyCharSet;
export { Sm as Math_Symbol };
export declare const So: ReadonlyCharSet;
export { So as Other_Symbol };
export declare const Zl: ReadonlyCharSet;
export { Zl as Line_Separator };
export declare const Zp: ReadonlyCharSet;
export { Zp as Paragraph_Separator };
export declare const Zs: ReadonlyCharSet;
export { Zs as Space_Separator };
export default function (value: string): ReadonlyCharSet | undefined;

@@ -6,64 +6,64 @@ "use strict";

const chardata_charset_1 = require("chardata-charset");
exports.Control = new chardata_charset_1.CharSet([0, 31, 127, 32]);
exports.Cc = exports.Control;
exports.cntrl = exports.Control;
exports.Format = new chardata_charset_1.CharSet([173, 0, 1536, 4, 1757, 0, 1807, 0, 8203, 4, 8234, 4, 8288, 4, 8298, 5, 65279, 0, 65529, 2, 69821, 0, 119155, 7, 917505, 0, 917536, 95]);
exports.Cf = exports.Format;
exports.Unassigned = new chardata_charset_1.CharSet([888, 1, 895, 4, 907, 0, 909, 0, 930, 0, 1320, 8, 1367, 1, 1376, 0, 1416, 0, 1419, 3, 1424, 0, 1480, 7, 1515, 4, 1525, 10, 1541, 0, 1564, 1, 1806, 0, 1867, 1, 1970, 13, 2043, 4, 2094, 1, 2111, 0, 2140, 1, 2143, 64, 2209, 0, 2221, 54, 2303, 0, 2424, 0, 2432, 0, 2436, 0, 2445, 1, 2449, 1, 2473, 0, 2481, 0, 2483, 2, 2490, 1, 2501, 1, 2505, 1, 2511, 7, 2520, 3, 2526, 0, 2532, 1, 2556, 4, 2564, 0, 2571, 3, 2577, 1, 2601, 0, 2609, 0, 2612, 0, 2615, 0, 2618, 1, 2621, 0, 2627, 3, 2633, 1, 2638, 2, 2642, 6, 2653, 0, 2655, 6, 2678, 10, 2692, 0, 2702, 0, 2706, 0, 2729, 0, 2737, 0, 2740, 0, 2746, 1, 2758, 0, 2762, 0, 2766, 1, 2769, 14, 2788, 1, 2802, 14, 2820, 0, 2829, 1, 2833, 1, 2857, 0, 2865, 0, 2868, 0, 2874, 1, 2885, 1, 2889, 1, 2894, 7, 2904, 3, 2910, 0, 2916, 1, 2936, 9, 2948, 0, 2955, 2, 2961, 0, 2966, 2, 2971, 0, 2973, 0, 2976, 2, 2981, 2, 2987, 2, 3002, 3, 3011, 2, 3017, 0, 3022, 1, 3025, 5, 3032, 13, 3067, 5, 3076, 0, 3085, 0, 3089, 0, 3113, 0, 3124, 0, 3130, 2, 3141, 0, 3145, 0, 3150, 6, 3159, 0, 3162, 5, 3172, 1, 3184, 7, 3200, 1, 3204, 0, 3213, 0, 3217, 0, 3241, 0, 3252, 0, 3258, 1, 3269, 0, 3273, 0, 3278, 6, 3287, 6, 3295, 0, 3300, 1, 3312, 0, 3315, 14, 3332, 0, 3341, 0, 3345, 0, 3387, 1, 3397, 0, 3401, 0, 3407, 7, 3416, 7, 3428, 1, 3446, 2, 3456, 1, 3460, 0, 3479, 2, 3506, 0, 3516, 0, 3518, 1, 3527, 2, 3531, 3, 3541, 0, 3543, 0, 3552, 17, 3573, 11, 3643, 3, 3676, 36, 3715, 0, 3717, 1, 3721, 0, 3723, 1, 3726, 5, 3736, 0, 3744, 0, 3748, 0, 3750, 0, 3752, 1, 3756, 0, 3770, 0, 3774, 1, 3781, 0, 3783, 0, 3790, 1, 3802, 1, 3808, 31, 3912, 0, 3949, 3, 3992, 0, 4029, 0, 4045, 0, 4059, 36, 4294, 0, 4296, 4, 4302, 1, 4681, 0, 4686, 1, 4695, 0, 4697, 0, 4702, 1, 4745, 0, 4750, 1, 4785, 0, 4790, 1, 4799, 0, 4801, 0, 4806, 1, 4823, 0, 4881, 0, 4886, 1, 4955, 1, 4989, 2, 5018, 5, 5109, 10, 5789, 2, 5873, 14, 5901, 0, 5909, 10, 5943, 8, 5972, 11, 5997, 0, 6001, 0, 6004, 11, 6110, 1, 6122, 5, 6138, 5, 6159, 0, 6170, 5, 6264, 7, 6315, 4, 6390, 9, 6429, 2, 6444, 3, 6460, 3, 6465, 2, 6510, 1, 6517, 10, 6572, 3, 6602, 5, 6619, 2, 6684, 1, 6751, 0, 6781, 1, 6794, 5, 6810, 5, 6830, 81, 6988, 3, 7037, 2, 7156, 7, 7224, 2, 7242, 2, 7296, 63, 7368, 7, 7415, 8, 7655, 20, 7958, 1, 7966, 1, 8006, 1, 8014, 1, 8024, 0, 8026, 0, 8028, 0, 8030, 0, 8062, 1, 8117, 0, 8133, 0, 8148, 1, 8156, 0, 8176, 1, 8181, 0, 8191, 0, 8293, 4, 8306, 1, 8335, 0, 8349, 2, 8379, 20, 8433, 14, 8586, 5, 9204, 11, 9255, 24, 9291, 20, 9984, 0, 11085, 2, 11098, 165, 11311, 0, 11359, 0, 11508, 4, 11558, 0, 11560, 4, 11566, 1, 11624, 6, 11633, 13, 11671, 8, 11687, 0, 11695, 0, 11703, 0, 11711, 0, 11719, 0, 11727, 0, 11735, 0, 11743, 0, 11836, 67, 11930, 0, 12020, 11, 12246, 25, 12284, 3, 12352, 0, 12439, 1, 12544, 4, 12590, 2, 12687, 0, 12731, 4, 12772, 11, 12831, 0, 13055, 0, 19894, 9, 40909, 50, 42125, 2, 42183, 8, 42540, 19, 42648, 6, 42744, 7, 42895, 0, 42900, 11, 42923, 76, 43052, 3, 43066, 5, 43128, 7, 43205, 8, 43226, 5, 43260, 3, 43348, 10, 43389, 2, 43470, 0, 43482, 3, 43488, 31, 43575, 8, 43598, 1, 43610, 1, 43644, 3, 43715, 23, 43767, 9, 43783, 1, 43791, 1, 43799, 8, 43815, 0, 43823, 144, 44014, 1, 44026, 5, 55204, 11, 55239, 3, 55292, 3, 64110, 1, 64218, 37, 64263, 11, 64280, 4, 64311, 0, 64317, 0, 64319, 0, 64322, 0, 64325, 0, 64450, 16, 64832, 15, 64912, 1, 64968, 39, 65022, 1, 65050, 5, 65063, 8, 65107, 0, 65127, 0, 65132, 3, 65141, 0, 65277, 1, 65280, 0, 65471, 2, 65480, 1, 65488, 1, 65496, 1, 65501, 2, 65511, 0, 65519, 9, 65534, 1, 65548, 0, 65575, 0, 65595, 0, 65598, 0, 65614, 1, 65630, 33, 65787, 4, 65795, 3, 65844, 2, 65931, 4, 65948, 51, 66046, 129, 66205, 2, 66257, 46, 66335, 0, 66340, 11, 66379, 52, 66462, 0, 66500, 3, 66518, 41, 66718, 1, 66730, 853, 67590, 1, 67593, 0, 67638, 0, 67641, 2, 67645, 1, 67670, 0, 67680, 159, 67868, 2, 67898, 4, 67904, 63, 68024, 5, 68032, 63, 68100, 0, 68103, 4, 68116, 0, 68120, 0, 68148, 3, 68155, 3, 68168, 7, 68185, 6, 68224, 127, 68406, 2, 68438, 1, 68467, 4, 68480, 127, 68681, 534, 69247, 384, 69710, 3, 69744, 15, 69826, 13, 69865, 6, 69882, 5, 69941, 0, 69956, 59, 70089, 6, 70106, 1189, 71352, 7, 71370, 2357, 74607, 144, 74851, 12, 74868, 2955, 78895, 13264, 92729, 1222, 94021, 10, 94079, 15, 94112, 16479, 110594, 8189, 119030, 9, 119079, 1, 119262, 33, 119366, 185, 119639, 8, 119666, 141, 119893, 0, 119965, 0, 119968, 1, 119971, 1, 119975, 1, 119981, 0, 119994, 0, 119996, 0, 120004, 0, 120070, 0, 120075, 1, 120085, 0, 120093, 0, 120122, 0, 120127, 0, 120133, 0, 120135, 2, 120145, 0, 120486, 1, 120780, 1, 120832, 5631, 126468, 0, 126496, 0, 126499, 0, 126501, 1, 126504, 0, 126515, 0, 126520, 0, 126522, 0, 126524, 5, 126531, 3, 126536, 0, 126538, 0, 126540, 0, 126544, 0, 126547, 0, 126549, 1, 126552, 0, 126554, 0, 126556, 0, 126558, 0, 126560, 0, 126563, 0, 126565, 1, 126571, 0, 126579, 0, 126584, 0, 126589, 0, 126591, 0, 126602, 0, 126620, 4, 126628, 0, 126634, 0, 126652, 51, 126706, 269, 127020, 3, 127124, 11, 127151, 1, 127167, 1, 127184, 0, 127200, 31, 127243, 4, 127279, 0, 127340, 3, 127387, 74, 127491, 12, 127547, 4, 127561, 6, 127570, 173, 127777, 14, 127798, 0, 127869, 2, 127892, 11, 127941, 0, 127947, 20, 127985, 14, 128063, 0, 128065, 0, 128248, 0, 128253, 2, 128318, 1, 128324, 11, 128360, 146, 128577, 3, 128592, 47, 128710, 57, 128884, 2187, 173783, 40, 177973, 10, 178206, 16353, 195102, 722402, 917506, 29, 917632, 127, 918000, 65039, 1048574, 1, 1114110, 1]);
exports.Cn = exports.Unassigned;
exports.Private_Use = new chardata_charset_1.CharSet([57344, 6399, 983040, 65533, 1048576, 65533]);
exports.Co = exports.Private_Use;
exports.Surrogate = new chardata_charset_1.CharSet([55296, 2047]);
exports.Cs = exports.Surrogate;
exports.Lowercase_Letter = new chardata_charset_1.CharSet([97, 25, 181, 0, 223, 23, 248, 7, 257, 0, 259, 0, 261, 0, 263, 0, 265, 0, 267, 0, 269, 0, 271, 0, 273, 0, 275, 0, 277, 0, 279, 0, 281, 0, 283, 0, 285, 0, 287, 0, 289, 0, 291, 0, 293, 0, 295, 0, 297, 0, 299, 0, 301, 0, 303, 0, 305, 0, 307, 0, 309, 0, 311, 1, 314, 0, 316, 0, 318, 0, 320, 0, 322, 0, 324, 0, 326, 0, 328, 1, 331, 0, 333, 0, 335, 0, 337, 0, 339, 0, 341, 0, 343, 0, 345, 0, 347, 0, 349, 0, 351, 0, 353, 0, 355, 0, 357, 0, 359, 0, 361, 0, 363, 0, 365, 0, 367, 0, 369, 0, 371, 0, 373, 0, 375, 0, 378, 0, 380, 0, 382, 2, 387, 0, 389, 0, 392, 0, 396, 1, 402, 0, 405, 0, 409, 2, 414, 0, 417, 0, 419, 0, 421, 0, 424, 0, 426, 1, 429, 0, 432, 0, 436, 0, 438, 0, 441, 1, 445, 2, 454, 0, 457, 0, 460, 0, 462, 0, 464, 0, 466, 0, 468, 0, 470, 0, 472, 0, 474, 0, 476, 1, 479, 0, 481, 0, 483, 0, 485, 0, 487, 0, 489, 0, 491, 0, 493, 0, 495, 1, 499, 0, 501, 0, 505, 0, 507, 0, 509, 0, 511, 0, 513, 0, 515, 0, 517, 0, 519, 0, 521, 0, 523, 0, 525, 0, 527, 0, 529, 0, 531, 0, 533, 0, 535, 0, 537, 0, 539, 0, 541, 0, 543, 0, 545, 0, 547, 0, 549, 0, 551, 0, 553, 0, 555, 0, 557, 0, 559, 0, 561, 0, 563, 6, 572, 0, 575, 1, 578, 0, 583, 0, 585, 0, 587, 0, 589, 0, 591, 68, 661, 26, 881, 0, 883, 0, 887, 0, 891, 2, 912, 0, 940, 34, 976, 1, 981, 2, 985, 0, 987, 0, 989, 0, 991, 0, 993, 0, 995, 0, 997, 0, 999, 0, 1001, 0, 1003, 0, 1005, 0, 1007, 4, 1013, 0, 1016, 0, 1019, 1, 1072, 47, 1121, 0, 1123, 0, 1125, 0, 1127, 0, 1129, 0, 1131, 0, 1133, 0, 1135, 0, 1137, 0, 1139, 0, 1141, 0, 1143, 0, 1145, 0, 1147, 0, 1149, 0, 1151, 0, 1153, 0, 1163, 0, 1165, 0, 1167, 0, 1169, 0, 1171, 0, 1173, 0, 1175, 0, 1177, 0, 1179, 0, 1181, 0, 1183, 0, 1185, 0, 1187, 0, 1189, 0, 1191, 0, 1193, 0, 1195, 0, 1197, 0, 1199, 0, 1201, 0, 1203, 0, 1205, 0, 1207, 0, 1209, 0, 1211, 0, 1213, 0, 1215, 0, 1218, 0, 1220, 0, 1222, 0, 1224, 0, 1226, 0, 1228, 0, 1230, 1, 1233, 0, 1235, 0, 1237, 0, 1239, 0, 1241, 0, 1243, 0, 1245, 0, 1247, 0, 1249, 0, 1251, 0, 1253, 0, 1255, 0, 1257, 0, 1259, 0, 1261, 0, 1263, 0, 1265, 0, 1267, 0, 1269, 0, 1271, 0, 1273, 0, 1275, 0, 1277, 0, 1279, 0, 1281, 0, 1283, 0, 1285, 0, 1287, 0, 1289, 0, 1291, 0, 1293, 0, 1295, 0, 1297, 0, 1299, 0, 1301, 0, 1303, 0, 1305, 0, 1307, 0, 1309, 0, 1311, 0, 1313, 0, 1315, 0, 1317, 0, 1319, 0, 1377, 38, 7424, 43, 7531, 12, 7545, 33, 7681, 0, 7683, 0, 7685, 0, 7687, 0, 7689, 0, 7691, 0, 7693, 0, 7695, 0, 7697, 0, 7699, 0, 7701, 0, 7703, 0, 7705, 0, 7707, 0, 7709, 0, 7711, 0, 7713, 0, 7715, 0, 7717, 0, 7719, 0, 7721, 0, 7723, 0, 7725, 0, 7727, 0, 7729, 0, 7731, 0, 7733, 0, 7735, 0, 7737, 0, 7739, 0, 7741, 0, 7743, 0, 7745, 0, 7747, 0, 7749, 0, 7751, 0, 7753, 0, 7755, 0, 7757, 0, 7759, 0, 7761, 0, 7763, 0, 7765, 0, 7767, 0, 7769, 0, 7771, 0, 7773, 0, 7775, 0, 7777, 0, 7779, 0, 7781, 0, 7783, 0, 7785, 0, 7787, 0, 7789, 0, 7791, 0, 7793, 0, 7795, 0, 7797, 0, 7799, 0, 7801, 0, 7803, 0, 7805, 0, 7807, 0, 7809, 0, 7811, 0, 7813, 0, 7815, 0, 7817, 0, 7819, 0, 7821, 0, 7823, 0, 7825, 0, 7827, 0, 7829, 8, 7839, 0, 7841, 0, 7843, 0, 7845, 0, 7847, 0, 7849, 0, 7851, 0, 7853, 0, 7855, 0, 7857, 0, 7859, 0, 7861, 0, 7863, 0, 7865, 0, 7867, 0, 7869, 0, 7871, 0, 7873, 0, 7875, 0, 7877, 0, 7879, 0, 7881, 0, 7883, 0, 7885, 0, 7887, 0, 7889, 0, 7891, 0, 7893, 0, 7895, 0, 7897, 0, 7899, 0, 7901, 0, 7903, 0, 7905, 0, 7907, 0, 7909, 0, 7911, 0, 7913, 0, 7915, 0, 7917, 0, 7919, 0, 7921, 0, 7923, 0, 7925, 0, 7927, 0, 7929, 0, 7931, 0, 7933, 0, 7935, 8, 7952, 5, 7968, 7, 7984, 7, 8000, 5, 8016, 7, 8032, 7, 8048, 13, 8064, 7, 8080, 7, 8096, 7, 8112, 4, 8118, 1, 8126, 0, 8130, 2, 8134, 1, 8144, 3, 8150, 1, 8160, 7, 8178, 2, 8182, 1, 8458, 0, 8462, 1, 8467, 0, 8495, 0, 8500, 0, 8505, 0, 8508, 1, 8518, 3, 8526, 0, 8580, 0, 11312, 46, 11361, 0, 11365, 1, 11368, 0, 11370, 0, 11372, 0, 11377, 0, 11379, 1, 11382, 5, 11393, 0, 11395, 0, 11397, 0, 11399, 0, 11401, 0, 11403, 0, 11405, 0, 11407, 0, 11409, 0, 11411, 0, 11413, 0, 11415, 0, 11417, 0, 11419, 0, 11421, 0, 11423, 0, 11425, 0, 11427, 0, 11429, 0, 11431, 0, 11433, 0, 11435, 0, 11437, 0, 11439, 0, 11441, 0, 11443, 0, 11445, 0, 11447, 0, 11449, 0, 11451, 0, 11453, 0, 11455, 0, 11457, 0, 11459, 0, 11461, 0, 11463, 0, 11465, 0, 11467, 0, 11469, 0, 11471, 0, 11473, 0, 11475, 0, 11477, 0, 11479, 0, 11481, 0, 11483, 0, 11485, 0, 11487, 0, 11489, 0, 11491, 1, 11500, 0, 11502, 0, 11507, 0, 11520, 37, 11559, 0, 11565, 0, 42561, 0, 42563, 0, 42565, 0, 42567, 0, 42569, 0, 42571, 0, 42573, 0, 42575, 0, 42577, 0, 42579, 0, 42581, 0, 42583, 0, 42585, 0, 42587, 0, 42589, 0, 42591, 0, 42593, 0, 42595, 0, 42597, 0, 42599, 0, 42601, 0, 42603, 0, 42605, 0, 42625, 0, 42627, 0, 42629, 0, 42631, 0, 42633, 0, 42635, 0, 42637, 0, 42639, 0, 42641, 0, 42643, 0, 42645, 0, 42647, 0, 42787, 0, 42789, 0, 42791, 0, 42793, 0, 42795, 0, 42797, 0, 42799, 2, 42803, 0, 42805, 0, 42807, 0, 42809, 0, 42811, 0, 42813, 0, 42815, 0, 42817, 0, 42819, 0, 42821, 0, 42823, 0, 42825, 0, 42827, 0, 42829, 0, 42831, 0, 42833, 0, 42835, 0, 42837, 0, 42839, 0, 42841, 0, 42843, 0, 42845, 0, 42847, 0, 42849, 0, 42851, 0, 42853, 0, 42855, 0, 42857, 0, 42859, 0, 42861, 0, 42863, 0, 42865, 7, 42874, 0, 42876, 0, 42879, 0, 42881, 0, 42883, 0, 42885, 0, 42887, 0, 42892, 0, 42894, 0, 42897, 0, 42899, 0, 42913, 0, 42915, 0, 42917, 0, 42919, 0, 42921, 0, 43002, 0, 64256, 6, 64275, 4, 65345, 25, 66600, 39, 119834, 25, 119886, 6, 119894, 17, 119938, 25, 119990, 3, 119995, 0, 119997, 6, 120005, 10, 120042, 25, 120094, 25, 120146, 25, 120198, 25, 120250, 25, 120302, 25, 120354, 25, 120406, 25, 120458, 27, 120514, 24, 120540, 5, 120572, 24, 120598, 5, 120630, 24, 120656, 5, 120688, 24, 120714, 5, 120746, 24, 120772, 5, 120779, 0]);
exports.Ll = exports.Lowercase_Letter;
exports.Modifier_Letter = new chardata_charset_1.CharSet([688, 17, 710, 11, 736, 4, 748, 0, 750, 0, 884, 0, 890, 0, 1369, 0, 1600, 0, 1765, 1, 2036, 1, 2042, 0, 2074, 0, 2084, 0, 2088, 0, 2417, 0, 3654, 0, 3782, 0, 4348, 0, 6103, 0, 6211, 0, 6823, 0, 7288, 5, 7468, 62, 7544, 0, 7579, 36, 8305, 0, 8319, 0, 8336, 12, 11388, 1, 11631, 0, 11823, 0, 12293, 0, 12337, 4, 12347, 0, 12445, 1, 12540, 2, 40981, 0, 42232, 5, 42508, 0, 42623, 0, 42775, 8, 42864, 0, 42888, 0, 43000, 1, 43471, 0, 43632, 0, 43741, 0, 43763, 1, 65392, 0, 65438, 1, 94099, 12]);
exports.Lm = exports.Modifier_Letter;
exports.Other_Letter = new chardata_charset_1.CharSet([170, 0, 186, 0, 443, 0, 448, 3, 660, 0, 1488, 26, 1520, 2, 1568, 31, 1601, 9, 1646, 1, 1649, 98, 1749, 0, 1774, 1, 1786, 2, 1791, 0, 1808, 0, 1810, 29, 1869, 88, 1969, 0, 1994, 32, 2048, 21, 2112, 24, 2208, 0, 2210, 10, 2308, 53, 2365, 0, 2384, 0, 2392, 9, 2418, 5, 2425, 6, 2437, 7, 2447, 1, 2451, 21, 2474, 6, 2482, 0, 2486, 3, 2493, 0, 2510, 0, 2524, 1, 2527, 2, 2544, 1, 2565, 5, 2575, 1, 2579, 21, 2602, 6, 2610, 1, 2613, 1, 2616, 1, 2649, 3, 2654, 0, 2674, 2, 2693, 8, 2703, 2, 2707, 21, 2730, 6, 2738, 1, 2741, 4, 2749, 0, 2768, 0, 2784, 1, 2821, 7, 2831, 1, 2835, 21, 2858, 6, 2866, 1, 2869, 4, 2877, 0, 2908, 1, 2911, 2, 2929, 0, 2947, 0, 2949, 5, 2958, 2, 2962, 3, 2969, 1, 2972, 0, 2974, 1, 2979, 1, 2984, 2, 2990, 11, 3024, 0, 3077, 7, 3086, 2, 3090, 22, 3114, 9, 3125, 4, 3133, 0, 3160, 1, 3168, 1, 3205, 7, 3214, 2, 3218, 22, 3242, 9, 3253, 4, 3261, 0, 3294, 0, 3296, 1, 3313, 1, 3333, 7, 3342, 2, 3346, 40, 3389, 0, 3406, 0, 3424, 1, 3450, 5, 3461, 17, 3482, 23, 3507, 8, 3517, 0, 3520, 6, 3585, 47, 3634, 1, 3648, 5, 3713, 1, 3716, 0, 3719, 1, 3722, 0, 3725, 0, 3732, 3, 3737, 6, 3745, 2, 3749, 0, 3751, 0, 3754, 1, 3757, 3, 3762, 1, 3773, 0, 3776, 4, 3804, 3, 3840, 0, 3904, 7, 3913, 35, 3976, 4, 4096, 42, 4159, 0, 4176, 5, 4186, 3, 4193, 0, 4197, 1, 4206, 2, 4213, 12, 4238, 0, 4304, 42, 4349, 331, 4682, 3, 4688, 6, 4696, 0, 4698, 3, 4704, 40, 4746, 3, 4752, 32, 4786, 3, 4792, 6, 4800, 0, 4802, 3, 4808, 14, 4824, 56, 4882, 3, 4888, 66, 4992, 15, 5024, 84, 5121, 619, 5743, 16, 5761, 25, 5792, 74, 5888, 12, 5902, 3, 5920, 17, 5952, 17, 5984, 12, 5998, 2, 6016, 51, 6108, 0, 6176, 34, 6212, 51, 6272, 40, 6314, 0, 6320, 69, 6400, 28, 6480, 29, 6512, 4, 6528, 43, 6593, 6, 6656, 22, 6688, 52, 6917, 46, 6981, 6, 7043, 29, 7086, 1, 7098, 43, 7168, 35, 7245, 2, 7258, 29, 7401, 3, 7406, 3, 7413, 1, 8501, 3, 11568, 55, 11648, 22, 11680, 6, 11688, 6, 11696, 6, 11704, 6, 11712, 6, 11720, 6, 11728, 6, 11736, 6, 12294, 0, 12348, 0, 12353, 85, 12447, 0, 12449, 89, 12543, 0, 12549, 40, 12593, 93, 12704, 26, 12784, 15, 13312, 6581, 19968, 20940, 40960, 20, 40982, 1142, 42192, 39, 42240, 267, 42512, 15, 42538, 1, 42606, 0, 42656, 69, 43003, 6, 43011, 2, 43015, 3, 43020, 22, 43072, 51, 43138, 49, 43250, 5, 43259, 0, 43274, 27, 43312, 22, 43360, 28, 43396, 46, 43520, 40, 43584, 2, 43588, 7, 43616, 15, 43633, 5, 43642, 0, 43648, 47, 43697, 0, 43701, 1, 43705, 4, 43712, 0, 43714, 0, 43739, 1, 43744, 10, 43762, 0, 43777, 5, 43785, 5, 43793, 5, 43808, 6, 43816, 6, 43968, 34, 44032, 11171, 55216, 22, 55243, 48, 63744, 365, 64112, 105, 64285, 0, 64287, 9, 64298, 12, 64312, 4, 64318, 0, 64320, 1, 64323, 1, 64326, 107, 64467, 362, 64848, 63, 64914, 53, 65008, 11, 65136, 4, 65142, 134, 65382, 9, 65393, 44, 65440, 30, 65474, 5, 65482, 5, 65490, 5, 65498, 2, 65536, 11, 65549, 25, 65576, 18, 65596, 1, 65599, 14, 65616, 13, 65664, 122, 66176, 28, 66208, 48, 66304, 30, 66352, 16, 66370, 7, 66432, 29, 66464, 35, 66504, 7, 66640, 77, 67584, 5, 67592, 0, 67594, 43, 67639, 1, 67644, 0, 67647, 22, 67840, 21, 67872, 25, 67968, 55, 68030, 1, 68096, 0, 68112, 3, 68117, 2, 68121, 26, 68192, 28, 68352, 53, 68416, 21, 68448, 18, 68608, 72, 69635, 52, 69763, 44, 69840, 24, 69891, 35, 70019, 47, 70081, 3, 71296, 42, 73728, 878, 77824, 1070, 92160, 568, 93952, 68, 94032, 0, 110592, 1, 126464, 3, 126469, 26, 126497, 1, 126500, 0, 126503, 0, 126505, 9, 126516, 3, 126521, 0, 126523, 0, 126530, 0, 126535, 0, 126537, 0, 126539, 0, 126541, 2, 126545, 1, 126548, 0, 126551, 0, 126553, 0, 126555, 0, 126557, 0, 126559, 0, 126561, 1, 126564, 0, 126567, 3, 126572, 6, 126580, 3, 126585, 3, 126590, 0, 126592, 9, 126603, 16, 126625, 2, 126629, 4, 126635, 16, 131072, 42710, 173824, 4148, 177984, 221, 194560, 541]);
exports.Lo = exports.Other_Letter;
exports.Titlecase_Letter = new chardata_charset_1.CharSet([453, 0, 456, 0, 459, 0, 498, 0, 8072, 7, 8088, 7, 8104, 7, 8124, 0, 8140, 0, 8188, 0]);
exports.Lt = exports.Titlecase_Letter;
exports.Uppercase_Letter = new chardata_charset_1.CharSet([65, 25, 192, 22, 216, 6, 256, 0, 258, 0, 260, 0, 262, 0, 264, 0, 266, 0, 268, 0, 270, 0, 272, 0, 274, 0, 276, 0, 278, 0, 280, 0, 282, 0, 284, 0, 286, 0, 288, 0, 290, 0, 292, 0, 294, 0, 296, 0, 298, 0, 300, 0, 302, 0, 304, 0, 306, 0, 308, 0, 310, 0, 313, 0, 315, 0, 317, 0, 319, 0, 321, 0, 323, 0, 325, 0, 327, 0, 330, 0, 332, 0, 334, 0, 336, 0, 338, 0, 340, 0, 342, 0, 344, 0, 346, 0, 348, 0, 350, 0, 352, 0, 354, 0, 356, 0, 358, 0, 360, 0, 362, 0, 364, 0, 366, 0, 368, 0, 370, 0, 372, 0, 374, 0, 376, 1, 379, 0, 381, 0, 385, 1, 388, 0, 390, 1, 393, 2, 398, 3, 403, 1, 406, 2, 412, 1, 415, 1, 418, 0, 420, 0, 422, 1, 425, 0, 428, 0, 430, 1, 433, 2, 437, 0, 439, 1, 444, 0, 452, 0, 455, 0, 458, 0, 461, 0, 463, 0, 465, 0, 467, 0, 469, 0, 471, 0, 473, 0, 475, 0, 478, 0, 480, 0, 482, 0, 484, 0, 486, 0, 488, 0, 490, 0, 492, 0, 494, 0, 497, 0, 500, 0, 502, 2, 506, 0, 508, 0, 510, 0, 512, 0, 514, 0, 516, 0, 518, 0, 520, 0, 522, 0, 524, 0, 526, 0, 528, 0, 530, 0, 532, 0, 534, 0, 536, 0, 538, 0, 540, 0, 542, 0, 544, 0, 546, 0, 548, 0, 550, 0, 552, 0, 554, 0, 556, 0, 558, 0, 560, 0, 562, 0, 570, 1, 573, 1, 577, 0, 579, 3, 584, 0, 586, 0, 588, 0, 590, 0, 880, 0, 882, 0, 886, 0, 902, 0, 904, 2, 908, 0, 910, 1, 913, 16, 931, 8, 975, 0, 978, 2, 984, 0, 986, 0, 988, 0, 990, 0, 992, 0, 994, 0, 996, 0, 998, 0, 1000, 0, 1002, 0, 1004, 0, 1006, 0, 1012, 0, 1015, 0, 1017, 1, 1021, 50, 1120, 0, 1122, 0, 1124, 0, 1126, 0, 1128, 0, 1130, 0, 1132, 0, 1134, 0, 1136, 0, 1138, 0, 1140, 0, 1142, 0, 1144, 0, 1146, 0, 1148, 0, 1150, 0, 1152, 0, 1162, 0, 1164, 0, 1166, 0, 1168, 0, 1170, 0, 1172, 0, 1174, 0, 1176, 0, 1178, 0, 1180, 0, 1182, 0, 1184, 0, 1186, 0, 1188, 0, 1190, 0, 1192, 0, 1194, 0, 1196, 0, 1198, 0, 1200, 0, 1202, 0, 1204, 0, 1206, 0, 1208, 0, 1210, 0, 1212, 0, 1214, 0, 1216, 1, 1219, 0, 1221, 0, 1223, 0, 1225, 0, 1227, 0, 1229, 0, 1232, 0, 1234, 0, 1236, 0, 1238, 0, 1240, 0, 1242, 0, 1244, 0, 1246, 0, 1248, 0, 1250, 0, 1252, 0, 1254, 0, 1256, 0, 1258, 0, 1260, 0, 1262, 0, 1264, 0, 1266, 0, 1268, 0, 1270, 0, 1272, 0, 1274, 0, 1276, 0, 1278, 0, 1280, 0, 1282, 0, 1284, 0, 1286, 0, 1288, 0, 1290, 0, 1292, 0, 1294, 0, 1296, 0, 1298, 0, 1300, 0, 1302, 0, 1304, 0, 1306, 0, 1308, 0, 1310, 0, 1312, 0, 1314, 0, 1316, 0, 1318, 0, 1329, 37, 4256, 37, 4295, 0, 4301, 0, 7680, 0, 7682, 0, 7684, 0, 7686, 0, 7688, 0, 7690, 0, 7692, 0, 7694, 0, 7696, 0, 7698, 0, 7700, 0, 7702, 0, 7704, 0, 7706, 0, 7708, 0, 7710, 0, 7712, 0, 7714, 0, 7716, 0, 7718, 0, 7720, 0, 7722, 0, 7724, 0, 7726, 0, 7728, 0, 7730, 0, 7732, 0, 7734, 0, 7736, 0, 7738, 0, 7740, 0, 7742, 0, 7744, 0, 7746, 0, 7748, 0, 7750, 0, 7752, 0, 7754, 0, 7756, 0, 7758, 0, 7760, 0, 7762, 0, 7764, 0, 7766, 0, 7768, 0, 7770, 0, 7772, 0, 7774, 0, 7776, 0, 7778, 0, 7780, 0, 7782, 0, 7784, 0, 7786, 0, 7788, 0, 7790, 0, 7792, 0, 7794, 0, 7796, 0, 7798, 0, 7800, 0, 7802, 0, 7804, 0, 7806, 0, 7808, 0, 7810, 0, 7812, 0, 7814, 0, 7816, 0, 7818, 0, 7820, 0, 7822, 0, 7824, 0, 7826, 0, 7828, 0, 7838, 0, 7840, 0, 7842, 0, 7844, 0, 7846, 0, 7848, 0, 7850, 0, 7852, 0, 7854, 0, 7856, 0, 7858, 0, 7860, 0, 7862, 0, 7864, 0, 7866, 0, 7868, 0, 7870, 0, 7872, 0, 7874, 0, 7876, 0, 7878, 0, 7880, 0, 7882, 0, 7884, 0, 7886, 0, 7888, 0, 7890, 0, 7892, 0, 7894, 0, 7896, 0, 7898, 0, 7900, 0, 7902, 0, 7904, 0, 7906, 0, 7908, 0, 7910, 0, 7912, 0, 7914, 0, 7916, 0, 7918, 0, 7920, 0, 7922, 0, 7924, 0, 7926, 0, 7928, 0, 7930, 0, 7932, 0, 7934, 0, 7944, 7, 7960, 5, 7976, 7, 7992, 7, 8008, 5, 8025, 0, 8027, 0, 8029, 0, 8031, 0, 8040, 7, 8120, 3, 8136, 3, 8152, 3, 8168, 4, 8184, 3, 8450, 0, 8455, 0, 8459, 2, 8464, 2, 8469, 0, 8473, 4, 8484, 0, 8486, 0, 8488, 0, 8490, 3, 8496, 3, 8510, 1, 8517, 0, 8579, 0, 11264, 46, 11360, 0, 11362, 2, 11367, 0, 11369, 0, 11371, 0, 11373, 3, 11378, 0, 11381, 0, 11390, 2, 11394, 0, 11396, 0, 11398, 0, 11400, 0, 11402, 0, 11404, 0, 11406, 0, 11408, 0, 11410, 0, 11412, 0, 11414, 0, 11416, 0, 11418, 0, 11420, 0, 11422, 0, 11424, 0, 11426, 0, 11428, 0, 11430, 0, 11432, 0, 11434, 0, 11436, 0, 11438, 0, 11440, 0, 11442, 0, 11444, 0, 11446, 0, 11448, 0, 11450, 0, 11452, 0, 11454, 0, 11456, 0, 11458, 0, 11460, 0, 11462, 0, 11464, 0, 11466, 0, 11468, 0, 11470, 0, 11472, 0, 11474, 0, 11476, 0, 11478, 0, 11480, 0, 11482, 0, 11484, 0, 11486, 0, 11488, 0, 11490, 0, 11499, 0, 11501, 0, 11506, 0, 42560, 0, 42562, 0, 42564, 0, 42566, 0, 42568, 0, 42570, 0, 42572, 0, 42574, 0, 42576, 0, 42578, 0, 42580, 0, 42582, 0, 42584, 0, 42586, 0, 42588, 0, 42590, 0, 42592, 0, 42594, 0, 42596, 0, 42598, 0, 42600, 0, 42602, 0, 42604, 0, 42624, 0, 42626, 0, 42628, 0, 42630, 0, 42632, 0, 42634, 0, 42636, 0, 42638, 0, 42640, 0, 42642, 0, 42644, 0, 42646, 0, 42786, 0, 42788, 0, 42790, 0, 42792, 0, 42794, 0, 42796, 0, 42798, 0, 42802, 0, 42804, 0, 42806, 0, 42808, 0, 42810, 0, 42812, 0, 42814, 0, 42816, 0, 42818, 0, 42820, 0, 42822, 0, 42824, 0, 42826, 0, 42828, 0, 42830, 0, 42832, 0, 42834, 0, 42836, 0, 42838, 0, 42840, 0, 42842, 0, 42844, 0, 42846, 0, 42848, 0, 42850, 0, 42852, 0, 42854, 0, 42856, 0, 42858, 0, 42860, 0, 42862, 0, 42873, 0, 42875, 0, 42877, 1, 42880, 0, 42882, 0, 42884, 0, 42886, 0, 42891, 0, 42893, 0, 42896, 0, 42898, 0, 42912, 0, 42914, 0, 42916, 0, 42918, 0, 42920, 0, 42922, 0, 65313, 25, 66560, 39, 119808, 25, 119860, 25, 119912, 25, 119964, 0, 119966, 1, 119970, 0, 119973, 1, 119977, 3, 119982, 7, 120016, 25, 120068, 1, 120071, 3, 120077, 7, 120086, 6, 120120, 1, 120123, 3, 120128, 4, 120134, 0, 120138, 6, 120172, 25, 120224, 25, 120276, 25, 120328, 25, 120380, 25, 120432, 25, 120488, 24, 120546, 24, 120604, 24, 120662, 24, 120720, 24, 120778, 0]);
exports.Lu = exports.Uppercase_Letter;
exports.Spacing_Mark = new chardata_charset_1.CharSet([2307, 0, 2363, 0, 2366, 2, 2377, 3, 2382, 1, 2434, 1, 2494, 2, 2503, 1, 2507, 1, 2519, 0, 2563, 0, 2622, 2, 2691, 0, 2750, 2, 2761, 0, 2763, 1, 2818, 1, 2878, 0, 2880, 0, 2887, 1, 2891, 1, 2903, 0, 3006, 1, 3009, 1, 3014, 2, 3018, 2, 3031, 0, 3073, 2, 3137, 3, 3202, 1, 3262, 0, 3264, 4, 3271, 1, 3274, 1, 3285, 1, 3330, 1, 3390, 2, 3398, 2, 3402, 2, 3415, 0, 3458, 1, 3535, 2, 3544, 7, 3570, 1, 3902, 1, 3967, 0, 4139, 1, 4145, 0, 4152, 0, 4155, 1, 4182, 1, 4194, 2, 4199, 6, 4227, 1, 4231, 5, 4239, 0, 4250, 2, 6070, 0, 6078, 7, 6087, 1, 6435, 3, 6441, 2, 6448, 1, 6451, 5, 6576, 16, 6600, 1, 6681, 2, 6741, 0, 6743, 0, 6753, 0, 6755, 1, 6765, 5, 6916, 0, 6965, 0, 6971, 0, 6973, 4, 6979, 1, 7042, 0, 7073, 0, 7078, 1, 7082, 0, 7084, 1, 7143, 0, 7146, 2, 7150, 0, 7154, 1, 7204, 7, 7220, 1, 7393, 0, 7410, 1, 12334, 1, 43043, 1, 43047, 0, 43136, 1, 43188, 15, 43346, 1, 43395, 0, 43444, 1, 43450, 1, 43453, 3, 43567, 1, 43571, 1, 43597, 0, 43643, 0, 43755, 0, 43758, 1, 43765, 0, 44003, 1, 44006, 1, 44009, 1, 44012, 0, 69632, 0, 69634, 0, 69762, 0, 69808, 2, 69815, 1, 69932, 0, 70018, 0, 70067, 2, 70079, 1, 71340, 0, 71342, 1, 71350, 0, 94033, 45, 119141, 1, 119149, 5]);
exports.Mc = exports.Spacing_Mark;
exports.Enclosing_Mark = new chardata_charset_1.CharSet([1160, 1, 8413, 3, 8418, 2, 42608, 2]);
exports.Me = exports.Enclosing_Mark;
exports.Nonspacing_Mark = new chardata_charset_1.CharSet([768, 111, 1155, 4, 1425, 44, 1471, 0, 1473, 1, 1476, 1, 1479, 0, 1552, 10, 1611, 20, 1648, 0, 1750, 6, 1759, 5, 1767, 1, 1770, 3, 1809, 0, 1840, 26, 1958, 10, 2027, 8, 2070, 3, 2075, 8, 2085, 2, 2089, 4, 2137, 2, 2276, 26, 2304, 2, 2362, 0, 2364, 0, 2369, 7, 2381, 0, 2385, 6, 2402, 1, 2433, 0, 2492, 0, 2497, 3, 2509, 0, 2530, 1, 2561, 1, 2620, 0, 2625, 1, 2631, 1, 2635, 2, 2641, 0, 2672, 1, 2677, 0, 2689, 1, 2748, 0, 2753, 4, 2759, 1, 2765, 0, 2786, 1, 2817, 0, 2876, 0, 2879, 0, 2881, 3, 2893, 0, 2902, 0, 2914, 1, 2946, 0, 3008, 0, 3021, 0, 3134, 2, 3142, 2, 3146, 3, 3157, 1, 3170, 1, 3260, 0, 3263, 0, 3270, 0, 3276, 1, 3298, 1, 3393, 3, 3405, 0, 3426, 1, 3530, 0, 3538, 2, 3542, 0, 3633, 0, 3636, 6, 3655, 7, 3761, 0, 3764, 5, 3771, 1, 3784, 5, 3864, 1, 3893, 0, 3895, 0, 3897, 0, 3953, 13, 3968, 4, 3974, 1, 3981, 10, 3993, 35, 4038, 0, 4141, 3, 4146, 5, 4153, 1, 4157, 1, 4184, 1, 4190, 2, 4209, 3, 4226, 0, 4229, 1, 4237, 0, 4253, 0, 4957, 2, 5906, 2, 5938, 2, 5970, 1, 6002, 1, 6068, 1, 6071, 6, 6086, 0, 6089, 10, 6109, 0, 6155, 2, 6313, 0, 6432, 2, 6439, 1, 6450, 0, 6457, 2, 6679, 1, 6742, 0, 6744, 6, 6752, 0, 6754, 0, 6757, 7, 6771, 9, 6783, 0, 6912, 3, 6964, 0, 6966, 4, 6972, 0, 6978, 0, 7019, 8, 7040, 1, 7074, 3, 7080, 1, 7083, 0, 7142, 0, 7144, 1, 7149, 0, 7151, 2, 7212, 7, 7222, 1, 7376, 2, 7380, 12, 7394, 6, 7405, 0, 7412, 0, 7616, 38, 7676, 3, 8400, 12, 8417, 0, 8421, 11, 11503, 2, 11647, 0, 11744, 31, 12330, 3, 12441, 1, 42607, 0, 42612, 9, 42655, 0, 42736, 1, 43010, 0, 43014, 0, 43019, 0, 43045, 1, 43204, 0, 43232, 17, 43302, 7, 43335, 10, 43392, 2, 43443, 0, 43446, 3, 43452, 0, 43561, 5, 43569, 1, 43573, 1, 43587, 0, 43596, 0, 43696, 0, 43698, 2, 43703, 1, 43710, 1, 43713, 0, 43756, 1, 43766, 0, 44005, 0, 44008, 0, 44013, 0, 64286, 0, 65024, 15, 65056, 6, 66045, 0, 68097, 2, 68101, 1, 68108, 3, 68152, 2, 68159, 0, 69633, 0, 69688, 14, 69760, 1, 69811, 3, 69817, 1, 69888, 2, 69927, 4, 69933, 7, 70016, 1, 70070, 8, 71339, 0, 71341, 0, 71344, 5, 71351, 0, 94095, 3, 119143, 2, 119163, 7, 119173, 6, 119210, 3, 119362, 2, 917760, 239]);
exports.Mn = exports.Nonspacing_Mark;
exports.Decimal_Number = new chardata_charset_1.CharSet([48, 9, 1632, 9, 1776, 9, 1984, 9, 2406, 9, 2534, 9, 2662, 9, 2790, 9, 2918, 9, 3046, 9, 3174, 9, 3302, 9, 3430, 9, 3664, 9, 3792, 9, 3872, 9, 4160, 9, 4240, 9, 6112, 9, 6160, 9, 6470, 9, 6608, 9, 6784, 9, 6800, 9, 6992, 9, 7088, 9, 7232, 9, 7248, 9, 42528, 9, 43216, 9, 43264, 9, 43472, 9, 43600, 9, 44016, 9, 65296, 9, 66720, 9, 69734, 9, 69872, 9, 69942, 9, 70096, 9, 71360, 9, 120782, 49]);
exports.Nd = exports.Decimal_Number;
exports.digit = exports.Decimal_Number;
exports.Letter_Number = new chardata_charset_1.CharSet([5870, 2, 8544, 34, 8581, 3, 12295, 0, 12321, 8, 12344, 2, 42726, 9, 65856, 52, 66369, 0, 66378, 0, 66513, 4, 74752, 98]);
exports.Nl = exports.Letter_Number;
exports.Other_Number = new chardata_charset_1.CharSet([178, 1, 185, 0, 188, 2, 2548, 5, 2930, 5, 3056, 2, 3192, 6, 3440, 5, 3882, 9, 4969, 19, 6128, 9, 6618, 0, 8304, 0, 8308, 5, 8320, 9, 8528, 15, 8585, 0, 9312, 59, 9450, 21, 10102, 29, 11517, 0, 12690, 3, 12832, 9, 12872, 7, 12881, 14, 12928, 9, 12977, 14, 43056, 5, 65799, 44, 65909, 3, 65930, 0, 66336, 3, 67672, 7, 67862, 5, 68160, 7, 68221, 1, 68440, 7, 68472, 7, 69216, 30, 69714, 19, 119648, 17, 127232, 10]);
exports.No = exports.Other_Number;
exports.Connector_Punctuation = new chardata_charset_1.CharSet([95, 0, 8255, 1, 8276, 0, 65075, 1, 65101, 2, 65343, 0]);
exports.Pc = exports.Connector_Punctuation;
exports.Dash_Punctuation = new chardata_charset_1.CharSet([45, 0, 1418, 0, 1470, 0, 5120, 0, 6150, 0, 8208, 5, 11799, 0, 11802, 0, 11834, 1, 12316, 0, 12336, 0, 12448, 0, 65073, 1, 65112, 0, 65123, 0, 65293, 0]);
exports.Pd = exports.Dash_Punctuation;
exports.Close_Punctuation = new chardata_charset_1.CharSet([41, 0, 93, 0, 125, 0, 3899, 0, 3901, 0, 5788, 0, 8262, 0, 8318, 0, 8334, 0, 9002, 0, 10089, 0, 10091, 0, 10093, 0, 10095, 0, 10097, 0, 10099, 0, 10101, 0, 10182, 0, 10215, 0, 10217, 0, 10219, 0, 10221, 0, 10223, 0, 10628, 0, 10630, 0, 10632, 0, 10634, 0, 10636, 0, 10638, 0, 10640, 0, 10642, 0, 10644, 0, 10646, 0, 10648, 0, 10713, 0, 10715, 0, 10749, 0, 11811, 0, 11813, 0, 11815, 0, 11817, 0, 12297, 0, 12299, 0, 12301, 0, 12303, 0, 12305, 0, 12309, 0, 12311, 0, 12313, 0, 12315, 0, 12318, 1, 64831, 0, 65048, 0, 65078, 0, 65080, 0, 65082, 0, 65084, 0, 65086, 0, 65088, 0, 65090, 0, 65092, 0, 65096, 0, 65114, 0, 65116, 0, 65118, 0, 65289, 0, 65341, 0, 65373, 0, 65376, 0, 65379, 0]);
exports.Pe = exports.Close_Punctuation;
exports.Final_Punctuation = new chardata_charset_1.CharSet([187, 0, 8217, 0, 8221, 0, 8250, 0, 11779, 0, 11781, 0, 11786, 0, 11789, 0, 11805, 0, 11809, 0]);
exports.Pf = exports.Final_Punctuation;
exports.Initial_Punctuation = new chardata_charset_1.CharSet([171, 0, 8216, 0, 8219, 1, 8223, 0, 8249, 0, 11778, 0, 11780, 0, 11785, 0, 11788, 0, 11804, 0, 11808, 0]);
exports.Pi = exports.Initial_Punctuation;
exports.Other_Punctuation = new chardata_charset_1.CharSet([33, 2, 37, 2, 42, 0, 44, 0, 46, 1, 58, 1, 63, 1, 92, 0, 161, 0, 167, 0, 182, 1, 191, 0, 894, 0, 903, 0, 1370, 5, 1417, 0, 1472, 0, 1475, 0, 1478, 0, 1523, 1, 1545, 1, 1548, 1, 1563, 0, 1566, 1, 1642, 3, 1748, 0, 1792, 13, 2039, 2, 2096, 14, 2142, 0, 2404, 1, 2416, 0, 2800, 0, 3572, 0, 3663, 0, 3674, 1, 3844, 14, 3860, 0, 3973, 0, 4048, 4, 4057, 1, 4170, 5, 4347, 0, 4960, 8, 5741, 1, 5867, 2, 5941, 1, 6100, 2, 6104, 2, 6144, 5, 6151, 3, 6468, 1, 6686, 1, 6816, 6, 6824, 5, 7002, 6, 7164, 3, 7227, 4, 7294, 1, 7360, 7, 7379, 0, 8214, 1, 8224, 7, 8240, 8, 8251, 3, 8257, 2, 8263, 10, 8275, 0, 8277, 9, 11513, 3, 11518, 1, 11632, 0, 11776, 1, 11782, 2, 11787, 0, 11790, 8, 11800, 1, 11803, 0, 11806, 1, 11818, 4, 11824, 9, 12289, 2, 12349, 0, 12539, 0, 42238, 1, 42509, 2, 42611, 0, 42622, 0, 42738, 5, 43124, 3, 43214, 1, 43256, 2, 43310, 1, 43359, 0, 43457, 12, 43486, 1, 43612, 3, 43742, 1, 43760, 1, 44011, 0, 65040, 6, 65049, 0, 65072, 0, 65093, 1, 65097, 3, 65104, 2, 65108, 3, 65119, 2, 65128, 0, 65130, 1, 65281, 2, 65285, 2, 65290, 0, 65292, 0, 65294, 1, 65306, 1, 65311, 1, 65340, 0, 65377, 0, 65380, 1, 65792, 2, 66463, 0, 66512, 0, 67671, 0, 67871, 0, 67903, 0, 68176, 8, 68223, 0, 68409, 6, 69703, 6, 69819, 1, 69822, 3, 69952, 3, 70085, 3, 74864, 3]);
exports.Po = exports.Other_Punctuation;
exports.Open_Punctuation = new chardata_charset_1.CharSet([40, 0, 91, 0, 123, 0, 3898, 0, 3900, 0, 5787, 0, 8218, 0, 8222, 0, 8261, 0, 8317, 0, 8333, 0, 9001, 0, 10088, 0, 10090, 0, 10092, 0, 10094, 0, 10096, 0, 10098, 0, 10100, 0, 10181, 0, 10214, 0, 10216, 0, 10218, 0, 10220, 0, 10222, 0, 10627, 0, 10629, 0, 10631, 0, 10633, 0, 10635, 0, 10637, 0, 10639, 0, 10641, 0, 10643, 0, 10645, 0, 10647, 0, 10712, 0, 10714, 0, 10748, 0, 11810, 0, 11812, 0, 11814, 0, 11816, 0, 12296, 0, 12298, 0, 12300, 0, 12302, 0, 12304, 0, 12308, 0, 12310, 0, 12312, 0, 12314, 0, 12317, 0, 64830, 0, 65047, 0, 65077, 0, 65079, 0, 65081, 0, 65083, 0, 65085, 0, 65087, 0, 65089, 0, 65091, 0, 65095, 0, 65113, 0, 65115, 0, 65117, 0, 65288, 0, 65339, 0, 65371, 0, 65375, 0, 65378, 0]);
exports.Ps = exports.Open_Punctuation;
exports.Currency_Symbol = new chardata_charset_1.CharSet([36, 0, 162, 3, 1423, 0, 1547, 0, 2546, 1, 2555, 0, 2801, 0, 3065, 0, 3647, 0, 6107, 0, 8352, 26, 43064, 0, 65020, 0, 65129, 0, 65284, 0, 65504, 1, 65509, 1]);
exports.Sc = exports.Currency_Symbol;
exports.Modifier_Symbol = new chardata_charset_1.CharSet([94, 0, 96, 0, 168, 0, 175, 0, 180, 0, 184, 0, 706, 3, 722, 13, 741, 6, 749, 0, 751, 16, 885, 0, 900, 1, 8125, 0, 8127, 2, 8141, 2, 8157, 2, 8173, 2, 8189, 1, 12443, 1, 42752, 22, 42784, 1, 42889, 1, 64434, 15, 65342, 0, 65344, 0, 65507, 0]);
exports.Sk = exports.Modifier_Symbol;
exports.Math_Symbol = new chardata_charset_1.CharSet([43, 0, 60, 2, 124, 0, 126, 0, 172, 0, 177, 0, 215, 0, 247, 0, 1014, 0, 1542, 2, 8260, 0, 8274, 0, 8314, 2, 8330, 2, 8472, 0, 8512, 4, 8523, 0, 8592, 4, 8602, 1, 8608, 0, 8611, 0, 8614, 0, 8622, 0, 8654, 1, 8658, 0, 8660, 0, 8692, 267, 8968, 3, 8992, 1, 9084, 0, 9115, 24, 9180, 5, 9655, 0, 9665, 0, 9720, 7, 9839, 0, 10176, 4, 10183, 30, 10224, 15, 10496, 130, 10649, 62, 10716, 31, 10750, 257, 11056, 20, 11079, 5, 64297, 0, 65122, 0, 65124, 2, 65291, 0, 65308, 2, 65372, 0, 65374, 0, 65506, 0, 65513, 3, 120513, 0, 120539, 0, 120571, 0, 120597, 0, 120629, 0, 120655, 0, 120687, 0, 120713, 0, 120745, 0, 120771, 0, 126704, 1]);
exports.Sm = exports.Math_Symbol;
exports.Other_Symbol = new chardata_charset_1.CharSet([166, 0, 169, 0, 174, 0, 176, 0, 1154, 0, 1550, 1, 1758, 0, 1769, 0, 1789, 1, 2038, 0, 2554, 0, 2928, 0, 3059, 5, 3066, 0, 3199, 0, 3449, 0, 3841, 2, 3859, 0, 3861, 2, 3866, 5, 3892, 0, 3894, 0, 3896, 0, 4030, 7, 4039, 5, 4046, 1, 4053, 3, 4254, 1, 5008, 9, 6464, 0, 6622, 33, 7009, 9, 7028, 8, 8448, 1, 8451, 3, 8456, 1, 8468, 0, 8470, 1, 8478, 5, 8485, 0, 8487, 0, 8489, 0, 8494, 0, 8506, 1, 8522, 0, 8524, 1, 8527, 0, 8597, 4, 8604, 3, 8609, 1, 8612, 1, 8615, 6, 8623, 30, 8656, 1, 8659, 0, 8661, 30, 8960, 7, 8972, 19, 8994, 6, 9003, 80, 9085, 29, 9140, 39, 9186, 17, 9216, 38, 9280, 10, 9372, 77, 9472, 182, 9656, 8, 9666, 53, 9728, 110, 9840, 143, 9985, 102, 10132, 43, 10240, 255, 11008, 47, 11077, 1, 11088, 9, 11493, 5, 11904, 25, 11931, 88, 12032, 213, 12272, 11, 12292, 0, 12306, 1, 12320, 0, 12342, 1, 12350, 1, 12688, 1, 12694, 9, 12736, 35, 12800, 30, 12842, 29, 12880, 0, 12896, 31, 12938, 38, 12992, 62, 13056, 255, 19904, 63, 42128, 54, 43048, 3, 43062, 1, 43065, 0, 43639, 2, 65021, 0, 65508, 0, 65512, 0, 65517, 1, 65532, 1, 65847, 8, 65913, 16, 65936, 11, 66000, 44, 118784, 245, 119040, 38, 119081, 59, 119146, 2, 119171, 1, 119180, 29, 119214, 47, 119296, 65, 119365, 0, 119552, 86, 126976, 43, 127024, 99, 127136, 14, 127153, 13, 127169, 14, 127185, 14, 127248, 30, 127280, 59, 127344, 42, 127462, 28, 127504, 42, 127552, 8, 127568, 1, 127744, 32, 127792, 5, 127799, 69, 127872, 19, 127904, 36, 127942, 4, 127968, 16, 128000, 62, 128064, 0, 128066, 181, 128249, 3, 128256, 61, 128320, 3, 128336, 23, 128507, 69, 128581, 10, 128640, 69, 128768, 115]);
exports.So = exports.Other_Symbol;
exports.Line_Separator = new chardata_charset_1.CharSet([8232, 0]);
exports.Zl = exports.Line_Separator;
exports.Paragraph_Separator = new chardata_charset_1.CharSet([8233, 0]);
exports.Zp = exports.Paragraph_Separator;
exports.Space_Separator = new chardata_charset_1.CharSet([32, 0, 160, 0, 5760, 0, 6158, 0, 8192, 10, 8239, 0, 8287, 0, 12288, 0]);
exports.Zs = exports.Space_Separator;
exports.Cc = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([0, 31, 127, 32]));
exports.Control = exports.Cc;
exports.cntrl = exports.Cc;
exports.Cf = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([173, 0, 1536, 4, 1757, 0, 1807, 0, 8203, 4, 8234, 4, 8288, 4, 8298, 5, 65279, 0, 65529, 2, 69821, 0, 119155, 7, 917505, 0, 917536, 95]));
exports.Format = exports.Cf;
exports.Cn = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([888, 1, 895, 4, 907, 0, 909, 0, 930, 0, 1320, 8, 1367, 1, 1376, 0, 1416, 0, 1419, 3, 1424, 0, 1480, 7, 1515, 4, 1525, 10, 1541, 0, 1564, 1, 1806, 0, 1867, 1, 1970, 13, 2043, 4, 2094, 1, 2111, 0, 2140, 1, 2143, 64, 2209, 0, 2221, 54, 2303, 0, 2424, 0, 2432, 0, 2436, 0, 2445, 1, 2449, 1, 2473, 0, 2481, 0, 2483, 2, 2490, 1, 2501, 1, 2505, 1, 2511, 7, 2520, 3, 2526, 0, 2532, 1, 2556, 4, 2564, 0, 2571, 3, 2577, 1, 2601, 0, 2609, 0, 2612, 0, 2615, 0, 2618, 1, 2621, 0, 2627, 3, 2633, 1, 2638, 2, 2642, 6, 2653, 0, 2655, 6, 2678, 10, 2692, 0, 2702, 0, 2706, 0, 2729, 0, 2737, 0, 2740, 0, 2746, 1, 2758, 0, 2762, 0, 2766, 1, 2769, 14, 2788, 1, 2802, 14, 2820, 0, 2829, 1, 2833, 1, 2857, 0, 2865, 0, 2868, 0, 2874, 1, 2885, 1, 2889, 1, 2894, 7, 2904, 3, 2910, 0, 2916, 1, 2936, 9, 2948, 0, 2955, 2, 2961, 0, 2966, 2, 2971, 0, 2973, 0, 2976, 2, 2981, 2, 2987, 2, 3002, 3, 3011, 2, 3017, 0, 3022, 1, 3025, 5, 3032, 13, 3067, 5, 3076, 0, 3085, 0, 3089, 0, 3113, 0, 3124, 0, 3130, 2, 3141, 0, 3145, 0, 3150, 6, 3159, 0, 3162, 5, 3172, 1, 3184, 7, 3200, 1, 3204, 0, 3213, 0, 3217, 0, 3241, 0, 3252, 0, 3258, 1, 3269, 0, 3273, 0, 3278, 6, 3287, 6, 3295, 0, 3300, 1, 3312, 0, 3315, 14, 3332, 0, 3341, 0, 3345, 0, 3387, 1, 3397, 0, 3401, 0, 3407, 7, 3416, 7, 3428, 1, 3446, 2, 3456, 1, 3460, 0, 3479, 2, 3506, 0, 3516, 0, 3518, 1, 3527, 2, 3531, 3, 3541, 0, 3543, 0, 3552, 17, 3573, 11, 3643, 3, 3676, 36, 3715, 0, 3717, 1, 3721, 0, 3723, 1, 3726, 5, 3736, 0, 3744, 0, 3748, 0, 3750, 0, 3752, 1, 3756, 0, 3770, 0, 3774, 1, 3781, 0, 3783, 0, 3790, 1, 3802, 1, 3808, 31, 3912, 0, 3949, 3, 3992, 0, 4029, 0, 4045, 0, 4059, 36, 4294, 0, 4296, 4, 4302, 1, 4681, 0, 4686, 1, 4695, 0, 4697, 0, 4702, 1, 4745, 0, 4750, 1, 4785, 0, 4790, 1, 4799, 0, 4801, 0, 4806, 1, 4823, 0, 4881, 0, 4886, 1, 4955, 1, 4989, 2, 5018, 5, 5109, 10, 5789, 2, 5873, 14, 5901, 0, 5909, 10, 5943, 8, 5972, 11, 5997, 0, 6001, 0, 6004, 11, 6110, 1, 6122, 5, 6138, 5, 6159, 0, 6170, 5, 6264, 7, 6315, 4, 6390, 9, 6429, 2, 6444, 3, 6460, 3, 6465, 2, 6510, 1, 6517, 10, 6572, 3, 6602, 5, 6619, 2, 6684, 1, 6751, 0, 6781, 1, 6794, 5, 6810, 5, 6830, 81, 6988, 3, 7037, 2, 7156, 7, 7224, 2, 7242, 2, 7296, 63, 7368, 7, 7415, 8, 7655, 20, 7958, 1, 7966, 1, 8006, 1, 8014, 1, 8024, 0, 8026, 0, 8028, 0, 8030, 0, 8062, 1, 8117, 0, 8133, 0, 8148, 1, 8156, 0, 8176, 1, 8181, 0, 8191, 0, 8293, 4, 8306, 1, 8335, 0, 8349, 2, 8379, 20, 8433, 14, 8586, 5, 9204, 11, 9255, 24, 9291, 20, 9984, 0, 11085, 2, 11098, 165, 11311, 0, 11359, 0, 11508, 4, 11558, 0, 11560, 4, 11566, 1, 11624, 6, 11633, 13, 11671, 8, 11687, 0, 11695, 0, 11703, 0, 11711, 0, 11719, 0, 11727, 0, 11735, 0, 11743, 0, 11836, 67, 11930, 0, 12020, 11, 12246, 25, 12284, 3, 12352, 0, 12439, 1, 12544, 4, 12590, 2, 12687, 0, 12731, 4, 12772, 11, 12831, 0, 13055, 0, 19894, 9, 40909, 50, 42125, 2, 42183, 8, 42540, 19, 42648, 6, 42744, 7, 42895, 0, 42900, 11, 42923, 76, 43052, 3, 43066, 5, 43128, 7, 43205, 8, 43226, 5, 43260, 3, 43348, 10, 43389, 2, 43470, 0, 43482, 3, 43488, 31, 43575, 8, 43598, 1, 43610, 1, 43644, 3, 43715, 23, 43767, 9, 43783, 1, 43791, 1, 43799, 8, 43815, 0, 43823, 144, 44014, 1, 44026, 5, 55204, 11, 55239, 3, 55292, 3, 64110, 1, 64218, 37, 64263, 11, 64280, 4, 64311, 0, 64317, 0, 64319, 0, 64322, 0, 64325, 0, 64450, 16, 64832, 15, 64912, 1, 64968, 39, 65022, 1, 65050, 5, 65063, 8, 65107, 0, 65127, 0, 65132, 3, 65141, 0, 65277, 1, 65280, 0, 65471, 2, 65480, 1, 65488, 1, 65496, 1, 65501, 2, 65511, 0, 65519, 9, 65534, 1, 65548, 0, 65575, 0, 65595, 0, 65598, 0, 65614, 1, 65630, 33, 65787, 4, 65795, 3, 65844, 2, 65931, 4, 65948, 51, 66046, 129, 66205, 2, 66257, 46, 66335, 0, 66340, 11, 66379, 52, 66462, 0, 66500, 3, 66518, 41, 66718, 1, 66730, 853, 67590, 1, 67593, 0, 67638, 0, 67641, 2, 67645, 1, 67670, 0, 67680, 159, 67868, 2, 67898, 4, 67904, 63, 68024, 5, 68032, 63, 68100, 0, 68103, 4, 68116, 0, 68120, 0, 68148, 3, 68155, 3, 68168, 7, 68185, 6, 68224, 127, 68406, 2, 68438, 1, 68467, 4, 68480, 127, 68681, 534, 69247, 384, 69710, 3, 69744, 15, 69826, 13, 69865, 6, 69882, 5, 69941, 0, 69956, 59, 70089, 6, 70106, 1189, 71352, 7, 71370, 2357, 74607, 144, 74851, 12, 74868, 2955, 78895, 13264, 92729, 1222, 94021, 10, 94079, 15, 94112, 16479, 110594, 8189, 119030, 9, 119079, 1, 119262, 33, 119366, 185, 119639, 8, 119666, 141, 119893, 0, 119965, 0, 119968, 1, 119971, 1, 119975, 1, 119981, 0, 119994, 0, 119996, 0, 120004, 0, 120070, 0, 120075, 1, 120085, 0, 120093, 0, 120122, 0, 120127, 0, 120133, 0, 120135, 2, 120145, 0, 120486, 1, 120780, 1, 120832, 5631, 126468, 0, 126496, 0, 126499, 0, 126501, 1, 126504, 0, 126515, 0, 126520, 0, 126522, 0, 126524, 5, 126531, 3, 126536, 0, 126538, 0, 126540, 0, 126544, 0, 126547, 0, 126549, 1, 126552, 0, 126554, 0, 126556, 0, 126558, 0, 126560, 0, 126563, 0, 126565, 1, 126571, 0, 126579, 0, 126584, 0, 126589, 0, 126591, 0, 126602, 0, 126620, 4, 126628, 0, 126634, 0, 126652, 51, 126706, 269, 127020, 3, 127124, 11, 127151, 1, 127167, 1, 127184, 0, 127200, 31, 127243, 4, 127279, 0, 127340, 3, 127387, 74, 127491, 12, 127547, 4, 127561, 6, 127570, 173, 127777, 14, 127798, 0, 127869, 2, 127892, 11, 127941, 0, 127947, 20, 127985, 14, 128063, 0, 128065, 0, 128248, 0, 128253, 2, 128318, 1, 128324, 11, 128360, 146, 128577, 3, 128592, 47, 128710, 57, 128884, 2187, 173783, 40, 177973, 10, 178206, 16353, 195102, 722402, 917506, 29, 917632, 127, 918000, 65039, 1048574, 1, 1114110, 1]));
exports.Unassigned = exports.Cn;
exports.Co = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([57344, 6399, 983040, 65533, 1048576, 65533]));
exports.Private_Use = exports.Co;
exports.Cs = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([55296, 2047]));
exports.Surrogate = exports.Cs;
exports.Ll = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([97, 25, 181, 0, 223, 23, 248, 7, 257, 0, 259, 0, 261, 0, 263, 0, 265, 0, 267, 0, 269, 0, 271, 0, 273, 0, 275, 0, 277, 0, 279, 0, 281, 0, 283, 0, 285, 0, 287, 0, 289, 0, 291, 0, 293, 0, 295, 0, 297, 0, 299, 0, 301, 0, 303, 0, 305, 0, 307, 0, 309, 0, 311, 1, 314, 0, 316, 0, 318, 0, 320, 0, 322, 0, 324, 0, 326, 0, 328, 1, 331, 0, 333, 0, 335, 0, 337, 0, 339, 0, 341, 0, 343, 0, 345, 0, 347, 0, 349, 0, 351, 0, 353, 0, 355, 0, 357, 0, 359, 0, 361, 0, 363, 0, 365, 0, 367, 0, 369, 0, 371, 0, 373, 0, 375, 0, 378, 0, 380, 0, 382, 2, 387, 0, 389, 0, 392, 0, 396, 1, 402, 0, 405, 0, 409, 2, 414, 0, 417, 0, 419, 0, 421, 0, 424, 0, 426, 1, 429, 0, 432, 0, 436, 0, 438, 0, 441, 1, 445, 2, 454, 0, 457, 0, 460, 0, 462, 0, 464, 0, 466, 0, 468, 0, 470, 0, 472, 0, 474, 0, 476, 1, 479, 0, 481, 0, 483, 0, 485, 0, 487, 0, 489, 0, 491, 0, 493, 0, 495, 1, 499, 0, 501, 0, 505, 0, 507, 0, 509, 0, 511, 0, 513, 0, 515, 0, 517, 0, 519, 0, 521, 0, 523, 0, 525, 0, 527, 0, 529, 0, 531, 0, 533, 0, 535, 0, 537, 0, 539, 0, 541, 0, 543, 0, 545, 0, 547, 0, 549, 0, 551, 0, 553, 0, 555, 0, 557, 0, 559, 0, 561, 0, 563, 6, 572, 0, 575, 1, 578, 0, 583, 0, 585, 0, 587, 0, 589, 0, 591, 68, 661, 26, 881, 0, 883, 0, 887, 0, 891, 2, 912, 0, 940, 34, 976, 1, 981, 2, 985, 0, 987, 0, 989, 0, 991, 0, 993, 0, 995, 0, 997, 0, 999, 0, 1001, 0, 1003, 0, 1005, 0, 1007, 4, 1013, 0, 1016, 0, 1019, 1, 1072, 47, 1121, 0, 1123, 0, 1125, 0, 1127, 0, 1129, 0, 1131, 0, 1133, 0, 1135, 0, 1137, 0, 1139, 0, 1141, 0, 1143, 0, 1145, 0, 1147, 0, 1149, 0, 1151, 0, 1153, 0, 1163, 0, 1165, 0, 1167, 0, 1169, 0, 1171, 0, 1173, 0, 1175, 0, 1177, 0, 1179, 0, 1181, 0, 1183, 0, 1185, 0, 1187, 0, 1189, 0, 1191, 0, 1193, 0, 1195, 0, 1197, 0, 1199, 0, 1201, 0, 1203, 0, 1205, 0, 1207, 0, 1209, 0, 1211, 0, 1213, 0, 1215, 0, 1218, 0, 1220, 0, 1222, 0, 1224, 0, 1226, 0, 1228, 0, 1230, 1, 1233, 0, 1235, 0, 1237, 0, 1239, 0, 1241, 0, 1243, 0, 1245, 0, 1247, 0, 1249, 0, 1251, 0, 1253, 0, 1255, 0, 1257, 0, 1259, 0, 1261, 0, 1263, 0, 1265, 0, 1267, 0, 1269, 0, 1271, 0, 1273, 0, 1275, 0, 1277, 0, 1279, 0, 1281, 0, 1283, 0, 1285, 0, 1287, 0, 1289, 0, 1291, 0, 1293, 0, 1295, 0, 1297, 0, 1299, 0, 1301, 0, 1303, 0, 1305, 0, 1307, 0, 1309, 0, 1311, 0, 1313, 0, 1315, 0, 1317, 0, 1319, 0, 1377, 38, 7424, 43, 7531, 12, 7545, 33, 7681, 0, 7683, 0, 7685, 0, 7687, 0, 7689, 0, 7691, 0, 7693, 0, 7695, 0, 7697, 0, 7699, 0, 7701, 0, 7703, 0, 7705, 0, 7707, 0, 7709, 0, 7711, 0, 7713, 0, 7715, 0, 7717, 0, 7719, 0, 7721, 0, 7723, 0, 7725, 0, 7727, 0, 7729, 0, 7731, 0, 7733, 0, 7735, 0, 7737, 0, 7739, 0, 7741, 0, 7743, 0, 7745, 0, 7747, 0, 7749, 0, 7751, 0, 7753, 0, 7755, 0, 7757, 0, 7759, 0, 7761, 0, 7763, 0, 7765, 0, 7767, 0, 7769, 0, 7771, 0, 7773, 0, 7775, 0, 7777, 0, 7779, 0, 7781, 0, 7783, 0, 7785, 0, 7787, 0, 7789, 0, 7791, 0, 7793, 0, 7795, 0, 7797, 0, 7799, 0, 7801, 0, 7803, 0, 7805, 0, 7807, 0, 7809, 0, 7811, 0, 7813, 0, 7815, 0, 7817, 0, 7819, 0, 7821, 0, 7823, 0, 7825, 0, 7827, 0, 7829, 8, 7839, 0, 7841, 0, 7843, 0, 7845, 0, 7847, 0, 7849, 0, 7851, 0, 7853, 0, 7855, 0, 7857, 0, 7859, 0, 7861, 0, 7863, 0, 7865, 0, 7867, 0, 7869, 0, 7871, 0, 7873, 0, 7875, 0, 7877, 0, 7879, 0, 7881, 0, 7883, 0, 7885, 0, 7887, 0, 7889, 0, 7891, 0, 7893, 0, 7895, 0, 7897, 0, 7899, 0, 7901, 0, 7903, 0, 7905, 0, 7907, 0, 7909, 0, 7911, 0, 7913, 0, 7915, 0, 7917, 0, 7919, 0, 7921, 0, 7923, 0, 7925, 0, 7927, 0, 7929, 0, 7931, 0, 7933, 0, 7935, 8, 7952, 5, 7968, 7, 7984, 7, 8000, 5, 8016, 7, 8032, 7, 8048, 13, 8064, 7, 8080, 7, 8096, 7, 8112, 4, 8118, 1, 8126, 0, 8130, 2, 8134, 1, 8144, 3, 8150, 1, 8160, 7, 8178, 2, 8182, 1, 8458, 0, 8462, 1, 8467, 0, 8495, 0, 8500, 0, 8505, 0, 8508, 1, 8518, 3, 8526, 0, 8580, 0, 11312, 46, 11361, 0, 11365, 1, 11368, 0, 11370, 0, 11372, 0, 11377, 0, 11379, 1, 11382, 5, 11393, 0, 11395, 0, 11397, 0, 11399, 0, 11401, 0, 11403, 0, 11405, 0, 11407, 0, 11409, 0, 11411, 0, 11413, 0, 11415, 0, 11417, 0, 11419, 0, 11421, 0, 11423, 0, 11425, 0, 11427, 0, 11429, 0, 11431, 0, 11433, 0, 11435, 0, 11437, 0, 11439, 0, 11441, 0, 11443, 0, 11445, 0, 11447, 0, 11449, 0, 11451, 0, 11453, 0, 11455, 0, 11457, 0, 11459, 0, 11461, 0, 11463, 0, 11465, 0, 11467, 0, 11469, 0, 11471, 0, 11473, 0, 11475, 0, 11477, 0, 11479, 0, 11481, 0, 11483, 0, 11485, 0, 11487, 0, 11489, 0, 11491, 1, 11500, 0, 11502, 0, 11507, 0, 11520, 37, 11559, 0, 11565, 0, 42561, 0, 42563, 0, 42565, 0, 42567, 0, 42569, 0, 42571, 0, 42573, 0, 42575, 0, 42577, 0, 42579, 0, 42581, 0, 42583, 0, 42585, 0, 42587, 0, 42589, 0, 42591, 0, 42593, 0, 42595, 0, 42597, 0, 42599, 0, 42601, 0, 42603, 0, 42605, 0, 42625, 0, 42627, 0, 42629, 0, 42631, 0, 42633, 0, 42635, 0, 42637, 0, 42639, 0, 42641, 0, 42643, 0, 42645, 0, 42647, 0, 42787, 0, 42789, 0, 42791, 0, 42793, 0, 42795, 0, 42797, 0, 42799, 2, 42803, 0, 42805, 0, 42807, 0, 42809, 0, 42811, 0, 42813, 0, 42815, 0, 42817, 0, 42819, 0, 42821, 0, 42823, 0, 42825, 0, 42827, 0, 42829, 0, 42831, 0, 42833, 0, 42835, 0, 42837, 0, 42839, 0, 42841, 0, 42843, 0, 42845, 0, 42847, 0, 42849, 0, 42851, 0, 42853, 0, 42855, 0, 42857, 0, 42859, 0, 42861, 0, 42863, 0, 42865, 7, 42874, 0, 42876, 0, 42879, 0, 42881, 0, 42883, 0, 42885, 0, 42887, 0, 42892, 0, 42894, 0, 42897, 0, 42899, 0, 42913, 0, 42915, 0, 42917, 0, 42919, 0, 42921, 0, 43002, 0, 64256, 6, 64275, 4, 65345, 25, 66600, 39, 119834, 25, 119886, 6, 119894, 17, 119938, 25, 119990, 3, 119995, 0, 119997, 6, 120005, 10, 120042, 25, 120094, 25, 120146, 25, 120198, 25, 120250, 25, 120302, 25, 120354, 25, 120406, 25, 120458, 27, 120514, 24, 120540, 5, 120572, 24, 120598, 5, 120630, 24, 120656, 5, 120688, 24, 120714, 5, 120746, 24, 120772, 5, 120779, 0]));
exports.Lowercase_Letter = exports.Ll;
exports.Lm = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([688, 17, 710, 11, 736, 4, 748, 0, 750, 0, 884, 0, 890, 0, 1369, 0, 1600, 0, 1765, 1, 2036, 1, 2042, 0, 2074, 0, 2084, 0, 2088, 0, 2417, 0, 3654, 0, 3782, 0, 4348, 0, 6103, 0, 6211, 0, 6823, 0, 7288, 5, 7468, 62, 7544, 0, 7579, 36, 8305, 0, 8319, 0, 8336, 12, 11388, 1, 11631, 0, 11823, 0, 12293, 0, 12337, 4, 12347, 0, 12445, 1, 12540, 2, 40981, 0, 42232, 5, 42508, 0, 42623, 0, 42775, 8, 42864, 0, 42888, 0, 43000, 1, 43471, 0, 43632, 0, 43741, 0, 43763, 1, 65392, 0, 65438, 1, 94099, 12]));
exports.Modifier_Letter = exports.Lm;
exports.Lo = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([170, 0, 186, 0, 443, 0, 448, 3, 660, 0, 1488, 26, 1520, 2, 1568, 31, 1601, 9, 1646, 1, 1649, 98, 1749, 0, 1774, 1, 1786, 2, 1791, 0, 1808, 0, 1810, 29, 1869, 88, 1969, 0, 1994, 32, 2048, 21, 2112, 24, 2208, 0, 2210, 10, 2308, 53, 2365, 0, 2384, 0, 2392, 9, 2418, 5, 2425, 6, 2437, 7, 2447, 1, 2451, 21, 2474, 6, 2482, 0, 2486, 3, 2493, 0, 2510, 0, 2524, 1, 2527, 2, 2544, 1, 2565, 5, 2575, 1, 2579, 21, 2602, 6, 2610, 1, 2613, 1, 2616, 1, 2649, 3, 2654, 0, 2674, 2, 2693, 8, 2703, 2, 2707, 21, 2730, 6, 2738, 1, 2741, 4, 2749, 0, 2768, 0, 2784, 1, 2821, 7, 2831, 1, 2835, 21, 2858, 6, 2866, 1, 2869, 4, 2877, 0, 2908, 1, 2911, 2, 2929, 0, 2947, 0, 2949, 5, 2958, 2, 2962, 3, 2969, 1, 2972, 0, 2974, 1, 2979, 1, 2984, 2, 2990, 11, 3024, 0, 3077, 7, 3086, 2, 3090, 22, 3114, 9, 3125, 4, 3133, 0, 3160, 1, 3168, 1, 3205, 7, 3214, 2, 3218, 22, 3242, 9, 3253, 4, 3261, 0, 3294, 0, 3296, 1, 3313, 1, 3333, 7, 3342, 2, 3346, 40, 3389, 0, 3406, 0, 3424, 1, 3450, 5, 3461, 17, 3482, 23, 3507, 8, 3517, 0, 3520, 6, 3585, 47, 3634, 1, 3648, 5, 3713, 1, 3716, 0, 3719, 1, 3722, 0, 3725, 0, 3732, 3, 3737, 6, 3745, 2, 3749, 0, 3751, 0, 3754, 1, 3757, 3, 3762, 1, 3773, 0, 3776, 4, 3804, 3, 3840, 0, 3904, 7, 3913, 35, 3976, 4, 4096, 42, 4159, 0, 4176, 5, 4186, 3, 4193, 0, 4197, 1, 4206, 2, 4213, 12, 4238, 0, 4304, 42, 4349, 331, 4682, 3, 4688, 6, 4696, 0, 4698, 3, 4704, 40, 4746, 3, 4752, 32, 4786, 3, 4792, 6, 4800, 0, 4802, 3, 4808, 14, 4824, 56, 4882, 3, 4888, 66, 4992, 15, 5024, 84, 5121, 619, 5743, 16, 5761, 25, 5792, 74, 5888, 12, 5902, 3, 5920, 17, 5952, 17, 5984, 12, 5998, 2, 6016, 51, 6108, 0, 6176, 34, 6212, 51, 6272, 40, 6314, 0, 6320, 69, 6400, 28, 6480, 29, 6512, 4, 6528, 43, 6593, 6, 6656, 22, 6688, 52, 6917, 46, 6981, 6, 7043, 29, 7086, 1, 7098, 43, 7168, 35, 7245, 2, 7258, 29, 7401, 3, 7406, 3, 7413, 1, 8501, 3, 11568, 55, 11648, 22, 11680, 6, 11688, 6, 11696, 6, 11704, 6, 11712, 6, 11720, 6, 11728, 6, 11736, 6, 12294, 0, 12348, 0, 12353, 85, 12447, 0, 12449, 89, 12543, 0, 12549, 40, 12593, 93, 12704, 26, 12784, 15, 13312, 6581, 19968, 20940, 40960, 20, 40982, 1142, 42192, 39, 42240, 267, 42512, 15, 42538, 1, 42606, 0, 42656, 69, 43003, 6, 43011, 2, 43015, 3, 43020, 22, 43072, 51, 43138, 49, 43250, 5, 43259, 0, 43274, 27, 43312, 22, 43360, 28, 43396, 46, 43520, 40, 43584, 2, 43588, 7, 43616, 15, 43633, 5, 43642, 0, 43648, 47, 43697, 0, 43701, 1, 43705, 4, 43712, 0, 43714, 0, 43739, 1, 43744, 10, 43762, 0, 43777, 5, 43785, 5, 43793, 5, 43808, 6, 43816, 6, 43968, 34, 44032, 11171, 55216, 22, 55243, 48, 63744, 365, 64112, 105, 64285, 0, 64287, 9, 64298, 12, 64312, 4, 64318, 0, 64320, 1, 64323, 1, 64326, 107, 64467, 362, 64848, 63, 64914, 53, 65008, 11, 65136, 4, 65142, 134, 65382, 9, 65393, 44, 65440, 30, 65474, 5, 65482, 5, 65490, 5, 65498, 2, 65536, 11, 65549, 25, 65576, 18, 65596, 1, 65599, 14, 65616, 13, 65664, 122, 66176, 28, 66208, 48, 66304, 30, 66352, 16, 66370, 7, 66432, 29, 66464, 35, 66504, 7, 66640, 77, 67584, 5, 67592, 0, 67594, 43, 67639, 1, 67644, 0, 67647, 22, 67840, 21, 67872, 25, 67968, 55, 68030, 1, 68096, 0, 68112, 3, 68117, 2, 68121, 26, 68192, 28, 68352, 53, 68416, 21, 68448, 18, 68608, 72, 69635, 52, 69763, 44, 69840, 24, 69891, 35, 70019, 47, 70081, 3, 71296, 42, 73728, 878, 77824, 1070, 92160, 568, 93952, 68, 94032, 0, 110592, 1, 126464, 3, 126469, 26, 126497, 1, 126500, 0, 126503, 0, 126505, 9, 126516, 3, 126521, 0, 126523, 0, 126530, 0, 126535, 0, 126537, 0, 126539, 0, 126541, 2, 126545, 1, 126548, 0, 126551, 0, 126553, 0, 126555, 0, 126557, 0, 126559, 0, 126561, 1, 126564, 0, 126567, 3, 126572, 6, 126580, 3, 126585, 3, 126590, 0, 126592, 9, 126603, 16, 126625, 2, 126629, 4, 126635, 16, 131072, 42710, 173824, 4148, 177984, 221, 194560, 541]));
exports.Other_Letter = exports.Lo;
exports.Lt = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([453, 0, 456, 0, 459, 0, 498, 0, 8072, 7, 8088, 7, 8104, 7, 8124, 0, 8140, 0, 8188, 0]));
exports.Titlecase_Letter = exports.Lt;
exports.Lu = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([65, 25, 192, 22, 216, 6, 256, 0, 258, 0, 260, 0, 262, 0, 264, 0, 266, 0, 268, 0, 270, 0, 272, 0, 274, 0, 276, 0, 278, 0, 280, 0, 282, 0, 284, 0, 286, 0, 288, 0, 290, 0, 292, 0, 294, 0, 296, 0, 298, 0, 300, 0, 302, 0, 304, 0, 306, 0, 308, 0, 310, 0, 313, 0, 315, 0, 317, 0, 319, 0, 321, 0, 323, 0, 325, 0, 327, 0, 330, 0, 332, 0, 334, 0, 336, 0, 338, 0, 340, 0, 342, 0, 344, 0, 346, 0, 348, 0, 350, 0, 352, 0, 354, 0, 356, 0, 358, 0, 360, 0, 362, 0, 364, 0, 366, 0, 368, 0, 370, 0, 372, 0, 374, 0, 376, 1, 379, 0, 381, 0, 385, 1, 388, 0, 390, 1, 393, 2, 398, 3, 403, 1, 406, 2, 412, 1, 415, 1, 418, 0, 420, 0, 422, 1, 425, 0, 428, 0, 430, 1, 433, 2, 437, 0, 439, 1, 444, 0, 452, 0, 455, 0, 458, 0, 461, 0, 463, 0, 465, 0, 467, 0, 469, 0, 471, 0, 473, 0, 475, 0, 478, 0, 480, 0, 482, 0, 484, 0, 486, 0, 488, 0, 490, 0, 492, 0, 494, 0, 497, 0, 500, 0, 502, 2, 506, 0, 508, 0, 510, 0, 512, 0, 514, 0, 516, 0, 518, 0, 520, 0, 522, 0, 524, 0, 526, 0, 528, 0, 530, 0, 532, 0, 534, 0, 536, 0, 538, 0, 540, 0, 542, 0, 544, 0, 546, 0, 548, 0, 550, 0, 552, 0, 554, 0, 556, 0, 558, 0, 560, 0, 562, 0, 570, 1, 573, 1, 577, 0, 579, 3, 584, 0, 586, 0, 588, 0, 590, 0, 880, 0, 882, 0, 886, 0, 902, 0, 904, 2, 908, 0, 910, 1, 913, 16, 931, 8, 975, 0, 978, 2, 984, 0, 986, 0, 988, 0, 990, 0, 992, 0, 994, 0, 996, 0, 998, 0, 1000, 0, 1002, 0, 1004, 0, 1006, 0, 1012, 0, 1015, 0, 1017, 1, 1021, 50, 1120, 0, 1122, 0, 1124, 0, 1126, 0, 1128, 0, 1130, 0, 1132, 0, 1134, 0, 1136, 0, 1138, 0, 1140, 0, 1142, 0, 1144, 0, 1146, 0, 1148, 0, 1150, 0, 1152, 0, 1162, 0, 1164, 0, 1166, 0, 1168, 0, 1170, 0, 1172, 0, 1174, 0, 1176, 0, 1178, 0, 1180, 0, 1182, 0, 1184, 0, 1186, 0, 1188, 0, 1190, 0, 1192, 0, 1194, 0, 1196, 0, 1198, 0, 1200, 0, 1202, 0, 1204, 0, 1206, 0, 1208, 0, 1210, 0, 1212, 0, 1214, 0, 1216, 1, 1219, 0, 1221, 0, 1223, 0, 1225, 0, 1227, 0, 1229, 0, 1232, 0, 1234, 0, 1236, 0, 1238, 0, 1240, 0, 1242, 0, 1244, 0, 1246, 0, 1248, 0, 1250, 0, 1252, 0, 1254, 0, 1256, 0, 1258, 0, 1260, 0, 1262, 0, 1264, 0, 1266, 0, 1268, 0, 1270, 0, 1272, 0, 1274, 0, 1276, 0, 1278, 0, 1280, 0, 1282, 0, 1284, 0, 1286, 0, 1288, 0, 1290, 0, 1292, 0, 1294, 0, 1296, 0, 1298, 0, 1300, 0, 1302, 0, 1304, 0, 1306, 0, 1308, 0, 1310, 0, 1312, 0, 1314, 0, 1316, 0, 1318, 0, 1329, 37, 4256, 37, 4295, 0, 4301, 0, 7680, 0, 7682, 0, 7684, 0, 7686, 0, 7688, 0, 7690, 0, 7692, 0, 7694, 0, 7696, 0, 7698, 0, 7700, 0, 7702, 0, 7704, 0, 7706, 0, 7708, 0, 7710, 0, 7712, 0, 7714, 0, 7716, 0, 7718, 0, 7720, 0, 7722, 0, 7724, 0, 7726, 0, 7728, 0, 7730, 0, 7732, 0, 7734, 0, 7736, 0, 7738, 0, 7740, 0, 7742, 0, 7744, 0, 7746, 0, 7748, 0, 7750, 0, 7752, 0, 7754, 0, 7756, 0, 7758, 0, 7760, 0, 7762, 0, 7764, 0, 7766, 0, 7768, 0, 7770, 0, 7772, 0, 7774, 0, 7776, 0, 7778, 0, 7780, 0, 7782, 0, 7784, 0, 7786, 0, 7788, 0, 7790, 0, 7792, 0, 7794, 0, 7796, 0, 7798, 0, 7800, 0, 7802, 0, 7804, 0, 7806, 0, 7808, 0, 7810, 0, 7812, 0, 7814, 0, 7816, 0, 7818, 0, 7820, 0, 7822, 0, 7824, 0, 7826, 0, 7828, 0, 7838, 0, 7840, 0, 7842, 0, 7844, 0, 7846, 0, 7848, 0, 7850, 0, 7852, 0, 7854, 0, 7856, 0, 7858, 0, 7860, 0, 7862, 0, 7864, 0, 7866, 0, 7868, 0, 7870, 0, 7872, 0, 7874, 0, 7876, 0, 7878, 0, 7880, 0, 7882, 0, 7884, 0, 7886, 0, 7888, 0, 7890, 0, 7892, 0, 7894, 0, 7896, 0, 7898, 0, 7900, 0, 7902, 0, 7904, 0, 7906, 0, 7908, 0, 7910, 0, 7912, 0, 7914, 0, 7916, 0, 7918, 0, 7920, 0, 7922, 0, 7924, 0, 7926, 0, 7928, 0, 7930, 0, 7932, 0, 7934, 0, 7944, 7, 7960, 5, 7976, 7, 7992, 7, 8008, 5, 8025, 0, 8027, 0, 8029, 0, 8031, 0, 8040, 7, 8120, 3, 8136, 3, 8152, 3, 8168, 4, 8184, 3, 8450, 0, 8455, 0, 8459, 2, 8464, 2, 8469, 0, 8473, 4, 8484, 0, 8486, 0, 8488, 0, 8490, 3, 8496, 3, 8510, 1, 8517, 0, 8579, 0, 11264, 46, 11360, 0, 11362, 2, 11367, 0, 11369, 0, 11371, 0, 11373, 3, 11378, 0, 11381, 0, 11390, 2, 11394, 0, 11396, 0, 11398, 0, 11400, 0, 11402, 0, 11404, 0, 11406, 0, 11408, 0, 11410, 0, 11412, 0, 11414, 0, 11416, 0, 11418, 0, 11420, 0, 11422, 0, 11424, 0, 11426, 0, 11428, 0, 11430, 0, 11432, 0, 11434, 0, 11436, 0, 11438, 0, 11440, 0, 11442, 0, 11444, 0, 11446, 0, 11448, 0, 11450, 0, 11452, 0, 11454, 0, 11456, 0, 11458, 0, 11460, 0, 11462, 0, 11464, 0, 11466, 0, 11468, 0, 11470, 0, 11472, 0, 11474, 0, 11476, 0, 11478, 0, 11480, 0, 11482, 0, 11484, 0, 11486, 0, 11488, 0, 11490, 0, 11499, 0, 11501, 0, 11506, 0, 42560, 0, 42562, 0, 42564, 0, 42566, 0, 42568, 0, 42570, 0, 42572, 0, 42574, 0, 42576, 0, 42578, 0, 42580, 0, 42582, 0, 42584, 0, 42586, 0, 42588, 0, 42590, 0, 42592, 0, 42594, 0, 42596, 0, 42598, 0, 42600, 0, 42602, 0, 42604, 0, 42624, 0, 42626, 0, 42628, 0, 42630, 0, 42632, 0, 42634, 0, 42636, 0, 42638, 0, 42640, 0, 42642, 0, 42644, 0, 42646, 0, 42786, 0, 42788, 0, 42790, 0, 42792, 0, 42794, 0, 42796, 0, 42798, 0, 42802, 0, 42804, 0, 42806, 0, 42808, 0, 42810, 0, 42812, 0, 42814, 0, 42816, 0, 42818, 0, 42820, 0, 42822, 0, 42824, 0, 42826, 0, 42828, 0, 42830, 0, 42832, 0, 42834, 0, 42836, 0, 42838, 0, 42840, 0, 42842, 0, 42844, 0, 42846, 0, 42848, 0, 42850, 0, 42852, 0, 42854, 0, 42856, 0, 42858, 0, 42860, 0, 42862, 0, 42873, 0, 42875, 0, 42877, 1, 42880, 0, 42882, 0, 42884, 0, 42886, 0, 42891, 0, 42893, 0, 42896, 0, 42898, 0, 42912, 0, 42914, 0, 42916, 0, 42918, 0, 42920, 0, 42922, 0, 65313, 25, 66560, 39, 119808, 25, 119860, 25, 119912, 25, 119964, 0, 119966, 1, 119970, 0, 119973, 1, 119977, 3, 119982, 7, 120016, 25, 120068, 1, 120071, 3, 120077, 7, 120086, 6, 120120, 1, 120123, 3, 120128, 4, 120134, 0, 120138, 6, 120172, 25, 120224, 25, 120276, 25, 120328, 25, 120380, 25, 120432, 25, 120488, 24, 120546, 24, 120604, 24, 120662, 24, 120720, 24, 120778, 0]));
exports.Uppercase_Letter = exports.Lu;
exports.Mc = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([2307, 0, 2363, 0, 2366, 2, 2377, 3, 2382, 1, 2434, 1, 2494, 2, 2503, 1, 2507, 1, 2519, 0, 2563, 0, 2622, 2, 2691, 0, 2750, 2, 2761, 0, 2763, 1, 2818, 1, 2878, 0, 2880, 0, 2887, 1, 2891, 1, 2903, 0, 3006, 1, 3009, 1, 3014, 2, 3018, 2, 3031, 0, 3073, 2, 3137, 3, 3202, 1, 3262, 0, 3264, 4, 3271, 1, 3274, 1, 3285, 1, 3330, 1, 3390, 2, 3398, 2, 3402, 2, 3415, 0, 3458, 1, 3535, 2, 3544, 7, 3570, 1, 3902, 1, 3967, 0, 4139, 1, 4145, 0, 4152, 0, 4155, 1, 4182, 1, 4194, 2, 4199, 6, 4227, 1, 4231, 5, 4239, 0, 4250, 2, 6070, 0, 6078, 7, 6087, 1, 6435, 3, 6441, 2, 6448, 1, 6451, 5, 6576, 16, 6600, 1, 6681, 2, 6741, 0, 6743, 0, 6753, 0, 6755, 1, 6765, 5, 6916, 0, 6965, 0, 6971, 0, 6973, 4, 6979, 1, 7042, 0, 7073, 0, 7078, 1, 7082, 0, 7084, 1, 7143, 0, 7146, 2, 7150, 0, 7154, 1, 7204, 7, 7220, 1, 7393, 0, 7410, 1, 12334, 1, 43043, 1, 43047, 0, 43136, 1, 43188, 15, 43346, 1, 43395, 0, 43444, 1, 43450, 1, 43453, 3, 43567, 1, 43571, 1, 43597, 0, 43643, 0, 43755, 0, 43758, 1, 43765, 0, 44003, 1, 44006, 1, 44009, 1, 44012, 0, 69632, 0, 69634, 0, 69762, 0, 69808, 2, 69815, 1, 69932, 0, 70018, 0, 70067, 2, 70079, 1, 71340, 0, 71342, 1, 71350, 0, 94033, 45, 119141, 1, 119149, 5]));
exports.Spacing_Mark = exports.Mc;
exports.Me = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([1160, 1, 8413, 3, 8418, 2, 42608, 2]));
exports.Enclosing_Mark = exports.Me;
exports.Mn = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([768, 111, 1155, 4, 1425, 44, 1471, 0, 1473, 1, 1476, 1, 1479, 0, 1552, 10, 1611, 20, 1648, 0, 1750, 6, 1759, 5, 1767, 1, 1770, 3, 1809, 0, 1840, 26, 1958, 10, 2027, 8, 2070, 3, 2075, 8, 2085, 2, 2089, 4, 2137, 2, 2276, 26, 2304, 2, 2362, 0, 2364, 0, 2369, 7, 2381, 0, 2385, 6, 2402, 1, 2433, 0, 2492, 0, 2497, 3, 2509, 0, 2530, 1, 2561, 1, 2620, 0, 2625, 1, 2631, 1, 2635, 2, 2641, 0, 2672, 1, 2677, 0, 2689, 1, 2748, 0, 2753, 4, 2759, 1, 2765, 0, 2786, 1, 2817, 0, 2876, 0, 2879, 0, 2881, 3, 2893, 0, 2902, 0, 2914, 1, 2946, 0, 3008, 0, 3021, 0, 3134, 2, 3142, 2, 3146, 3, 3157, 1, 3170, 1, 3260, 0, 3263, 0, 3270, 0, 3276, 1, 3298, 1, 3393, 3, 3405, 0, 3426, 1, 3530, 0, 3538, 2, 3542, 0, 3633, 0, 3636, 6, 3655, 7, 3761, 0, 3764, 5, 3771, 1, 3784, 5, 3864, 1, 3893, 0, 3895, 0, 3897, 0, 3953, 13, 3968, 4, 3974, 1, 3981, 10, 3993, 35, 4038, 0, 4141, 3, 4146, 5, 4153, 1, 4157, 1, 4184, 1, 4190, 2, 4209, 3, 4226, 0, 4229, 1, 4237, 0, 4253, 0, 4957, 2, 5906, 2, 5938, 2, 5970, 1, 6002, 1, 6068, 1, 6071, 6, 6086, 0, 6089, 10, 6109, 0, 6155, 2, 6313, 0, 6432, 2, 6439, 1, 6450, 0, 6457, 2, 6679, 1, 6742, 0, 6744, 6, 6752, 0, 6754, 0, 6757, 7, 6771, 9, 6783, 0, 6912, 3, 6964, 0, 6966, 4, 6972, 0, 6978, 0, 7019, 8, 7040, 1, 7074, 3, 7080, 1, 7083, 0, 7142, 0, 7144, 1, 7149, 0, 7151, 2, 7212, 7, 7222, 1, 7376, 2, 7380, 12, 7394, 6, 7405, 0, 7412, 0, 7616, 38, 7676, 3, 8400, 12, 8417, 0, 8421, 11, 11503, 2, 11647, 0, 11744, 31, 12330, 3, 12441, 1, 42607, 0, 42612, 9, 42655, 0, 42736, 1, 43010, 0, 43014, 0, 43019, 0, 43045, 1, 43204, 0, 43232, 17, 43302, 7, 43335, 10, 43392, 2, 43443, 0, 43446, 3, 43452, 0, 43561, 5, 43569, 1, 43573, 1, 43587, 0, 43596, 0, 43696, 0, 43698, 2, 43703, 1, 43710, 1, 43713, 0, 43756, 1, 43766, 0, 44005, 0, 44008, 0, 44013, 0, 64286, 0, 65024, 15, 65056, 6, 66045, 0, 68097, 2, 68101, 1, 68108, 3, 68152, 2, 68159, 0, 69633, 0, 69688, 14, 69760, 1, 69811, 3, 69817, 1, 69888, 2, 69927, 4, 69933, 7, 70016, 1, 70070, 8, 71339, 0, 71341, 0, 71344, 5, 71351, 0, 94095, 3, 119143, 2, 119163, 7, 119173, 6, 119210, 3, 119362, 2, 917760, 239]));
exports.Nonspacing_Mark = exports.Mn;
exports.Nd = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([48, 9, 1632, 9, 1776, 9, 1984, 9, 2406, 9, 2534, 9, 2662, 9, 2790, 9, 2918, 9, 3046, 9, 3174, 9, 3302, 9, 3430, 9, 3664, 9, 3792, 9, 3872, 9, 4160, 9, 4240, 9, 6112, 9, 6160, 9, 6470, 9, 6608, 9, 6784, 9, 6800, 9, 6992, 9, 7088, 9, 7232, 9, 7248, 9, 42528, 9, 43216, 9, 43264, 9, 43472, 9, 43600, 9, 44016, 9, 65296, 9, 66720, 9, 69734, 9, 69872, 9, 69942, 9, 70096, 9, 71360, 9, 120782, 49]));
exports.Decimal_Number = exports.Nd;
exports.digit = exports.Nd;
exports.Nl = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([5870, 2, 8544, 34, 8581, 3, 12295, 0, 12321, 8, 12344, 2, 42726, 9, 65856, 52, 66369, 0, 66378, 0, 66513, 4, 74752, 98]));
exports.Letter_Number = exports.Nl;
exports.No = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([178, 1, 185, 0, 188, 2, 2548, 5, 2930, 5, 3056, 2, 3192, 6, 3440, 5, 3882, 9, 4969, 19, 6128, 9, 6618, 0, 8304, 0, 8308, 5, 8320, 9, 8528, 15, 8585, 0, 9312, 59, 9450, 21, 10102, 29, 11517, 0, 12690, 3, 12832, 9, 12872, 7, 12881, 14, 12928, 9, 12977, 14, 43056, 5, 65799, 44, 65909, 3, 65930, 0, 66336, 3, 67672, 7, 67862, 5, 68160, 7, 68221, 1, 68440, 7, 68472, 7, 69216, 30, 69714, 19, 119648, 17, 127232, 10]));
exports.Other_Number = exports.No;
exports.Pc = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([95, 0, 8255, 1, 8276, 0, 65075, 1, 65101, 2, 65343, 0]));
exports.Connector_Punctuation = exports.Pc;
exports.Pd = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([45, 0, 1418, 0, 1470, 0, 5120, 0, 6150, 0, 8208, 5, 11799, 0, 11802, 0, 11834, 1, 12316, 0, 12336, 0, 12448, 0, 65073, 1, 65112, 0, 65123, 0, 65293, 0]));
exports.Dash_Punctuation = exports.Pd;
exports.Pe = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([41, 0, 93, 0, 125, 0, 3899, 0, 3901, 0, 5788, 0, 8262, 0, 8318, 0, 8334, 0, 9002, 0, 10089, 0, 10091, 0, 10093, 0, 10095, 0, 10097, 0, 10099, 0, 10101, 0, 10182, 0, 10215, 0, 10217, 0, 10219, 0, 10221, 0, 10223, 0, 10628, 0, 10630, 0, 10632, 0, 10634, 0, 10636, 0, 10638, 0, 10640, 0, 10642, 0, 10644, 0, 10646, 0, 10648, 0, 10713, 0, 10715, 0, 10749, 0, 11811, 0, 11813, 0, 11815, 0, 11817, 0, 12297, 0, 12299, 0, 12301, 0, 12303, 0, 12305, 0, 12309, 0, 12311, 0, 12313, 0, 12315, 0, 12318, 1, 64831, 0, 65048, 0, 65078, 0, 65080, 0, 65082, 0, 65084, 0, 65086, 0, 65088, 0, 65090, 0, 65092, 0, 65096, 0, 65114, 0, 65116, 0, 65118, 0, 65289, 0, 65341, 0, 65373, 0, 65376, 0, 65379, 0]));
exports.Close_Punctuation = exports.Pe;
exports.Pf = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([187, 0, 8217, 0, 8221, 0, 8250, 0, 11779, 0, 11781, 0, 11786, 0, 11789, 0, 11805, 0, 11809, 0]));
exports.Final_Punctuation = exports.Pf;
exports.Pi = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([171, 0, 8216, 0, 8219, 1, 8223, 0, 8249, 0, 11778, 0, 11780, 0, 11785, 0, 11788, 0, 11804, 0, 11808, 0]));
exports.Initial_Punctuation = exports.Pi;
exports.Po = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([33, 2, 37, 2, 42, 0, 44, 0, 46, 1, 58, 1, 63, 1, 92, 0, 161, 0, 167, 0, 182, 1, 191, 0, 894, 0, 903, 0, 1370, 5, 1417, 0, 1472, 0, 1475, 0, 1478, 0, 1523, 1, 1545, 1, 1548, 1, 1563, 0, 1566, 1, 1642, 3, 1748, 0, 1792, 13, 2039, 2, 2096, 14, 2142, 0, 2404, 1, 2416, 0, 2800, 0, 3572, 0, 3663, 0, 3674, 1, 3844, 14, 3860, 0, 3973, 0, 4048, 4, 4057, 1, 4170, 5, 4347, 0, 4960, 8, 5741, 1, 5867, 2, 5941, 1, 6100, 2, 6104, 2, 6144, 5, 6151, 3, 6468, 1, 6686, 1, 6816, 6, 6824, 5, 7002, 6, 7164, 3, 7227, 4, 7294, 1, 7360, 7, 7379, 0, 8214, 1, 8224, 7, 8240, 8, 8251, 3, 8257, 2, 8263, 10, 8275, 0, 8277, 9, 11513, 3, 11518, 1, 11632, 0, 11776, 1, 11782, 2, 11787, 0, 11790, 8, 11800, 1, 11803, 0, 11806, 1, 11818, 4, 11824, 9, 12289, 2, 12349, 0, 12539, 0, 42238, 1, 42509, 2, 42611, 0, 42622, 0, 42738, 5, 43124, 3, 43214, 1, 43256, 2, 43310, 1, 43359, 0, 43457, 12, 43486, 1, 43612, 3, 43742, 1, 43760, 1, 44011, 0, 65040, 6, 65049, 0, 65072, 0, 65093, 1, 65097, 3, 65104, 2, 65108, 3, 65119, 2, 65128, 0, 65130, 1, 65281, 2, 65285, 2, 65290, 0, 65292, 0, 65294, 1, 65306, 1, 65311, 1, 65340, 0, 65377, 0, 65380, 1, 65792, 2, 66463, 0, 66512, 0, 67671, 0, 67871, 0, 67903, 0, 68176, 8, 68223, 0, 68409, 6, 69703, 6, 69819, 1, 69822, 3, 69952, 3, 70085, 3, 74864, 3]));
exports.Other_Punctuation = exports.Po;
exports.Ps = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([40, 0, 91, 0, 123, 0, 3898, 0, 3900, 0, 5787, 0, 8218, 0, 8222, 0, 8261, 0, 8317, 0, 8333, 0, 9001, 0, 10088, 0, 10090, 0, 10092, 0, 10094, 0, 10096, 0, 10098, 0, 10100, 0, 10181, 0, 10214, 0, 10216, 0, 10218, 0, 10220, 0, 10222, 0, 10627, 0, 10629, 0, 10631, 0, 10633, 0, 10635, 0, 10637, 0, 10639, 0, 10641, 0, 10643, 0, 10645, 0, 10647, 0, 10712, 0, 10714, 0, 10748, 0, 11810, 0, 11812, 0, 11814, 0, 11816, 0, 12296, 0, 12298, 0, 12300, 0, 12302, 0, 12304, 0, 12308, 0, 12310, 0, 12312, 0, 12314, 0, 12317, 0, 64830, 0, 65047, 0, 65077, 0, 65079, 0, 65081, 0, 65083, 0, 65085, 0, 65087, 0, 65089, 0, 65091, 0, 65095, 0, 65113, 0, 65115, 0, 65117, 0, 65288, 0, 65339, 0, 65371, 0, 65375, 0, 65378, 0]));
exports.Open_Punctuation = exports.Ps;
exports.Sc = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([36, 0, 162, 3, 1423, 0, 1547, 0, 2546, 1, 2555, 0, 2801, 0, 3065, 0, 3647, 0, 6107, 0, 8352, 26, 43064, 0, 65020, 0, 65129, 0, 65284, 0, 65504, 1, 65509, 1]));
exports.Currency_Symbol = exports.Sc;
exports.Sk = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([94, 0, 96, 0, 168, 0, 175, 0, 180, 0, 184, 0, 706, 3, 722, 13, 741, 6, 749, 0, 751, 16, 885, 0, 900, 1, 8125, 0, 8127, 2, 8141, 2, 8157, 2, 8173, 2, 8189, 1, 12443, 1, 42752, 22, 42784, 1, 42889, 1, 64434, 15, 65342, 0, 65344, 0, 65507, 0]));
exports.Modifier_Symbol = exports.Sk;
exports.Sm = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([43, 0, 60, 2, 124, 0, 126, 0, 172, 0, 177, 0, 215, 0, 247, 0, 1014, 0, 1542, 2, 8260, 0, 8274, 0, 8314, 2, 8330, 2, 8472, 0, 8512, 4, 8523, 0, 8592, 4, 8602, 1, 8608, 0, 8611, 0, 8614, 0, 8622, 0, 8654, 1, 8658, 0, 8660, 0, 8692, 267, 8968, 3, 8992, 1, 9084, 0, 9115, 24, 9180, 5, 9655, 0, 9665, 0, 9720, 7, 9839, 0, 10176, 4, 10183, 30, 10224, 15, 10496, 130, 10649, 62, 10716, 31, 10750, 257, 11056, 20, 11079, 5, 64297, 0, 65122, 0, 65124, 2, 65291, 0, 65308, 2, 65372, 0, 65374, 0, 65506, 0, 65513, 3, 120513, 0, 120539, 0, 120571, 0, 120597, 0, 120629, 0, 120655, 0, 120687, 0, 120713, 0, 120745, 0, 120771, 0, 126704, 1]));
exports.Math_Symbol = exports.Sm;
exports.So = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([166, 0, 169, 0, 174, 0, 176, 0, 1154, 0, 1550, 1, 1758, 0, 1769, 0, 1789, 1, 2038, 0, 2554, 0, 2928, 0, 3059, 5, 3066, 0, 3199, 0, 3449, 0, 3841, 2, 3859, 0, 3861, 2, 3866, 5, 3892, 0, 3894, 0, 3896, 0, 4030, 7, 4039, 5, 4046, 1, 4053, 3, 4254, 1, 5008, 9, 6464, 0, 6622, 33, 7009, 9, 7028, 8, 8448, 1, 8451, 3, 8456, 1, 8468, 0, 8470, 1, 8478, 5, 8485, 0, 8487, 0, 8489, 0, 8494, 0, 8506, 1, 8522, 0, 8524, 1, 8527, 0, 8597, 4, 8604, 3, 8609, 1, 8612, 1, 8615, 6, 8623, 30, 8656, 1, 8659, 0, 8661, 30, 8960, 7, 8972, 19, 8994, 6, 9003, 80, 9085, 29, 9140, 39, 9186, 17, 9216, 38, 9280, 10, 9372, 77, 9472, 182, 9656, 8, 9666, 53, 9728, 110, 9840, 143, 9985, 102, 10132, 43, 10240, 255, 11008, 47, 11077, 1, 11088, 9, 11493, 5, 11904, 25, 11931, 88, 12032, 213, 12272, 11, 12292, 0, 12306, 1, 12320, 0, 12342, 1, 12350, 1, 12688, 1, 12694, 9, 12736, 35, 12800, 30, 12842, 29, 12880, 0, 12896, 31, 12938, 38, 12992, 62, 13056, 255, 19904, 63, 42128, 54, 43048, 3, 43062, 1, 43065, 0, 43639, 2, 65021, 0, 65508, 0, 65512, 0, 65517, 1, 65532, 1, 65847, 8, 65913, 16, 65936, 11, 66000, 44, 118784, 245, 119040, 38, 119081, 59, 119146, 2, 119171, 1, 119180, 29, 119214, 47, 119296, 65, 119365, 0, 119552, 86, 126976, 43, 127024, 99, 127136, 14, 127153, 13, 127169, 14, 127185, 14, 127248, 30, 127280, 59, 127344, 42, 127462, 28, 127504, 42, 127552, 8, 127568, 1, 127744, 32, 127792, 5, 127799, 69, 127872, 19, 127904, 36, 127942, 4, 127968, 16, 128000, 62, 128064, 0, 128066, 181, 128249, 3, 128256, 61, 128320, 3, 128336, 23, 128507, 69, 128581, 10, 128640, 69, 128768, 115]));
exports.Other_Symbol = exports.So;
exports.Zl = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([8232, 0]));
exports.Line_Separator = exports.Zl;
exports.Zp = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([8233, 0]));
exports.Paragraph_Separator = exports.Zp;
exports.Zs = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([32, 0, 160, 0, 5760, 0, 6158, 0, 8192, 10, 8239, 0, 8287, 0, 12288, 0]));
exports.Space_Separator = exports.Zs;
function default_1(value) {

@@ -74,91 +74,91 @@ switch (value) {

case "cntrl":
return exports.Control;
return exports.Cc;
case "Cf":
case "Format":
return exports.Format;
return exports.Cf;
case "Cn":
case "Unassigned":
return exports.Unassigned;
return exports.Cn;
case "Co":
case "Private_Use":
return exports.Private_Use;
return exports.Co;
case "Cs":
case "Surrogate":
return exports.Surrogate;
return exports.Cs;
case "Ll":
case "Lowercase_Letter":
return exports.Lowercase_Letter;
return exports.Ll;
case "Lm":
case "Modifier_Letter":
return exports.Modifier_Letter;
return exports.Lm;
case "Lo":
case "Other_Letter":
return exports.Other_Letter;
return exports.Lo;
case "Lt":
case "Titlecase_Letter":
return exports.Titlecase_Letter;
return exports.Lt;
case "Lu":
case "Uppercase_Letter":
return exports.Uppercase_Letter;
return exports.Lu;
case "Mc":
case "Spacing_Mark":
return exports.Spacing_Mark;
return exports.Mc;
case "Me":
case "Enclosing_Mark":
return exports.Enclosing_Mark;
return exports.Me;
case "Mn":
case "Nonspacing_Mark":
return exports.Nonspacing_Mark;
return exports.Mn;
case "Nd":
case "Decimal_Number":
case "digit":
return exports.Decimal_Number;
return exports.Nd;
case "Nl":
case "Letter_Number":
return exports.Letter_Number;
return exports.Nl;
case "No":
case "Other_Number":
return exports.Other_Number;
return exports.No;
case "Pc":
case "Connector_Punctuation":
return exports.Connector_Punctuation;
return exports.Pc;
case "Pd":
case "Dash_Punctuation":
return exports.Dash_Punctuation;
return exports.Pd;
case "Pe":
case "Close_Punctuation":
return exports.Close_Punctuation;
return exports.Pe;
case "Pf":
case "Final_Punctuation":
return exports.Final_Punctuation;
return exports.Pf;
case "Pi":
case "Initial_Punctuation":
return exports.Initial_Punctuation;
return exports.Pi;
case "Po":
case "Other_Punctuation":
return exports.Other_Punctuation;
return exports.Po;
case "Ps":
case "Open_Punctuation":
return exports.Open_Punctuation;
return exports.Ps;
case "Sc":
case "Currency_Symbol":
return exports.Currency_Symbol;
return exports.Sc;
case "Sk":
case "Modifier_Symbol":
return exports.Modifier_Symbol;
return exports.Sk;
case "Sm":
case "Math_Symbol":
return exports.Math_Symbol;
return exports.Sm;
case "So":
case "Other_Symbol":
return exports.Other_Symbol;
return exports.So;
case "Zl":
case "Line_Separator":
return exports.Line_Separator;
return exports.Zl;
case "Zp":
case "Paragraph_Separator":
return exports.Paragraph_Separator;
return exports.Zp;
case "Zs":
case "Space_Separator":
return exports.Space_Separator;
return exports.Zs;
}

@@ -165,0 +165,0 @@ return undefined;

@@ -10,43 +10,43 @@ "use strict";

__export(require("./generalCategory.generated"));
exports.LC = chardata_charset_1.CharSet.from([gc.Lu, gc.Ll, gc.Lt]);
exports.LC = Object.freeze(chardata_charset_1.CharSet.of(gc.Lu, gc.Ll, gc.Lt));
exports.Cased_Letter = exports.LC;
exports.L = chardata_charset_1.CharSet.from([gc.Lu, gc.Ll, gc.Lt, gc.Lm, gc.Lo]);
exports.L = Object.freeze(chardata_charset_1.CharSet.of(gc.Lu, gc.Ll, gc.Lt, gc.Lm, gc.Lo));
exports.Letter = exports.L;
exports.M = chardata_charset_1.CharSet.from([gc.Mn, gc.Mc, gc.Me]);
exports.M = Object.freeze(chardata_charset_1.CharSet.of(gc.Mn, gc.Mc, gc.Me));
exports.Mark = exports.M;
exports.N = chardata_charset_1.CharSet.from([gc.Nd, gc.Nl, gc.No]);
exports.N = Object.freeze(chardata_charset_1.CharSet.of(gc.Nd, gc.Nl, gc.No));
exports.Number = exports.N;
exports.P = chardata_charset_1.CharSet.from([gc.Pc, gc.Pd, gc.Ps, gc.Pe, gc.Pi, gc.Pf, gc.Po]);
exports.P = Object.freeze(chardata_charset_1.CharSet.of(gc.Pc, gc.Pd, gc.Ps, gc.Pe, gc.Pi, gc.Pf, gc.Po));
exports.Punctuation = exports.P;
exports.S = chardata_charset_1.CharSet.from([gc.Sm, gc.Sc, gc.Sk, gc.So]);
exports.S = Object.freeze(chardata_charset_1.CharSet.of(gc.Sm, gc.Sc, gc.Sk, gc.So));
exports.Symbol = exports.S;
exports.Z = chardata_charset_1.CharSet.from([gc.Zs, gc.Zl, gc.Zp]);
exports.Z = Object.freeze(chardata_charset_1.CharSet.of(gc.Zs, gc.Zl, gc.Zp));
exports.Separator = exports.Z;
exports.C = chardata_charset_1.CharSet.from([gc.Cc, gc.Cf, gc.Cs, gc.Co, gc.Cn]);
exports.C = Object.freeze(chardata_charset_1.CharSet.of(gc.Cc, gc.Cf, gc.Cs, gc.Co, gc.Cn));
exports.Other = exports.C;
function default_1(value) {
switch (value) {
case "LC":
case "Cased_Letter":
case "LC":
return exports.LC;
case "L":
case "Letter":
case "L":
return exports.L;
case "M":
case "Mark":
case "M":
return exports.M;
case "N":
case "Number":
case "N":
return exports.N;
case "P":
case "Punctuation":
case "P":
return exports.P;
case "S":
case "Symbol":
case "S":
return exports.S;
case "Z":
case "Separator":
case "Z":
return exports.Z;
case "C":
case "Other":
case "C":
return exports.C;

@@ -53,0 +53,0 @@ default:

@@ -1,2 +0,2 @@

import { CharSet } from "chardata-charset";
import { CharSet, ReadonlyCharSet } from "chardata-charset";
import * as gc from "./generalCategory";

@@ -9,3 +9,2 @@ import * as sc from "./script";

export * from "./properties";
export default function (propertyNameOrValue: string): CharSet | undefined;
export default function (propertyName: string, propertyValue: string): CharSet | undefined;
export default function (propertyName: string, propertyValue?: string): ReadonlyCharSet | undefined;

@@ -32,10 +32,10 @@ "use strict";

switch (propertyName) {
case "gc":
case "General_Category":
case "gc":
return generalCategory_1.default(propertyValue);
case "sc":
case "Script":
case "sc":
return script_1.default(propertyValue);
case "scx":
case "Script_Extensions":
case "scx":
return scriptExtensions_1.default(propertyValue);

@@ -42,0 +42,0 @@ }

@@ -1,7 +0,7 @@

import { CharSet } from "chardata-charset";
import { ReadonlyCharSet } from "chardata-charset/dist/charSet";
export * from "./derivedCoreProperties.generated";
export * from "./propList.generated";
export declare const Any: CharSet;
export declare const Assigned: CharSet;
export declare const ASCII: CharSet;
export default function (value: string): CharSet | undefined;
export declare const Any: ReadonlyCharSet;
export declare const Assigned: ReadonlyCharSet;
export declare const ASCII: ReadonlyCharSet;
export default function (value: string): ReadonlyCharSet | undefined;

@@ -12,5 +12,5 @@ "use strict";

__export(require("./propList.generated"));
exports.Any = chardata_charset_1.CharSet.any();
exports.Assigned = generalCategory_1.Cn.invert();
exports.ASCII = chardata_charset_1.CharSet.ascii();
exports.Any = Object.freeze(chardata_charset_1.CharSet.any());
exports.Assigned = Object.freeze(generalCategory_1.Cn.invert());
exports.ASCII = Object.freeze(chardata_charset_1.CharSet.ascii());
function default_1(value) {

@@ -17,0 +17,0 @@ switch (value) {

@@ -1,62 +0,63 @@

import { CharSet } from "chardata-charset";
export declare const ASCII_Hex_Digit: CharSet;
export { ASCII_Hex_Digit as AHex };
export declare const Bidi_Control: CharSet;
export { Bidi_Control as Bidi_C };
export declare const Dash: CharSet;
export declare const Deprecated: CharSet;
export { Deprecated as Dep };
export declare const Diacritic: CharSet;
export { Diacritic as Dia };
export declare const Extender: CharSet;
export { Extender as Ext };
export declare const Hex_Digit: CharSet;
export { Hex_Digit as Hex };
export declare const Hyphen: CharSet;
export declare const IDS_Binary_Operator: CharSet;
export { IDS_Binary_Operator as IDSB };
export declare const IDS_Trinary_Operator: CharSet;
export { IDS_Trinary_Operator as IDST };
export declare const Ideographic: CharSet;
export { Ideographic as Ideo };
export declare const Join_Control: CharSet;
export { Join_Control as Join_C };
export declare const Logical_Order_Exception: CharSet;
export { Logical_Order_Exception as LOE };
export declare const Noncharacter_Code_Point: CharSet;
export { Noncharacter_Code_Point as NChar };
export declare const Other_Alphabetic: CharSet;
export { Other_Alphabetic as OAlpha };
export declare const Other_Default_Ignorable_Code_Point: CharSet;
export { Other_Default_Ignorable_Code_Point as ODI };
export declare const Other_Grapheme_Extend: CharSet;
export { Other_Grapheme_Extend as OGr_Ext };
export declare const Other_ID_Continue: CharSet;
export { Other_ID_Continue as OIDC };
export declare const Other_ID_Start: CharSet;
export { Other_ID_Start as OIDS };
export declare const Other_Lowercase: CharSet;
export { Other_Lowercase as OLower };
export declare const Other_Math: CharSet;
export { Other_Math as OMath };
export declare const Other_Uppercase: CharSet;
export { Other_Uppercase as OUpper };
export declare const Pattern_Syntax: CharSet;
export { Pattern_Syntax as Pat_Syn };
export declare const Pattern_White_Space: CharSet;
export { Pattern_White_Space as Pat_WS };
export declare const Quotation_Mark: CharSet;
export { Quotation_Mark as QMark };
export declare const Radical: CharSet;
export declare const STerm: CharSet;
export declare const Soft_Dotted: CharSet;
export { Soft_Dotted as SD };
export declare const Terminal_Punctuation: CharSet;
export { Terminal_Punctuation as Term };
export declare const Unified_Ideograph: CharSet;
export { Unified_Ideograph as UIdeo };
export declare const Variation_Selector: CharSet;
export { Variation_Selector as VS };
export declare const White_Space: CharSet;
export { White_Space as WSpace, White_Space as space };
export default function (value: string): CharSet | undefined;
import { ReadonlyCharSet } from "chardata-charset";
export declare const AHex: ReadonlyCharSet;
export { AHex as ASCII_Hex_Digit };
export declare const Bidi_C: ReadonlyCharSet;
export { Bidi_C as Bidi_Control };
export declare const Dash: ReadonlyCharSet;
export declare const Dep: ReadonlyCharSet;
export { Dep as Deprecated };
export declare const Dia: ReadonlyCharSet;
export { Dia as Diacritic };
export declare const Ext: ReadonlyCharSet;
export { Ext as Extender };
export declare const Hex: ReadonlyCharSet;
export { Hex as Hex_Digit };
export declare const Hyphen: ReadonlyCharSet;
export declare const IDSB: ReadonlyCharSet;
export { IDSB as IDS_Binary_Operator };
export declare const IDST: ReadonlyCharSet;
export { IDST as IDS_Trinary_Operator };
export declare const Ideo: ReadonlyCharSet;
export { Ideo as Ideographic };
export declare const Join_C: ReadonlyCharSet;
export { Join_C as Join_Control };
export declare const LOE: ReadonlyCharSet;
export { LOE as Logical_Order_Exception };
export declare const NChar: ReadonlyCharSet;
export { NChar as Noncharacter_Code_Point };
export declare const OAlpha: ReadonlyCharSet;
export { OAlpha as Other_Alphabetic };
export declare const ODI: ReadonlyCharSet;
export { ODI as Other_Default_Ignorable_Code_Point };
export declare const OGr_Ext: ReadonlyCharSet;
export { OGr_Ext as Other_Grapheme_Extend };
export declare const OIDC: ReadonlyCharSet;
export { OIDC as Other_ID_Continue };
export declare const OIDS: ReadonlyCharSet;
export { OIDS as Other_ID_Start };
export declare const OLower: ReadonlyCharSet;
export { OLower as Other_Lowercase };
export declare const OMath: ReadonlyCharSet;
export { OMath as Other_Math };
export declare const OUpper: ReadonlyCharSet;
export { OUpper as Other_Uppercase };
export declare const Pat_Syn: ReadonlyCharSet;
export { Pat_Syn as Pattern_Syntax };
export declare const Pat_WS: ReadonlyCharSet;
export { Pat_WS as Pattern_White_Space };
export declare const QMark: ReadonlyCharSet;
export { QMark as Quotation_Mark };
export declare const Radical: ReadonlyCharSet;
export declare const STerm: ReadonlyCharSet;
export declare const SD: ReadonlyCharSet;
export { SD as Soft_Dotted };
export declare const Term: ReadonlyCharSet;
export { Term as Terminal_Punctuation };
export declare const UIdeo: ReadonlyCharSet;
export { UIdeo as Unified_Ideograph };
export declare const VS: ReadonlyCharSet;
export { VS as Variation_Selector };
export declare const WSpace: ReadonlyCharSet;
export { WSpace as White_Space };
export { WSpace as space };
export default function (value: string): ReadonlyCharSet | undefined;

@@ -6,63 +6,63 @@ "use strict";

const chardata_charset_1 = require("chardata-charset");
exports.ASCII_Hex_Digit = new chardata_charset_1.CharSet([48, 9, 65, 5, 97, 5]);
exports.AHex = exports.ASCII_Hex_Digit;
exports.Bidi_Control = new chardata_charset_1.CharSet([8206, 1, 8234, 4]);
exports.Bidi_C = exports.Bidi_Control;
exports.Dash = new chardata_charset_1.CharSet([45, 0, 1418, 0, 1470, 0, 5120, 0, 6150, 0, 8208, 5, 8275, 0, 8315, 0, 8331, 0, 8722, 0, 11799, 0, 11802, 0, 11834, 1, 12316, 0, 12336, 0, 12448, 0, 65073, 1, 65112, 0, 65123, 0, 65293, 0]);
exports.Deprecated = new chardata_charset_1.CharSet([329, 0, 1651, 0, 3959, 0, 3961, 0, 6051, 1, 8298, 5, 9001, 1, 917505, 0, 917536, 95]);
exports.Dep = exports.Deprecated;
exports.Diacritic = new chardata_charset_1.CharSet([94, 0, 96, 0, 168, 0, 175, 0, 180, 0, 183, 1, 688, 158, 848, 7, 861, 5, 884, 1, 890, 0, 900, 1, 1155, 4, 1369, 0, 1425, 16, 1443, 26, 1471, 0, 1473, 1, 1476, 0, 1611, 7, 1623, 1, 1759, 1, 1765, 1, 1770, 2, 1840, 26, 1958, 10, 2027, 10, 2072, 1, 2276, 26, 2364, 0, 2381, 0, 2385, 3, 2417, 0, 2492, 0, 2509, 0, 2620, 0, 2637, 0, 2748, 0, 2765, 0, 2876, 0, 2893, 0, 3021, 0, 3149, 0, 3260, 0, 3277, 0, 3405, 0, 3530, 0, 3655, 5, 3662, 0, 3784, 4, 3864, 1, 3893, 0, 3895, 0, 3897, 0, 3902, 1, 3970, 2, 3974, 1, 4038, 0, 4151, 0, 4153, 1, 4231, 6, 4239, 0, 4250, 1, 6089, 10, 6109, 0, 6457, 2, 6773, 7, 6783, 0, 6964, 0, 6980, 0, 7019, 8, 7082, 1, 7222, 1, 7288, 5, 7376, 24, 7405, 0, 7412, 0, 7468, 62, 7620, 11, 7677, 2, 8125, 0, 8127, 2, 8141, 2, 8157, 2, 8173, 2, 8189, 1, 11503, 2, 11823, 0, 12330, 5, 12441, 3, 12540, 0, 42607, 0, 42620, 1, 42623, 0, 42736, 1, 42775, 10, 42888, 0, 43000, 1, 43204, 0, 43232, 17, 43307, 3, 43347, 0, 43443, 0, 43456, 0, 43643, 0, 43711, 3, 43766, 0, 44012, 1, 64286, 0, 65056, 6, 65342, 0, 65344, 0, 65392, 0, 65438, 1, 65507, 0, 69817, 1, 69939, 1, 70080, 0, 71350, 1, 94095, 16, 119143, 2, 119149, 5, 119163, 7, 119173, 6, 119210, 3]);
exports.Dia = exports.Diacritic;
exports.Extender = new chardata_charset_1.CharSet([183, 0, 720, 1, 1600, 0, 2042, 0, 3654, 0, 3782, 0, 6154, 0, 6211, 0, 6823, 0, 7222, 0, 7291, 0, 12293, 0, 12337, 4, 12445, 1, 12540, 2, 40981, 0, 42508, 0, 43471, 0, 43632, 0, 43741, 0, 43763, 1, 65392, 0]);
exports.Ext = exports.Extender;
exports.Hex_Digit = new chardata_charset_1.CharSet([48, 9, 65, 5, 97, 5, 65296, 9, 65313, 5, 65345, 5]);
exports.Hex = exports.Hex_Digit;
exports.Hyphen = new chardata_charset_1.CharSet([45, 0, 173, 0, 1418, 0, 6150, 0, 8208, 1, 11799, 0, 12539, 0, 65123, 0, 65293, 0, 65381, 0]);
exports.IDS_Binary_Operator = new chardata_charset_1.CharSet([12272, 1, 12276, 7]);
exports.IDSB = exports.IDS_Binary_Operator;
exports.IDS_Trinary_Operator = new chardata_charset_1.CharSet([12274, 1]);
exports.IDST = exports.IDS_Trinary_Operator;
exports.Ideographic = new chardata_charset_1.CharSet([12294, 1, 12321, 8, 12344, 2, 13312, 6581, 19968, 20940, 63744, 365, 64112, 105, 131072, 42710, 173824, 4148, 177984, 221, 194560, 541]);
exports.Ideo = exports.Ideographic;
exports.Join_Control = new chardata_charset_1.CharSet([8204, 1]);
exports.Join_C = exports.Join_Control;
exports.Logical_Order_Exception = new chardata_charset_1.CharSet([3648, 4, 3776, 4, 43701, 1, 43705, 0, 43707, 1]);
exports.LOE = exports.Logical_Order_Exception;
exports.Noncharacter_Code_Point = new chardata_charset_1.CharSet([64976, 31, 65534, 1, 131070, 1, 196606, 1, 262142, 1, 327678, 1, 393214, 1, 458750, 1, 524286, 1, 589822, 1, 655358, 1, 720894, 1, 786430, 1, 851966, 1, 917502, 1, 983038, 1, 1048574, 1, 1114110, 1]);
exports.NChar = exports.Noncharacter_Code_Point;
exports.Other_Alphabetic = new chardata_charset_1.CharSet([837, 0, 1456, 13, 1471, 0, 1473, 1, 1476, 1, 1479, 0, 1552, 10, 1611, 12, 1625, 6, 1648, 0, 1750, 6, 1761, 3, 1767, 1, 1773, 0, 1809, 0, 1840, 15, 1958, 10, 2070, 1, 2075, 8, 2085, 2, 2089, 3, 2276, 5, 2288, 14, 2304, 3, 2362, 1, 2366, 14, 2382, 1, 2389, 2, 2402, 1, 2433, 2, 2494, 6, 2503, 1, 2507, 1, 2519, 0, 2530, 1, 2561, 2, 2622, 4, 2631, 1, 2635, 1, 2641, 0, 2672, 1, 2677, 0, 2689, 2, 2750, 7, 2759, 2, 2763, 1, 2786, 1, 2817, 2, 2878, 6, 2887, 1, 2891, 1, 2902, 1, 2914, 1, 2946, 0, 3006, 4, 3014, 2, 3018, 2, 3031, 0, 3073, 2, 3134, 6, 3142, 2, 3146, 2, 3157, 1, 3170, 1, 3202, 1, 3262, 6, 3270, 2, 3274, 2, 3285, 1, 3298, 1, 3330, 1, 3390, 6, 3398, 2, 3402, 2, 3415, 0, 3426, 1, 3458, 1, 3535, 5, 3542, 0, 3544, 7, 3570, 1, 3633, 0, 3636, 6, 3661, 0, 3761, 0, 3764, 5, 3771, 1, 3789, 0, 3953, 16, 3981, 10, 3993, 35, 4139, 11, 4152, 0, 4155, 3, 4182, 3, 4190, 2, 4194, 0, 4199, 1, 4209, 3, 4226, 4, 4252, 1, 4959, 0, 5906, 1, 5938, 1, 5970, 1, 6002, 1, 6070, 18, 6313, 0, 6432, 11, 6448, 8, 6576, 16, 6600, 1, 6679, 4, 6741, 9, 6753, 19, 6912, 4, 6965, 14, 7040, 2, 7073, 8, 7084, 1, 7143, 10, 7204, 17, 7410, 1, 9398, 51, 11744, 31, 42612, 7, 42655, 0, 43043, 4, 43136, 1, 43188, 15, 43302, 4, 43335, 11, 43392, 3, 43444, 11, 43561, 13, 43587, 0, 43596, 1, 43696, 0, 43698, 2, 43703, 1, 43710, 0, 43755, 4, 43765, 0, 44003, 7, 64286, 0, 68097, 2, 68101, 1, 68108, 3, 69632, 2, 69688, 13, 69762, 0, 69808, 8, 69888, 2, 69927, 11, 70016, 2, 70067, 12, 71339, 10, 94033, 45]);
exports.OAlpha = exports.Other_Alphabetic;
exports.Other_Default_Ignorable_Code_Point = new chardata_charset_1.CharSet([847, 0, 4447, 1, 6068, 1, 8293, 4, 12644, 0, 65440, 0, 65520, 8, 917504, 0, 917506, 29, 917632, 127, 918000, 3599]);
exports.ODI = exports.Other_Default_Ignorable_Code_Point;
exports.Other_Grapheme_Extend = new chardata_charset_1.CharSet([2494, 0, 2519, 0, 2878, 0, 2903, 0, 3006, 0, 3031, 0, 3266, 0, 3285, 1, 3390, 0, 3415, 0, 3535, 0, 3551, 0, 8204, 1, 12334, 1, 65438, 1, 119141, 0, 119150, 4]);
exports.OGr_Ext = exports.Other_Grapheme_Extend;
exports.Other_ID_Continue = new chardata_charset_1.CharSet([183, 0, 903, 0, 4969, 8, 6618, 0]);
exports.OIDC = exports.Other_ID_Continue;
exports.Other_ID_Start = new chardata_charset_1.CharSet([8472, 0, 8494, 0, 12443, 1]);
exports.OIDS = exports.Other_ID_Start;
exports.Other_Lowercase = new chardata_charset_1.CharSet([170, 0, 186, 0, 688, 8, 704, 1, 736, 4, 837, 0, 890, 0, 7468, 62, 7544, 0, 7579, 36, 8305, 0, 8319, 0, 8336, 12, 8560, 15, 9424, 25, 11388, 1, 42864, 0, 43000, 1]);
exports.OLower = exports.Other_Lowercase;
exports.Other_Math = new chardata_charset_1.CharSet([94, 0, 976, 2, 981, 0, 1008, 1, 1012, 1, 8214, 0, 8242, 2, 8256, 0, 8289, 3, 8317, 1, 8333, 1, 8400, 12, 8417, 0, 8421, 1, 8427, 4, 8450, 0, 8455, 0, 8458, 9, 8469, 0, 8473, 4, 8484, 0, 8488, 1, 8492, 1, 8495, 2, 8499, 5, 8508, 3, 8517, 4, 8597, 4, 8604, 3, 8609, 1, 8612, 1, 8615, 0, 8617, 4, 8624, 1, 8630, 1, 8636, 17, 8656, 1, 8659, 0, 8661, 6, 8669, 0, 8676, 1, 9140, 1, 9143, 0, 9168, 0, 9186, 0, 9632, 1, 9646, 8, 9660, 4, 9670, 1, 9674, 1, 9679, 4, 9698, 0, 9700, 0, 9703, 5, 9733, 1, 9792, 0, 9794, 0, 9824, 3, 9837, 1, 10181, 1, 10214, 9, 10627, 21, 10712, 3, 10748, 1, 65121, 0, 65123, 0, 65128, 0, 65340, 0, 65342, 0, 119808, 84, 119894, 70, 119966, 1, 119970, 0, 119973, 1, 119977, 3, 119982, 11, 119995, 0, 119997, 6, 120005, 64, 120071, 3, 120077, 7, 120086, 6, 120094, 27, 120123, 3, 120128, 4, 120134, 0, 120138, 6, 120146, 339, 120488, 24, 120514, 24, 120540, 30, 120572, 24, 120598, 30, 120630, 24, 120656, 30, 120688, 24, 120714, 30, 120746, 24, 120772, 7, 120782, 49, 126464, 3, 126469, 26, 126497, 1, 126500, 0, 126503, 0, 126505, 9, 126516, 3, 126521, 0, 126523, 0, 126530, 0, 126535, 0, 126537, 0, 126539, 0, 126541, 2, 126545, 1, 126548, 0, 126551, 0, 126553, 0, 126555, 0, 126557, 0, 126559, 0, 126561, 1, 126564, 0, 126567, 3, 126572, 6, 126580, 3, 126585, 3, 126590, 0, 126592, 9, 126603, 16, 126625, 2, 126629, 4, 126635, 16]);
exports.OMath = exports.Other_Math;
exports.Other_Uppercase = new chardata_charset_1.CharSet([8544, 15, 9398, 25]);
exports.OUpper = exports.Other_Uppercase;
exports.Pattern_Syntax = new chardata_charset_1.CharSet([33, 14, 58, 6, 91, 3, 96, 0, 123, 3, 161, 6, 169, 0, 171, 1, 174, 0, 176, 1, 182, 0, 187, 0, 191, 0, 215, 0, 247, 0, 8208, 23, 8240, 14, 8257, 18, 8277, 9, 8592, 719, 9472, 629, 10132, 1131, 11776, 127, 12289, 2, 12296, 24, 12336, 0, 64830, 1, 65093, 1]);
exports.Pat_Syn = exports.Pattern_Syntax;
exports.Pattern_White_Space = new chardata_charset_1.CharSet([9, 4, 32, 0, 133, 0, 8206, 1, 8232, 1]);
exports.Pat_WS = exports.Pattern_White_Space;
exports.Quotation_Mark = new chardata_charset_1.CharSet([34, 0, 39, 0, 171, 0, 187, 0, 8216, 7, 8249, 1, 12300, 3, 12317, 2, 65089, 3, 65282, 0, 65287, 0, 65378, 1]);
exports.QMark = exports.Quotation_Mark;
exports.Radical = new chardata_charset_1.CharSet([11904, 25, 11931, 88, 12032, 213]);
exports.STerm = new chardata_charset_1.CharSet([33, 0, 46, 0, 63, 0, 1372, 0, 1374, 0, 1417, 0, 1567, 0, 1748, 0, 1792, 2, 2041, 0, 2404, 1, 4170, 1, 4962, 0, 4967, 1, 5742, 0, 5941, 1, 6147, 0, 6153, 0, 6468, 1, 6824, 3, 7002, 1, 7006, 1, 7227, 1, 7294, 1, 8252, 1, 8263, 2, 11822, 0, 12290, 0, 42239, 0, 42510, 1, 42739, 0, 42743, 0, 43126, 1, 43214, 1, 43311, 0, 43464, 1, 43613, 2, 43760, 1, 44011, 0, 65106, 0, 65110, 1, 65281, 0, 65294, 0, 65311, 0, 65377, 0, 68182, 1, 69703, 1, 69822, 3, 69953, 2, 70085, 1]);
exports.Soft_Dotted = new chardata_charset_1.CharSet([105, 1, 303, 0, 585, 0, 616, 0, 669, 0, 690, 0, 1011, 0, 1110, 0, 1112, 0, 7522, 0, 7574, 0, 7588, 0, 7592, 0, 7725, 0, 7883, 0, 8305, 0, 8520, 1, 11388, 0, 119842, 1, 119894, 1, 119946, 1, 119998, 1, 120050, 1, 120102, 1, 120154, 1, 120206, 1, 120258, 1, 120310, 1, 120362, 1, 120414, 1, 120466, 1]);
exports.SD = exports.Soft_Dotted;
exports.Terminal_Punctuation = new chardata_charset_1.CharSet([33, 0, 44, 0, 46, 0, 58, 1, 63, 0, 894, 0, 903, 0, 1417, 0, 1475, 0, 1548, 0, 1563, 0, 1567, 0, 1748, 0, 1792, 10, 1804, 0, 2040, 1, 2096, 14, 2142, 0, 2404, 1, 3674, 1, 3848, 0, 3853, 5, 4170, 1, 4961, 7, 5741, 1, 5867, 2, 6100, 2, 6106, 0, 6146, 3, 6152, 1, 6468, 1, 6824, 3, 7002, 1, 7005, 2, 7227, 4, 7294, 1, 8252, 1, 8263, 2, 11822, 0, 12289, 1, 42238, 1, 42509, 2, 42739, 4, 43126, 1, 43214, 1, 43311, 0, 43463, 2, 43613, 2, 43743, 0, 43760, 1, 44011, 0, 65104, 2, 65108, 3, 65281, 0, 65292, 0, 65294, 0, 65306, 1, 65311, 0, 65377, 0, 65380, 0, 66463, 0, 66512, 0, 67671, 0, 67871, 0, 68410, 5, 69703, 6, 69822, 3, 69953, 2, 70085, 1, 74864, 3]);
exports.Term = exports.Terminal_Punctuation;
exports.Unified_Ideograph = new chardata_charset_1.CharSet([13312, 6581, 19968, 20940, 64014, 1, 64017, 0, 64019, 1, 64031, 0, 64033, 0, 64035, 1, 64039, 2, 131072, 42710, 173824, 4148, 177984, 221]);
exports.UIdeo = exports.Unified_Ideograph;
exports.Variation_Selector = new chardata_charset_1.CharSet([6155, 2, 65024, 15, 917760, 239]);
exports.VS = exports.Variation_Selector;
exports.White_Space = new chardata_charset_1.CharSet([9, 4, 32, 0, 133, 0, 160, 0, 5760, 0, 6158, 0, 8192, 10, 8232, 1, 8239, 0, 8287, 0, 12288, 0]);
exports.WSpace = exports.White_Space;
exports.space = exports.White_Space;
exports.AHex = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([48, 9, 65, 5, 97, 5]));
exports.ASCII_Hex_Digit = exports.AHex;
exports.Bidi_C = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([8206, 1, 8234, 4]));
exports.Bidi_Control = exports.Bidi_C;
exports.Dash = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([45, 0, 1418, 0, 1470, 0, 5120, 0, 6150, 0, 8208, 5, 8275, 0, 8315, 0, 8331, 0, 8722, 0, 11799, 0, 11802, 0, 11834, 1, 12316, 0, 12336, 0, 12448, 0, 65073, 1, 65112, 0, 65123, 0, 65293, 0]));
exports.Dep = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([329, 0, 1651, 0, 3959, 0, 3961, 0, 6051, 1, 8298, 5, 9001, 1, 917505, 0, 917536, 95]));
exports.Deprecated = exports.Dep;
exports.Dia = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([94, 0, 96, 0, 168, 0, 175, 0, 180, 0, 183, 1, 688, 158, 848, 7, 861, 5, 884, 1, 890, 0, 900, 1, 1155, 4, 1369, 0, 1425, 16, 1443, 26, 1471, 0, 1473, 1, 1476, 0, 1611, 7, 1623, 1, 1759, 1, 1765, 1, 1770, 2, 1840, 26, 1958, 10, 2027, 10, 2072, 1, 2276, 26, 2364, 0, 2381, 0, 2385, 3, 2417, 0, 2492, 0, 2509, 0, 2620, 0, 2637, 0, 2748, 0, 2765, 0, 2876, 0, 2893, 0, 3021, 0, 3149, 0, 3260, 0, 3277, 0, 3405, 0, 3530, 0, 3655, 5, 3662, 0, 3784, 4, 3864, 1, 3893, 0, 3895, 0, 3897, 0, 3902, 1, 3970, 2, 3974, 1, 4038, 0, 4151, 0, 4153, 1, 4231, 6, 4239, 0, 4250, 1, 6089, 10, 6109, 0, 6457, 2, 6773, 7, 6783, 0, 6964, 0, 6980, 0, 7019, 8, 7082, 1, 7222, 1, 7288, 5, 7376, 24, 7405, 0, 7412, 0, 7468, 62, 7620, 11, 7677, 2, 8125, 0, 8127, 2, 8141, 2, 8157, 2, 8173, 2, 8189, 1, 11503, 2, 11823, 0, 12330, 5, 12441, 3, 12540, 0, 42607, 0, 42620, 1, 42623, 0, 42736, 1, 42775, 10, 42888, 0, 43000, 1, 43204, 0, 43232, 17, 43307, 3, 43347, 0, 43443, 0, 43456, 0, 43643, 0, 43711, 3, 43766, 0, 44012, 1, 64286, 0, 65056, 6, 65342, 0, 65344, 0, 65392, 0, 65438, 1, 65507, 0, 69817, 1, 69939, 1, 70080, 0, 71350, 1, 94095, 16, 119143, 2, 119149, 5, 119163, 7, 119173, 6, 119210, 3]));
exports.Diacritic = exports.Dia;
exports.Ext = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([183, 0, 720, 1, 1600, 0, 2042, 0, 3654, 0, 3782, 0, 6154, 0, 6211, 0, 6823, 0, 7222, 0, 7291, 0, 12293, 0, 12337, 4, 12445, 1, 12540, 2, 40981, 0, 42508, 0, 43471, 0, 43632, 0, 43741, 0, 43763, 1, 65392, 0]));
exports.Extender = exports.Ext;
exports.Hex = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([48, 9, 65, 5, 97, 5, 65296, 9, 65313, 5, 65345, 5]));
exports.Hex_Digit = exports.Hex;
exports.Hyphen = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([45, 0, 173, 0, 1418, 0, 6150, 0, 8208, 1, 11799, 0, 12539, 0, 65123, 0, 65293, 0, 65381, 0]));
exports.IDSB = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([12272, 1, 12276, 7]));
exports.IDS_Binary_Operator = exports.IDSB;
exports.IDST = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([12274, 1]));
exports.IDS_Trinary_Operator = exports.IDST;
exports.Ideo = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([12294, 1, 12321, 8, 12344, 2, 13312, 6581, 19968, 20940, 63744, 365, 64112, 105, 131072, 42710, 173824, 4148, 177984, 221, 194560, 541]));
exports.Ideographic = exports.Ideo;
exports.Join_C = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([8204, 1]));
exports.Join_Control = exports.Join_C;
exports.LOE = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([3648, 4, 3776, 4, 43701, 1, 43705, 0, 43707, 1]));
exports.Logical_Order_Exception = exports.LOE;
exports.NChar = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([64976, 31, 65534, 1, 131070, 1, 196606, 1, 262142, 1, 327678, 1, 393214, 1, 458750, 1, 524286, 1, 589822, 1, 655358, 1, 720894, 1, 786430, 1, 851966, 1, 917502, 1, 983038, 1, 1048574, 1, 1114110, 1]));
exports.Noncharacter_Code_Point = exports.NChar;
exports.OAlpha = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([837, 0, 1456, 13, 1471, 0, 1473, 1, 1476, 1, 1479, 0, 1552, 10, 1611, 12, 1625, 6, 1648, 0, 1750, 6, 1761, 3, 1767, 1, 1773, 0, 1809, 0, 1840, 15, 1958, 10, 2070, 1, 2075, 8, 2085, 2, 2089, 3, 2276, 5, 2288, 14, 2304, 3, 2362, 1, 2366, 14, 2382, 1, 2389, 2, 2402, 1, 2433, 2, 2494, 6, 2503, 1, 2507, 1, 2519, 0, 2530, 1, 2561, 2, 2622, 4, 2631, 1, 2635, 1, 2641, 0, 2672, 1, 2677, 0, 2689, 2, 2750, 7, 2759, 2, 2763, 1, 2786, 1, 2817, 2, 2878, 6, 2887, 1, 2891, 1, 2902, 1, 2914, 1, 2946, 0, 3006, 4, 3014, 2, 3018, 2, 3031, 0, 3073, 2, 3134, 6, 3142, 2, 3146, 2, 3157, 1, 3170, 1, 3202, 1, 3262, 6, 3270, 2, 3274, 2, 3285, 1, 3298, 1, 3330, 1, 3390, 6, 3398, 2, 3402, 2, 3415, 0, 3426, 1, 3458, 1, 3535, 5, 3542, 0, 3544, 7, 3570, 1, 3633, 0, 3636, 6, 3661, 0, 3761, 0, 3764, 5, 3771, 1, 3789, 0, 3953, 16, 3981, 10, 3993, 35, 4139, 11, 4152, 0, 4155, 3, 4182, 3, 4190, 2, 4194, 0, 4199, 1, 4209, 3, 4226, 4, 4252, 1, 4959, 0, 5906, 1, 5938, 1, 5970, 1, 6002, 1, 6070, 18, 6313, 0, 6432, 11, 6448, 8, 6576, 16, 6600, 1, 6679, 4, 6741, 9, 6753, 19, 6912, 4, 6965, 14, 7040, 2, 7073, 8, 7084, 1, 7143, 10, 7204, 17, 7410, 1, 9398, 51, 11744, 31, 42612, 7, 42655, 0, 43043, 4, 43136, 1, 43188, 15, 43302, 4, 43335, 11, 43392, 3, 43444, 11, 43561, 13, 43587, 0, 43596, 1, 43696, 0, 43698, 2, 43703, 1, 43710, 0, 43755, 4, 43765, 0, 44003, 7, 64286, 0, 68097, 2, 68101, 1, 68108, 3, 69632, 2, 69688, 13, 69762, 0, 69808, 8, 69888, 2, 69927, 11, 70016, 2, 70067, 12, 71339, 10, 94033, 45]));
exports.Other_Alphabetic = exports.OAlpha;
exports.ODI = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([847, 0, 4447, 1, 6068, 1, 8293, 4, 12644, 0, 65440, 0, 65520, 8, 917504, 0, 917506, 29, 917632, 127, 918000, 3599]));
exports.Other_Default_Ignorable_Code_Point = exports.ODI;
exports.OGr_Ext = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([2494, 0, 2519, 0, 2878, 0, 2903, 0, 3006, 0, 3031, 0, 3266, 0, 3285, 1, 3390, 0, 3415, 0, 3535, 0, 3551, 0, 8204, 1, 12334, 1, 65438, 1, 119141, 0, 119150, 4]));
exports.Other_Grapheme_Extend = exports.OGr_Ext;
exports.OIDC = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([183, 0, 903, 0, 4969, 8, 6618, 0]));
exports.Other_ID_Continue = exports.OIDC;
exports.OIDS = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([8472, 0, 8494, 0, 12443, 1]));
exports.Other_ID_Start = exports.OIDS;
exports.OLower = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([170, 0, 186, 0, 688, 8, 704, 1, 736, 4, 837, 0, 890, 0, 7468, 62, 7544, 0, 7579, 36, 8305, 0, 8319, 0, 8336, 12, 8560, 15, 9424, 25, 11388, 1, 42864, 0, 43000, 1]));
exports.Other_Lowercase = exports.OLower;
exports.OMath = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([94, 0, 976, 2, 981, 0, 1008, 1, 1012, 1, 8214, 0, 8242, 2, 8256, 0, 8289, 3, 8317, 1, 8333, 1, 8400, 12, 8417, 0, 8421, 1, 8427, 4, 8450, 0, 8455, 0, 8458, 9, 8469, 0, 8473, 4, 8484, 0, 8488, 1, 8492, 1, 8495, 2, 8499, 5, 8508, 3, 8517, 4, 8597, 4, 8604, 3, 8609, 1, 8612, 1, 8615, 0, 8617, 4, 8624, 1, 8630, 1, 8636, 17, 8656, 1, 8659, 0, 8661, 6, 8669, 0, 8676, 1, 9140, 1, 9143, 0, 9168, 0, 9186, 0, 9632, 1, 9646, 8, 9660, 4, 9670, 1, 9674, 1, 9679, 4, 9698, 0, 9700, 0, 9703, 5, 9733, 1, 9792, 0, 9794, 0, 9824, 3, 9837, 1, 10181, 1, 10214, 9, 10627, 21, 10712, 3, 10748, 1, 65121, 0, 65123, 0, 65128, 0, 65340, 0, 65342, 0, 119808, 84, 119894, 70, 119966, 1, 119970, 0, 119973, 1, 119977, 3, 119982, 11, 119995, 0, 119997, 6, 120005, 64, 120071, 3, 120077, 7, 120086, 6, 120094, 27, 120123, 3, 120128, 4, 120134, 0, 120138, 6, 120146, 339, 120488, 24, 120514, 24, 120540, 30, 120572, 24, 120598, 30, 120630, 24, 120656, 30, 120688, 24, 120714, 30, 120746, 24, 120772, 7, 120782, 49, 126464, 3, 126469, 26, 126497, 1, 126500, 0, 126503, 0, 126505, 9, 126516, 3, 126521, 0, 126523, 0, 126530, 0, 126535, 0, 126537, 0, 126539, 0, 126541, 2, 126545, 1, 126548, 0, 126551, 0, 126553, 0, 126555, 0, 126557, 0, 126559, 0, 126561, 1, 126564, 0, 126567, 3, 126572, 6, 126580, 3, 126585, 3, 126590, 0, 126592, 9, 126603, 16, 126625, 2, 126629, 4, 126635, 16]));
exports.Other_Math = exports.OMath;
exports.OUpper = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([8544, 15, 9398, 25]));
exports.Other_Uppercase = exports.OUpper;
exports.Pat_Syn = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([33, 14, 58, 6, 91, 3, 96, 0, 123, 3, 161, 6, 169, 0, 171, 1, 174, 0, 176, 1, 182, 0, 187, 0, 191, 0, 215, 0, 247, 0, 8208, 23, 8240, 14, 8257, 18, 8277, 9, 8592, 719, 9472, 629, 10132, 1131, 11776, 127, 12289, 2, 12296, 24, 12336, 0, 64830, 1, 65093, 1]));
exports.Pattern_Syntax = exports.Pat_Syn;
exports.Pat_WS = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([9, 4, 32, 0, 133, 0, 8206, 1, 8232, 1]));
exports.Pattern_White_Space = exports.Pat_WS;
exports.QMark = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([34, 0, 39, 0, 171, 0, 187, 0, 8216, 7, 8249, 1, 12300, 3, 12317, 2, 65089, 3, 65282, 0, 65287, 0, 65378, 1]));
exports.Quotation_Mark = exports.QMark;
exports.Radical = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([11904, 25, 11931, 88, 12032, 213]));
exports.STerm = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([33, 0, 46, 0, 63, 0, 1372, 0, 1374, 0, 1417, 0, 1567, 0, 1748, 0, 1792, 2, 2041, 0, 2404, 1, 4170, 1, 4962, 0, 4967, 1, 5742, 0, 5941, 1, 6147, 0, 6153, 0, 6468, 1, 6824, 3, 7002, 1, 7006, 1, 7227, 1, 7294, 1, 8252, 1, 8263, 2, 11822, 0, 12290, 0, 42239, 0, 42510, 1, 42739, 0, 42743, 0, 43126, 1, 43214, 1, 43311, 0, 43464, 1, 43613, 2, 43760, 1, 44011, 0, 65106, 0, 65110, 1, 65281, 0, 65294, 0, 65311, 0, 65377, 0, 68182, 1, 69703, 1, 69822, 3, 69953, 2, 70085, 1]));
exports.SD = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([105, 1, 303, 0, 585, 0, 616, 0, 669, 0, 690, 0, 1011, 0, 1110, 0, 1112, 0, 7522, 0, 7574, 0, 7588, 0, 7592, 0, 7725, 0, 7883, 0, 8305, 0, 8520, 1, 11388, 0, 119842, 1, 119894, 1, 119946, 1, 119998, 1, 120050, 1, 120102, 1, 120154, 1, 120206, 1, 120258, 1, 120310, 1, 120362, 1, 120414, 1, 120466, 1]));
exports.Soft_Dotted = exports.SD;
exports.Term = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([33, 0, 44, 0, 46, 0, 58, 1, 63, 0, 894, 0, 903, 0, 1417, 0, 1475, 0, 1548, 0, 1563, 0, 1567, 0, 1748, 0, 1792, 10, 1804, 0, 2040, 1, 2096, 14, 2142, 0, 2404, 1, 3674, 1, 3848, 0, 3853, 5, 4170, 1, 4961, 7, 5741, 1, 5867, 2, 6100, 2, 6106, 0, 6146, 3, 6152, 1, 6468, 1, 6824, 3, 7002, 1, 7005, 2, 7227, 4, 7294, 1, 8252, 1, 8263, 2, 11822, 0, 12289, 1, 42238, 1, 42509, 2, 42739, 4, 43126, 1, 43214, 1, 43311, 0, 43463, 2, 43613, 2, 43743, 0, 43760, 1, 44011, 0, 65104, 2, 65108, 3, 65281, 0, 65292, 0, 65294, 0, 65306, 1, 65311, 0, 65377, 0, 65380, 0, 66463, 0, 66512, 0, 67671, 0, 67871, 0, 68410, 5, 69703, 6, 69822, 3, 69953, 2, 70085, 1, 74864, 3]));
exports.Terminal_Punctuation = exports.Term;
exports.UIdeo = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([13312, 6581, 19968, 20940, 64014, 1, 64017, 0, 64019, 1, 64031, 0, 64033, 0, 64035, 1, 64039, 2, 131072, 42710, 173824, 4148, 177984, 221]));
exports.Unified_Ideograph = exports.UIdeo;
exports.VS = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([6155, 2, 65024, 15, 917760, 239]));
exports.Variation_Selector = exports.VS;
exports.WSpace = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([9, 4, 32, 0, 133, 0, 160, 0, 5760, 0, 6158, 0, 8192, 10, 8232, 1, 8239, 0, 8287, 0, 12288, 0]));
exports.White_Space = exports.WSpace;
exports.space = exports.WSpace;
function default_1(value) {

@@ -72,6 +72,6 @@ switch (value) {

case "ASCII_Hex_Digit":
return exports.ASCII_Hex_Digit;
return exports.AHex;
case "Bidi_C":
case "Bidi_Control":
return exports.Bidi_Control;
return exports.Bidi_C;
case "Dash":

@@ -82,12 +82,12 @@ case "Dash":

case "Deprecated":
return exports.Deprecated;
return exports.Dep;
case "Dia":
case "Diacritic":
return exports.Diacritic;
return exports.Dia;
case "Ext":
case "Extender":
return exports.Extender;
return exports.Ext;
case "Hex":
case "Hex_Digit":
return exports.Hex_Digit;
return exports.Hex;
case "Hyphen":

@@ -98,51 +98,51 @@ case "Hyphen":

case "IDS_Binary_Operator":
return exports.IDS_Binary_Operator;
return exports.IDSB;
case "IDST":
case "IDS_Trinary_Operator":
return exports.IDS_Trinary_Operator;
return exports.IDST;
case "Ideo":
case "Ideographic":
return exports.Ideographic;
return exports.Ideo;
case "Join_C":
case "Join_Control":
return exports.Join_Control;
return exports.Join_C;
case "LOE":
case "Logical_Order_Exception":
return exports.Logical_Order_Exception;
return exports.LOE;
case "NChar":
case "Noncharacter_Code_Point":
return exports.Noncharacter_Code_Point;
return exports.NChar;
case "OAlpha":
case "Other_Alphabetic":
return exports.Other_Alphabetic;
return exports.OAlpha;
case "ODI":
case "Other_Default_Ignorable_Code_Point":
return exports.Other_Default_Ignorable_Code_Point;
return exports.ODI;
case "OGr_Ext":
case "Other_Grapheme_Extend":
return exports.Other_Grapheme_Extend;
return exports.OGr_Ext;
case "OIDC":
case "Other_ID_Continue":
return exports.Other_ID_Continue;
return exports.OIDC;
case "OIDS":
case "Other_ID_Start":
return exports.Other_ID_Start;
return exports.OIDS;
case "OLower":
case "Other_Lowercase":
return exports.Other_Lowercase;
return exports.OLower;
case "OMath":
case "Other_Math":
return exports.Other_Math;
return exports.OMath;
case "OUpper":
case "Other_Uppercase":
return exports.Other_Uppercase;
return exports.OUpper;
case "Pat_Syn":
case "Pattern_Syntax":
return exports.Pattern_Syntax;
return exports.Pat_Syn;
case "Pat_WS":
case "Pattern_White_Space":
return exports.Pattern_White_Space;
return exports.Pat_WS;
case "QMark":
case "Quotation_Mark":
return exports.Quotation_Mark;
return exports.QMark;
case "Radical":

@@ -156,16 +156,16 @@ case "Radical":

case "Soft_Dotted":
return exports.Soft_Dotted;
return exports.SD;
case "Term":
case "Terminal_Punctuation":
return exports.Terminal_Punctuation;
return exports.Term;
case "UIdeo":
case "Unified_Ideograph":
return exports.Unified_Ideograph;
return exports.UIdeo;
case "VS":
case "Variation_Selector":
return exports.Variation_Selector;
return exports.VS;
case "WSpace":
case "White_Space":
case "space":
return exports.White_Space;
return exports.WSpace;
}

@@ -172,0 +172,0 @@ return undefined;

@@ -0,3 +1,3 @@

import getCharSet from "./script.generated";
export * from "./script.generated";
import getCharSet from "./script.generated";
export { getCharSet as default };

@@ -1,203 +0,205 @@

import { CharSet } from "chardata-charset";
export declare const Arabic: CharSet;
export { Arabic as Arab };
export declare const Armenian: CharSet;
export { Armenian as Armn };
export declare const Avestan: CharSet;
export { Avestan as Avst };
export declare const Balinese: CharSet;
export { Balinese as Bali };
export declare const Bamum: CharSet;
export { Bamum as Bamu };
export declare const Batak: CharSet;
export { Batak as Batk };
export declare const Bengali: CharSet;
export { Bengali as Beng };
export declare const Bopomofo: CharSet;
export { Bopomofo as Bopo };
export declare const Brahmi: CharSet;
export { Brahmi as Brah };
export declare const Braille: CharSet;
export { Braille as Brai };
export declare const Buginese: CharSet;
export { Buginese as Bugi };
export declare const Buhid: CharSet;
export { Buhid as Buhd };
export declare const Canadian_Aboriginal: CharSet;
export { Canadian_Aboriginal as Cans };
export declare const Carian: CharSet;
export { Carian as Cari };
export declare const Chakma: CharSet;
export { Chakma as Cakm };
export declare const Cham: CharSet;
export declare const Cherokee: CharSet;
export { Cherokee as Cher };
export declare const Common: CharSet;
export { Common as Zyyy };
export declare const Coptic: CharSet;
export { Coptic as Copt, Coptic as Qaac };
export declare const Cuneiform: CharSet;
export { Cuneiform as Xsux };
export declare const Cypriot: CharSet;
export { Cypriot as Cprt };
export declare const Cyrillic: CharSet;
export { Cyrillic as Cyrl };
export declare const Deseret: CharSet;
export { Deseret as Dsrt };
export declare const Devanagari: CharSet;
export { Devanagari as Deva };
export declare const Egyptian_Hieroglyphs: CharSet;
export { Egyptian_Hieroglyphs as Egyp };
export declare const Ethiopic: CharSet;
export { Ethiopic as Ethi };
export declare const Georgian: CharSet;
export { Georgian as Geor };
export declare const Glagolitic: CharSet;
export { Glagolitic as Glag };
export declare const Gothic: CharSet;
export { Gothic as Goth };
export declare const Greek: CharSet;
export { Greek as Grek };
export declare const Gujarati: CharSet;
export { Gujarati as Gujr };
export declare const Gurmukhi: CharSet;
export { Gurmukhi as Guru };
export declare const Han: CharSet;
export { Han as Hani };
export declare const Hangul: CharSet;
export { Hangul as Hang };
export declare const Hanunoo: CharSet;
export { Hanunoo as Hano };
export declare const Hebrew: CharSet;
export { Hebrew as Hebr };
export declare const Hiragana: CharSet;
export { Hiragana as Hira };
export declare const Imperial_Aramaic: CharSet;
export { Imperial_Aramaic as Armi };
export declare const Inherited: CharSet;
export { Inherited as Zinh, Inherited as Qaai };
export declare const Inscriptional_Pahlavi: CharSet;
export { Inscriptional_Pahlavi as Phli };
export declare const Inscriptional_Parthian: CharSet;
export { Inscriptional_Parthian as Prti };
export declare const Javanese: CharSet;
export { Javanese as Java };
export declare const Kaithi: CharSet;
export { Kaithi as Kthi };
export declare const Kannada: CharSet;
export { Kannada as Knda };
export declare const Katakana: CharSet;
export { Katakana as Kana };
export declare const Kayah_Li: CharSet;
export { Kayah_Li as Kali };
export declare const Kharoshthi: CharSet;
export { Kharoshthi as Khar };
export declare const Khmer: CharSet;
export { Khmer as Khmr };
export declare const Lao: CharSet;
export { Lao as Laoo };
export declare const Latin: CharSet;
export { Latin as Latn };
export declare const Lepcha: CharSet;
export { Lepcha as Lepc };
export declare const Limbu: CharSet;
export { Limbu as Limb };
export declare const Linear_B: CharSet;
export { Linear_B as Linb };
export declare const Lisu: CharSet;
export declare const Lycian: CharSet;
export { Lycian as Lyci };
export declare const Lydian: CharSet;
export { Lydian as Lydi };
export declare const Malayalam: CharSet;
export { Malayalam as Mlym };
export declare const Mandaic: CharSet;
export { Mandaic as Mand };
export declare const Meetei_Mayek: CharSet;
export { Meetei_Mayek as Mtei };
export declare const Meroitic_Cursive: CharSet;
export { Meroitic_Cursive as Merc };
export declare const Meroitic_Hieroglyphs: CharSet;
export { Meroitic_Hieroglyphs as Mero };
export declare const Miao: CharSet;
export { Miao as Plrd };
export declare const Mongolian: CharSet;
export { Mongolian as Mong };
export declare const Myanmar: CharSet;
export { Myanmar as Mymr };
export declare const New_Tai_Lue: CharSet;
export { New_Tai_Lue as Talu };
export declare const Nko: CharSet;
export { Nko as Nkoo };
export declare const Ogham: CharSet;
export { Ogham as Ogam };
export declare const Ol_Chiki: CharSet;
export { Ol_Chiki as Olck };
export declare const Old_Italic: CharSet;
export { Old_Italic as Ital };
export declare const Old_Persian: CharSet;
export { Old_Persian as Xpeo };
export declare const Old_South_Arabian: CharSet;
export { Old_South_Arabian as Sarb };
export declare const Old_Turkic: CharSet;
export { Old_Turkic as Orkh };
export declare const Oriya: CharSet;
export { Oriya as Orya };
export declare const Osmanya: CharSet;
export { Osmanya as Osma };
export declare const Phags_Pa: CharSet;
export { Phags_Pa as Phag };
export declare const Phoenician: CharSet;
export { Phoenician as Phnx };
export declare const Rejang: CharSet;
export { Rejang as Rjng };
export declare const Runic: CharSet;
export { Runic as Runr };
export declare const Samaritan: CharSet;
export { Samaritan as Samr };
export declare const Saurashtra: CharSet;
export { Saurashtra as Saur };
export declare const Sharada: CharSet;
export { Sharada as Shrd };
export declare const Shavian: CharSet;
export { Shavian as Shaw };
export declare const Sinhala: CharSet;
export { Sinhala as Sinh };
export declare const Sora_Sompeng: CharSet;
export { Sora_Sompeng as Sora };
export declare const Sundanese: CharSet;
export { Sundanese as Sund };
export declare const Syloti_Nagri: CharSet;
export { Syloti_Nagri as Sylo };
export declare const Syriac: CharSet;
export { Syriac as Syrc };
export declare const Tagalog: CharSet;
export { Tagalog as Tglg };
export declare const Tagbanwa: CharSet;
export { Tagbanwa as Tagb };
export declare const Tai_Le: CharSet;
export { Tai_Le as Tale };
export declare const Tai_Tham: CharSet;
export { Tai_Tham as Lana };
export declare const Tai_Viet: CharSet;
export { Tai_Viet as Tavt };
export declare const Takri: CharSet;
export { Takri as Takr };
export declare const Tamil: CharSet;
export { Tamil as Taml };
export declare const Telugu: CharSet;
export { Telugu as Telu };
export declare const Thaana: CharSet;
export { Thaana as Thaa };
export declare const Thai: CharSet;
export declare const Tibetan: CharSet;
export { Tibetan as Tibt };
export declare const Tifinagh: CharSet;
export { Tifinagh as Tfng };
export declare const Ugaritic: CharSet;
export { Ugaritic as Ugar };
export declare const Vai: CharSet;
export { Vai as Vaii };
export declare const Yi: CharSet;
export { Yi as Yiii };
export default function (value: string): CharSet | undefined;
import { ReadonlyCharSet } from "chardata-charset";
export declare const Arab: ReadonlyCharSet;
export { Arab as Arabic };
export declare const Armn: ReadonlyCharSet;
export { Armn as Armenian };
export declare const Avst: ReadonlyCharSet;
export { Avst as Avestan };
export declare const Bali: ReadonlyCharSet;
export { Bali as Balinese };
export declare const Bamu: ReadonlyCharSet;
export { Bamu as Bamum };
export declare const Batk: ReadonlyCharSet;
export { Batk as Batak };
export declare const Beng: ReadonlyCharSet;
export { Beng as Bengali };
export declare const Bopo: ReadonlyCharSet;
export { Bopo as Bopomofo };
export declare const Brah: ReadonlyCharSet;
export { Brah as Brahmi };
export declare const Brai: ReadonlyCharSet;
export { Brai as Braille };
export declare const Bugi: ReadonlyCharSet;
export { Bugi as Buginese };
export declare const Buhd: ReadonlyCharSet;
export { Buhd as Buhid };
export declare const Cans: ReadonlyCharSet;
export { Cans as Canadian_Aboriginal };
export declare const Cari: ReadonlyCharSet;
export { Cari as Carian };
export declare const Cakm: ReadonlyCharSet;
export { Cakm as Chakma };
export declare const Cham: ReadonlyCharSet;
export declare const Cher: ReadonlyCharSet;
export { Cher as Cherokee };
export declare const Zyyy: ReadonlyCharSet;
export { Zyyy as Common };
export declare const Copt: ReadonlyCharSet;
export { Copt as Coptic };
export { Copt as Qaac };
export declare const Xsux: ReadonlyCharSet;
export { Xsux as Cuneiform };
export declare const Cprt: ReadonlyCharSet;
export { Cprt as Cypriot };
export declare const Cyrl: ReadonlyCharSet;
export { Cyrl as Cyrillic };
export declare const Dsrt: ReadonlyCharSet;
export { Dsrt as Deseret };
export declare const Deva: ReadonlyCharSet;
export { Deva as Devanagari };
export declare const Egyp: ReadonlyCharSet;
export { Egyp as Egyptian_Hieroglyphs };
export declare const Ethi: ReadonlyCharSet;
export { Ethi as Ethiopic };
export declare const Geor: ReadonlyCharSet;
export { Geor as Georgian };
export declare const Glag: ReadonlyCharSet;
export { Glag as Glagolitic };
export declare const Goth: ReadonlyCharSet;
export { Goth as Gothic };
export declare const Grek: ReadonlyCharSet;
export { Grek as Greek };
export declare const Gujr: ReadonlyCharSet;
export { Gujr as Gujarati };
export declare const Guru: ReadonlyCharSet;
export { Guru as Gurmukhi };
export declare const Hani: ReadonlyCharSet;
export { Hani as Han };
export declare const Hang: ReadonlyCharSet;
export { Hang as Hangul };
export declare const Hano: ReadonlyCharSet;
export { Hano as Hanunoo };
export declare const Hebr: ReadonlyCharSet;
export { Hebr as Hebrew };
export declare const Hira: ReadonlyCharSet;
export { Hira as Hiragana };
export declare const Armi: ReadonlyCharSet;
export { Armi as Imperial_Aramaic };
export declare const Zinh: ReadonlyCharSet;
export { Zinh as Inherited };
export { Zinh as Qaai };
export declare const Phli: ReadonlyCharSet;
export { Phli as Inscriptional_Pahlavi };
export declare const Prti: ReadonlyCharSet;
export { Prti as Inscriptional_Parthian };
export declare const Java: ReadonlyCharSet;
export { Java as Javanese };
export declare const Kthi: ReadonlyCharSet;
export { Kthi as Kaithi };
export declare const Knda: ReadonlyCharSet;
export { Knda as Kannada };
export declare const Kana: ReadonlyCharSet;
export { Kana as Katakana };
export declare const Kali: ReadonlyCharSet;
export { Kali as Kayah_Li };
export declare const Khar: ReadonlyCharSet;
export { Khar as Kharoshthi };
export declare const Khmr: ReadonlyCharSet;
export { Khmr as Khmer };
export declare const Laoo: ReadonlyCharSet;
export { Laoo as Lao };
export declare const Latn: ReadonlyCharSet;
export { Latn as Latin };
export declare const Lepc: ReadonlyCharSet;
export { Lepc as Lepcha };
export declare const Limb: ReadonlyCharSet;
export { Limb as Limbu };
export declare const Linb: ReadonlyCharSet;
export { Linb as Linear_B };
export declare const Lisu: ReadonlyCharSet;
export declare const Lyci: ReadonlyCharSet;
export { Lyci as Lycian };
export declare const Lydi: ReadonlyCharSet;
export { Lydi as Lydian };
export declare const Mlym: ReadonlyCharSet;
export { Mlym as Malayalam };
export declare const Mand: ReadonlyCharSet;
export { Mand as Mandaic };
export declare const Mtei: ReadonlyCharSet;
export { Mtei as Meetei_Mayek };
export declare const Merc: ReadonlyCharSet;
export { Merc as Meroitic_Cursive };
export declare const Mero: ReadonlyCharSet;
export { Mero as Meroitic_Hieroglyphs };
export declare const Plrd: ReadonlyCharSet;
export { Plrd as Miao };
export declare const Mong: ReadonlyCharSet;
export { Mong as Mongolian };
export declare const Mymr: ReadonlyCharSet;
export { Mymr as Myanmar };
export declare const Talu: ReadonlyCharSet;
export { Talu as New_Tai_Lue };
export declare const Nkoo: ReadonlyCharSet;
export { Nkoo as Nko };
export declare const Ogam: ReadonlyCharSet;
export { Ogam as Ogham };
export declare const Olck: ReadonlyCharSet;
export { Olck as Ol_Chiki };
export declare const Ital: ReadonlyCharSet;
export { Ital as Old_Italic };
export declare const Xpeo: ReadonlyCharSet;
export { Xpeo as Old_Persian };
export declare const Sarb: ReadonlyCharSet;
export { Sarb as Old_South_Arabian };
export declare const Orkh: ReadonlyCharSet;
export { Orkh as Old_Turkic };
export declare const Orya: ReadonlyCharSet;
export { Orya as Oriya };
export declare const Osma: ReadonlyCharSet;
export { Osma as Osmanya };
export declare const Phag: ReadonlyCharSet;
export { Phag as Phags_Pa };
export declare const Phnx: ReadonlyCharSet;
export { Phnx as Phoenician };
export declare const Rjng: ReadonlyCharSet;
export { Rjng as Rejang };
export declare const Runr: ReadonlyCharSet;
export { Runr as Runic };
export declare const Samr: ReadonlyCharSet;
export { Samr as Samaritan };
export declare const Saur: ReadonlyCharSet;
export { Saur as Saurashtra };
export declare const Shrd: ReadonlyCharSet;
export { Shrd as Sharada };
export declare const Shaw: ReadonlyCharSet;
export { Shaw as Shavian };
export declare const Sinh: ReadonlyCharSet;
export { Sinh as Sinhala };
export declare const Sora: ReadonlyCharSet;
export { Sora as Sora_Sompeng };
export declare const Sund: ReadonlyCharSet;
export { Sund as Sundanese };
export declare const Sylo: ReadonlyCharSet;
export { Sylo as Syloti_Nagri };
export declare const Syrc: ReadonlyCharSet;
export { Syrc as Syriac };
export declare const Tglg: ReadonlyCharSet;
export { Tglg as Tagalog };
export declare const Tagb: ReadonlyCharSet;
export { Tagb as Tagbanwa };
export declare const Tale: ReadonlyCharSet;
export { Tale as Tai_Le };
export declare const Lana: ReadonlyCharSet;
export { Lana as Tai_Tham };
export declare const Tavt: ReadonlyCharSet;
export { Tavt as Tai_Viet };
export declare const Takr: ReadonlyCharSet;
export { Takr as Takri };
export declare const Taml: ReadonlyCharSet;
export { Taml as Tamil };
export declare const Telu: ReadonlyCharSet;
export { Telu as Telugu };
export declare const Thaa: ReadonlyCharSet;
export { Thaa as Thaana };
export declare const Thai: ReadonlyCharSet;
export declare const Tibt: ReadonlyCharSet;
export { Tibt as Tibetan };
export declare const Tfng: ReadonlyCharSet;
export { Tfng as Tifinagh };
export declare const Ugar: ReadonlyCharSet;
export { Ugar as Ugaritic };
export declare const Vaii: ReadonlyCharSet;
export { Vaii as Vai };
export declare const Yiii: ReadonlyCharSet;
export { Yiii as Yi };
export default function (value: string): ReadonlyCharSet | undefined;

@@ -6,205 +6,205 @@ "use strict";

const chardata_charset_1 = require("chardata-charset");
exports.Arabic = new chardata_charset_1.CharSet([1536, 4, 1542, 5, 1549, 13, 1566, 0, 1568, 31, 1601, 9, 1622, 9, 1642, 5, 1649, 107, 1758, 33, 1872, 47, 2208, 0, 2210, 10, 2276, 26, 64336, 113, 64467, 362, 64848, 63, 64914, 53, 65008, 12, 65136, 4, 65142, 134, 69216, 30, 126464, 3, 126469, 26, 126497, 1, 126500, 0, 126503, 0, 126505, 9, 126516, 3, 126521, 0, 126523, 0, 126530, 0, 126535, 0, 126537, 0, 126539, 0, 126541, 2, 126545, 1, 126548, 0, 126551, 0, 126553, 0, 126555, 0, 126557, 0, 126559, 0, 126561, 1, 126564, 0, 126567, 3, 126572, 6, 126580, 3, 126585, 3, 126590, 0, 126592, 9, 126603, 16, 126625, 2, 126629, 4, 126635, 16, 126704, 1]);
exports.Arab = exports.Arabic;
exports.Armenian = new chardata_charset_1.CharSet([1329, 37, 1369, 6, 1377, 38, 1418, 0, 1423, 0, 64275, 4]);
exports.Armn = exports.Armenian;
exports.Avestan = new chardata_charset_1.CharSet([68352, 53, 68409, 6]);
exports.Avst = exports.Avestan;
exports.Balinese = new chardata_charset_1.CharSet([6912, 75, 6992, 44]);
exports.Bali = exports.Balinese;
exports.Bamum = new chardata_charset_1.CharSet([42656, 87, 92160, 568]);
exports.Bamu = exports.Bamum;
exports.Batak = new chardata_charset_1.CharSet([7104, 51, 7164, 3]);
exports.Batk = exports.Batak;
exports.Bengali = new chardata_charset_1.CharSet([2433, 2, 2437, 7, 2447, 1, 2451, 21, 2474, 6, 2482, 0, 2486, 3, 2492, 8, 2503, 1, 2507, 3, 2519, 0, 2524, 1, 2527, 4, 2534, 21]);
exports.Beng = exports.Bengali;
exports.Bopomofo = new chardata_charset_1.CharSet([746, 1, 12549, 40, 12704, 26]);
exports.Bopo = exports.Bopomofo;
exports.Brahmi = new chardata_charset_1.CharSet([69632, 77, 69714, 29]);
exports.Brah = exports.Brahmi;
exports.Braille = new chardata_charset_1.CharSet([10240, 255]);
exports.Brai = exports.Braille;
exports.Buginese = new chardata_charset_1.CharSet([6656, 27, 6686, 1]);
exports.Bugi = exports.Buginese;
exports.Buhid = new chardata_charset_1.CharSet([5952, 19]);
exports.Buhd = exports.Buhid;
exports.Canadian_Aboriginal = new chardata_charset_1.CharSet([5120, 639, 6320, 69]);
exports.Cans = exports.Canadian_Aboriginal;
exports.Carian = new chardata_charset_1.CharSet([66208, 48]);
exports.Cari = exports.Carian;
exports.Chakma = new chardata_charset_1.CharSet([69888, 52, 69942, 13]);
exports.Cakm = exports.Chakma;
exports.Cham = new chardata_charset_1.CharSet([43520, 54, 43584, 13, 43600, 9, 43612, 3]);
exports.Cherokee = new chardata_charset_1.CharSet([5024, 84]);
exports.Cher = exports.Cherokee;
exports.Common = new chardata_charset_1.CharSet([0, 64, 91, 5, 123, 46, 171, 14, 187, 4, 215, 0, 247, 0, 697, 38, 741, 4, 748, 19, 884, 0, 894, 0, 901, 0, 903, 0, 1417, 0, 1548, 0, 1563, 0, 1567, 0, 1600, 0, 1632, 9, 1757, 0, 2404, 1, 3647, 0, 4053, 3, 4347, 0, 5867, 2, 5941, 1, 6146, 1, 6149, 0, 7379, 0, 7393, 0, 7401, 3, 7406, 5, 7413, 1, 8192, 11, 8206, 86, 8298, 6, 8308, 10, 8320, 14, 8352, 26, 8448, 37, 8487, 2, 8492, 5, 8499, 26, 8527, 16, 8585, 0, 8592, 611, 9216, 38, 9280, 10, 9312, 671, 9985, 254, 10496, 588, 11088, 9, 11776, 59, 12272, 11, 12288, 4, 12294, 0, 12296, 24, 12336, 7, 12348, 3, 12443, 1, 12448, 0, 12539, 1, 12688, 15, 12736, 35, 12832, 63, 12927, 80, 13144, 167, 19904, 63, 42752, 33, 42888, 2, 43056, 9, 64830, 1, 65021, 0, 65040, 9, 65072, 34, 65108, 18, 65128, 3, 65279, 0, 65281, 31, 65339, 5, 65371, 10, 65392, 0, 65438, 1, 65504, 6, 65512, 6, 65529, 4, 65792, 2, 65799, 44, 65847, 8, 65936, 11, 66000, 44, 118784, 245, 119040, 38, 119081, 61, 119146, 16, 119171, 1, 119180, 29, 119214, 47, 119552, 86, 119648, 17, 119808, 84, 119894, 70, 119966, 1, 119970, 0, 119973, 1, 119977, 3, 119982, 11, 119995, 0, 119997, 6, 120005, 64, 120071, 3, 120077, 7, 120086, 6, 120094, 27, 120123, 3, 120128, 4, 120134, 0, 120138, 6, 120146, 339, 120488, 291, 120782, 49, 126976, 43, 127024, 99, 127136, 14, 127153, 13, 127169, 14, 127185, 14, 127232, 10, 127248, 30, 127280, 59, 127344, 42, 127462, 25, 127489, 1, 127504, 42, 127552, 8, 127568, 1, 127744, 32, 127792, 5, 127799, 69, 127872, 19, 127904, 36, 127942, 4, 127968, 16, 128000, 62, 128064, 0, 128066, 181, 128249, 3, 128256, 61, 128320, 3, 128336, 23, 128507, 69, 128581, 10, 128640, 69, 128768, 115, 917505, 0, 917536, 95]);
exports.Zyyy = exports.Common;
exports.Coptic = new chardata_charset_1.CharSet([994, 13, 11392, 115, 11513, 6]);
exports.Copt = exports.Coptic;
exports.Qaac = exports.Coptic;
exports.Cuneiform = new chardata_charset_1.CharSet([73728, 878, 74752, 98, 74864, 3]);
exports.Xsux = exports.Cuneiform;
exports.Cypriot = new chardata_charset_1.CharSet([67584, 5, 67592, 0, 67594, 43, 67639, 1, 67644, 0, 67647, 0]);
exports.Cprt = exports.Cypriot;
exports.Cyrillic = new chardata_charset_1.CharSet([1024, 132, 1159, 160, 7467, 0, 7544, 0, 11744, 31, 42560, 87, 42655, 0]);
exports.Cyrl = exports.Cyrillic;
exports.Deseret = new chardata_charset_1.CharSet([66560, 79]);
exports.Dsrt = exports.Deseret;
exports.Devanagari = new chardata_charset_1.CharSet([2304, 80, 2387, 16, 2406, 17, 2425, 6, 43232, 27]);
exports.Deva = exports.Devanagari;
exports.Egyptian_Hieroglyphs = new chardata_charset_1.CharSet([77824, 1070]);
exports.Egyp = exports.Egyptian_Hieroglyphs;
exports.Ethiopic = new chardata_charset_1.CharSet([4608, 72, 4682, 3, 4688, 6, 4696, 0, 4698, 3, 4704, 40, 4746, 3, 4752, 32, 4786, 3, 4792, 6, 4800, 0, 4802, 3, 4808, 14, 4824, 56, 4882, 3, 4888, 66, 4957, 31, 4992, 25, 11648, 22, 11680, 6, 11688, 6, 11696, 6, 11704, 6, 11712, 6, 11720, 6, 11728, 6, 11736, 6, 43777, 5, 43785, 5, 43793, 5, 43808, 6, 43816, 6]);
exports.Ethi = exports.Ethiopic;
exports.Georgian = new chardata_charset_1.CharSet([4256, 37, 4295, 0, 4301, 0, 4304, 42, 4348, 3, 11520, 37, 11559, 0, 11565, 0]);
exports.Geor = exports.Georgian;
exports.Glagolitic = new chardata_charset_1.CharSet([11264, 46, 11312, 46]);
exports.Glag = exports.Glagolitic;
exports.Gothic = new chardata_charset_1.CharSet([66352, 26]);
exports.Goth = exports.Gothic;
exports.Greek = new chardata_charset_1.CharSet([880, 3, 885, 2, 890, 3, 900, 0, 902, 0, 904, 2, 908, 0, 910, 19, 931, 62, 1008, 15, 7462, 4, 7517, 4, 7526, 4, 7615, 0, 7936, 21, 7960, 5, 7968, 37, 8008, 5, 8016, 7, 8025, 0, 8027, 0, 8029, 0, 8031, 30, 8064, 52, 8118, 14, 8134, 13, 8150, 5, 8157, 18, 8178, 2, 8182, 8, 8486, 0, 65856, 74, 119296, 69]);
exports.Grek = exports.Greek;
exports.Gujarati = new chardata_charset_1.CharSet([2689, 2, 2693, 8, 2703, 2, 2707, 21, 2730, 6, 2738, 1, 2741, 4, 2748, 9, 2759, 2, 2763, 2, 2768, 0, 2784, 3, 2790, 11]);
exports.Gujr = exports.Gujarati;
exports.Gurmukhi = new chardata_charset_1.CharSet([2561, 2, 2565, 5, 2575, 1, 2579, 21, 2602, 6, 2610, 1, 2613, 1, 2616, 1, 2620, 0, 2622, 4, 2631, 1, 2635, 2, 2641, 0, 2649, 3, 2654, 0, 2662, 15]);
exports.Guru = exports.Gurmukhi;
exports.Han = new chardata_charset_1.CharSet([11904, 25, 11931, 88, 12032, 213, 12293, 0, 12295, 0, 12321, 8, 12344, 3, 13312, 6581, 19968, 20940, 63744, 365, 64112, 105, 131072, 42710, 173824, 4148, 177984, 221, 194560, 541]);
exports.Hani = exports.Han;
exports.Hangul = new chardata_charset_1.CharSet([4352, 255, 12334, 1, 12593, 93, 12800, 30, 12896, 30, 43360, 28, 44032, 11171, 55216, 22, 55243, 48, 65440, 30, 65474, 5, 65482, 5, 65490, 5, 65498, 2]);
exports.Hang = exports.Hangul;
exports.Hanunoo = new chardata_charset_1.CharSet([5920, 20]);
exports.Hano = exports.Hanunoo;
exports.Hebrew = new chardata_charset_1.CharSet([1425, 54, 1488, 26, 1520, 4, 64285, 25, 64312, 4, 64318, 0, 64320, 1, 64323, 1, 64326, 9]);
exports.Hebr = exports.Hebrew;
exports.Hiragana = new chardata_charset_1.CharSet([12353, 85, 12445, 2, 110593, 0, 127488, 0]);
exports.Hira = exports.Hiragana;
exports.Imperial_Aramaic = new chardata_charset_1.CharSet([67648, 21, 67671, 8]);
exports.Armi = exports.Imperial_Aramaic;
exports.Inherited = new chardata_charset_1.CharSet([768, 111, 1157, 1, 1611, 10, 1648, 0, 2385, 1, 7376, 2, 7380, 12, 7394, 6, 7405, 0, 7412, 0, 7616, 38, 7676, 3, 8204, 1, 8400, 32, 12330, 3, 12441, 1, 65024, 15, 65056, 6, 66045, 0, 119143, 2, 119163, 7, 119173, 6, 119210, 3, 917760, 239]);
exports.Zinh = exports.Inherited;
exports.Qaai = exports.Inherited;
exports.Inscriptional_Pahlavi = new chardata_charset_1.CharSet([68448, 18, 68472, 7]);
exports.Phli = exports.Inscriptional_Pahlavi;
exports.Inscriptional_Parthian = new chardata_charset_1.CharSet([68416, 21, 68440, 7]);
exports.Prti = exports.Inscriptional_Parthian;
exports.Javanese = new chardata_charset_1.CharSet([43392, 77, 43471, 10, 43486, 1]);
exports.Java = exports.Javanese;
exports.Kaithi = new chardata_charset_1.CharSet([69760, 65]);
exports.Kthi = exports.Kaithi;
exports.Kannada = new chardata_charset_1.CharSet([3202, 1, 3205, 7, 3214, 2, 3218, 22, 3242, 9, 3253, 4, 3260, 8, 3270, 2, 3274, 3, 3285, 1, 3294, 0, 3296, 3, 3302, 9, 3313, 1]);
exports.Knda = exports.Kannada;
exports.Katakana = new chardata_charset_1.CharSet([12449, 89, 12541, 2, 12784, 15, 13008, 46, 13056, 87, 65382, 9, 65393, 44, 110592, 0]);
exports.Kana = exports.Katakana;
exports.Kayah_Li = new chardata_charset_1.CharSet([43264, 47]);
exports.Kali = exports.Kayah_Li;
exports.Kharoshthi = new chardata_charset_1.CharSet([68096, 3, 68101, 1, 68108, 7, 68117, 2, 68121, 26, 68152, 2, 68159, 8, 68176, 8]);
exports.Khar = exports.Kharoshthi;
exports.Khmer = new chardata_charset_1.CharSet([6016, 93, 6112, 9, 6128, 9, 6624, 31]);
exports.Khmr = exports.Khmer;
exports.Lao = new chardata_charset_1.CharSet([3713, 1, 3716, 0, 3719, 1, 3722, 0, 3725, 0, 3732, 3, 3737, 6, 3745, 2, 3749, 0, 3751, 0, 3754, 1, 3757, 12, 3771, 2, 3776, 4, 3782, 0, 3784, 5, 3792, 9, 3804, 3]);
exports.Laoo = exports.Lao;
exports.Latin = new chardata_charset_1.CharSet([65, 25, 97, 25, 170, 0, 186, 0, 192, 22, 216, 30, 248, 448, 736, 4, 7424, 37, 7468, 48, 7522, 3, 7531, 12, 7545, 69, 7680, 255, 8305, 0, 8319, 0, 8336, 12, 8490, 1, 8498, 0, 8526, 0, 8544, 40, 11360, 31, 42786, 101, 42891, 3, 42896, 3, 42912, 10, 43000, 7, 64256, 6, 65313, 25, 65345, 25]);
exports.Latn = exports.Latin;
exports.Lepcha = new chardata_charset_1.CharSet([7168, 55, 7227, 14, 7245, 2]);
exports.Lepc = exports.Lepcha;
exports.Limbu = new chardata_charset_1.CharSet([6400, 28, 6432, 11, 6448, 11, 6464, 0, 6468, 11]);
exports.Limb = exports.Limbu;
exports.Linear_B = new chardata_charset_1.CharSet([65536, 11, 65549, 25, 65576, 18, 65596, 1, 65599, 14, 65616, 13, 65664, 122]);
exports.Linb = exports.Linear_B;
exports.Lisu = new chardata_charset_1.CharSet([42192, 47]);
exports.Lycian = new chardata_charset_1.CharSet([66176, 28]);
exports.Lyci = exports.Lycian;
exports.Lydian = new chardata_charset_1.CharSet([67872, 25, 67903, 0]);
exports.Lydi = exports.Lydian;
exports.Malayalam = new chardata_charset_1.CharSet([3330, 1, 3333, 7, 3342, 2, 3346, 40, 3389, 7, 3398, 2, 3402, 4, 3415, 0, 3424, 3, 3430, 15, 3449, 6]);
exports.Mlym = exports.Malayalam;
exports.Mandaic = new chardata_charset_1.CharSet([2112, 27, 2142, 0]);
exports.Mand = exports.Mandaic;
exports.Meetei_Mayek = new chardata_charset_1.CharSet([43744, 22, 43968, 45, 44016, 9]);
exports.Mtei = exports.Meetei_Mayek;
exports.Meroitic_Cursive = new chardata_charset_1.CharSet([68000, 23, 68030, 1]);
exports.Merc = exports.Meroitic_Cursive;
exports.Meroitic_Hieroglyphs = new chardata_charset_1.CharSet([67968, 31]);
exports.Mero = exports.Meroitic_Hieroglyphs;
exports.Miao = new chardata_charset_1.CharSet([93952, 68, 94032, 46, 94095, 16]);
exports.Plrd = exports.Miao;
exports.Mongolian = new chardata_charset_1.CharSet([6144, 1, 6148, 0, 6150, 8, 6160, 9, 6176, 87, 6272, 42]);
exports.Mong = exports.Mongolian;
exports.Myanmar = new chardata_charset_1.CharSet([4096, 159, 43616, 27]);
exports.Mymr = exports.Myanmar;
exports.New_Tai_Lue = new chardata_charset_1.CharSet([6528, 43, 6576, 25, 6608, 10, 6622, 1]);
exports.Talu = exports.New_Tai_Lue;
exports.Nko = new chardata_charset_1.CharSet([1984, 58]);
exports.Nkoo = exports.Nko;
exports.Ogham = new chardata_charset_1.CharSet([5760, 28]);
exports.Ogam = exports.Ogham;
exports.Ol_Chiki = new chardata_charset_1.CharSet([7248, 47]);
exports.Olck = exports.Ol_Chiki;
exports.Old_Italic = new chardata_charset_1.CharSet([66304, 30, 66336, 3]);
exports.Ital = exports.Old_Italic;
exports.Old_Persian = new chardata_charset_1.CharSet([66464, 35, 66504, 13]);
exports.Xpeo = exports.Old_Persian;
exports.Old_South_Arabian = new chardata_charset_1.CharSet([68192, 31]);
exports.Sarb = exports.Old_South_Arabian;
exports.Old_Turkic = new chardata_charset_1.CharSet([68608, 72]);
exports.Orkh = exports.Old_Turkic;
exports.Oriya = new chardata_charset_1.CharSet([2817, 2, 2821, 7, 2831, 1, 2835, 21, 2858, 6, 2866, 1, 2869, 4, 2876, 8, 2887, 1, 2891, 2, 2902, 1, 2908, 1, 2911, 4, 2918, 17]);
exports.Orya = exports.Oriya;
exports.Osmanya = new chardata_charset_1.CharSet([66688, 29, 66720, 9]);
exports.Osma = exports.Osmanya;
exports.Phags_Pa = new chardata_charset_1.CharSet([43072, 55]);
exports.Phag = exports.Phags_Pa;
exports.Phoenician = new chardata_charset_1.CharSet([67840, 27, 67871, 0]);
exports.Phnx = exports.Phoenician;
exports.Rejang = new chardata_charset_1.CharSet([43312, 35, 43359, 0]);
exports.Rjng = exports.Rejang;
exports.Runic = new chardata_charset_1.CharSet([5792, 74, 5870, 2]);
exports.Runr = exports.Runic;
exports.Samaritan = new chardata_charset_1.CharSet([2048, 45, 2096, 14]);
exports.Samr = exports.Samaritan;
exports.Saurashtra = new chardata_charset_1.CharSet([43136, 68, 43214, 11]);
exports.Saur = exports.Saurashtra;
exports.Sharada = new chardata_charset_1.CharSet([70016, 72, 70096, 9]);
exports.Shrd = exports.Sharada;
exports.Shavian = new chardata_charset_1.CharSet([66640, 47]);
exports.Shaw = exports.Shavian;
exports.Sinhala = new chardata_charset_1.CharSet([3458, 1, 3461, 17, 3482, 23, 3507, 8, 3517, 0, 3520, 6, 3530, 0, 3535, 5, 3542, 0, 3544, 7, 3570, 2]);
exports.Sinh = exports.Sinhala;
exports.Sora_Sompeng = new chardata_charset_1.CharSet([69840, 24, 69872, 9]);
exports.Sora = exports.Sora_Sompeng;
exports.Sundanese = new chardata_charset_1.CharSet([7040, 63, 7360, 7]);
exports.Sund = exports.Sundanese;
exports.Syloti_Nagri = new chardata_charset_1.CharSet([43008, 43]);
exports.Sylo = exports.Syloti_Nagri;
exports.Syriac = new chardata_charset_1.CharSet([1792, 13, 1807, 59, 1869, 2]);
exports.Syrc = exports.Syriac;
exports.Tagalog = new chardata_charset_1.CharSet([5888, 12, 5902, 6]);
exports.Tglg = exports.Tagalog;
exports.Tagbanwa = new chardata_charset_1.CharSet([5984, 12, 5998, 2, 6002, 1]);
exports.Tagb = exports.Tagbanwa;
exports.Tai_Le = new chardata_charset_1.CharSet([6480, 29, 6512, 4]);
exports.Tale = exports.Tai_Le;
exports.Tai_Tham = new chardata_charset_1.CharSet([6688, 62, 6752, 28, 6783, 10, 6800, 9, 6816, 13]);
exports.Lana = exports.Tai_Tham;
exports.Tai_Viet = new chardata_charset_1.CharSet([43648, 66, 43739, 4]);
exports.Tavt = exports.Tai_Viet;
exports.Takri = new chardata_charset_1.CharSet([71296, 55, 71360, 9]);
exports.Takr = exports.Takri;
exports.Tamil = new chardata_charset_1.CharSet([2946, 1, 2949, 5, 2958, 2, 2962, 3, 2969, 1, 2972, 0, 2974, 1, 2979, 1, 2984, 2, 2990, 11, 3006, 4, 3014, 2, 3018, 3, 3024, 0, 3031, 0, 3046, 20]);
exports.Taml = exports.Tamil;
exports.Telugu = new chardata_charset_1.CharSet([3073, 2, 3077, 7, 3086, 2, 3090, 22, 3114, 9, 3125, 4, 3133, 7, 3142, 2, 3146, 3, 3157, 1, 3160, 1, 3168, 3, 3174, 9, 3192, 7]);
exports.Telu = exports.Telugu;
exports.Thaana = new chardata_charset_1.CharSet([1920, 49]);
exports.Thaa = exports.Thaana;
exports.Thai = new chardata_charset_1.CharSet([3585, 57, 3648, 27]);
exports.Tibetan = new chardata_charset_1.CharSet([3840, 71, 3913, 35, 3953, 38, 3993, 35, 4030, 14, 4046, 6, 4057, 1]);
exports.Tibt = exports.Tibetan;
exports.Tifinagh = new chardata_charset_1.CharSet([11568, 55, 11631, 1, 11647, 0]);
exports.Tfng = exports.Tifinagh;
exports.Ugaritic = new chardata_charset_1.CharSet([66432, 29, 66463, 0]);
exports.Ugar = exports.Ugaritic;
exports.Vai = new chardata_charset_1.CharSet([42240, 299]);
exports.Vaii = exports.Vai;
exports.Yi = new chardata_charset_1.CharSet([40960, 1164, 42128, 54]);
exports.Yiii = exports.Yi;
exports.Arab = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([1536, 4, 1542, 5, 1549, 13, 1566, 0, 1568, 31, 1601, 9, 1622, 9, 1642, 5, 1649, 107, 1758, 33, 1872, 47, 2208, 0, 2210, 10, 2276, 26, 64336, 113, 64467, 362, 64848, 63, 64914, 53, 65008, 12, 65136, 4, 65142, 134, 69216, 30, 126464, 3, 126469, 26, 126497, 1, 126500, 0, 126503, 0, 126505, 9, 126516, 3, 126521, 0, 126523, 0, 126530, 0, 126535, 0, 126537, 0, 126539, 0, 126541, 2, 126545, 1, 126548, 0, 126551, 0, 126553, 0, 126555, 0, 126557, 0, 126559, 0, 126561, 1, 126564, 0, 126567, 3, 126572, 6, 126580, 3, 126585, 3, 126590, 0, 126592, 9, 126603, 16, 126625, 2, 126629, 4, 126635, 16, 126704, 1]));
exports.Arabic = exports.Arab;
exports.Armn = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([1329, 37, 1369, 6, 1377, 38, 1418, 0, 1423, 0, 64275, 4]));
exports.Armenian = exports.Armn;
exports.Avst = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([68352, 53, 68409, 6]));
exports.Avestan = exports.Avst;
exports.Bali = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([6912, 75, 6992, 44]));
exports.Balinese = exports.Bali;
exports.Bamu = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([42656, 87, 92160, 568]));
exports.Bamum = exports.Bamu;
exports.Batk = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([7104, 51, 7164, 3]));
exports.Batak = exports.Batk;
exports.Beng = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([2433, 2, 2437, 7, 2447, 1, 2451, 21, 2474, 6, 2482, 0, 2486, 3, 2492, 8, 2503, 1, 2507, 3, 2519, 0, 2524, 1, 2527, 4, 2534, 21]));
exports.Bengali = exports.Beng;
exports.Bopo = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([746, 1, 12549, 40, 12704, 26]));
exports.Bopomofo = exports.Bopo;
exports.Brah = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([69632, 77, 69714, 29]));
exports.Brahmi = exports.Brah;
exports.Brai = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([10240, 255]));
exports.Braille = exports.Brai;
exports.Bugi = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([6656, 27, 6686, 1]));
exports.Buginese = exports.Bugi;
exports.Buhd = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([5952, 19]));
exports.Buhid = exports.Buhd;
exports.Cans = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([5120, 639, 6320, 69]));
exports.Canadian_Aboriginal = exports.Cans;
exports.Cari = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([66208, 48]));
exports.Carian = exports.Cari;
exports.Cakm = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([69888, 52, 69942, 13]));
exports.Chakma = exports.Cakm;
exports.Cham = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([43520, 54, 43584, 13, 43600, 9, 43612, 3]));
exports.Cher = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([5024, 84]));
exports.Cherokee = exports.Cher;
exports.Zyyy = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([0, 64, 91, 5, 123, 46, 171, 14, 187, 4, 215, 0, 247, 0, 697, 38, 741, 4, 748, 19, 884, 0, 894, 0, 901, 0, 903, 0, 1417, 0, 1548, 0, 1563, 0, 1567, 0, 1600, 0, 1632, 9, 1757, 0, 2404, 1, 3647, 0, 4053, 3, 4347, 0, 5867, 2, 5941, 1, 6146, 1, 6149, 0, 7379, 0, 7393, 0, 7401, 3, 7406, 5, 7413, 1, 8192, 11, 8206, 86, 8298, 6, 8308, 10, 8320, 14, 8352, 26, 8448, 37, 8487, 2, 8492, 5, 8499, 26, 8527, 16, 8585, 0, 8592, 611, 9216, 38, 9280, 10, 9312, 671, 9985, 254, 10496, 588, 11088, 9, 11776, 59, 12272, 11, 12288, 4, 12294, 0, 12296, 24, 12336, 7, 12348, 3, 12443, 1, 12448, 0, 12539, 1, 12688, 15, 12736, 35, 12832, 63, 12927, 80, 13144, 167, 19904, 63, 42752, 33, 42888, 2, 43056, 9, 64830, 1, 65021, 0, 65040, 9, 65072, 34, 65108, 18, 65128, 3, 65279, 0, 65281, 31, 65339, 5, 65371, 10, 65392, 0, 65438, 1, 65504, 6, 65512, 6, 65529, 4, 65792, 2, 65799, 44, 65847, 8, 65936, 11, 66000, 44, 118784, 245, 119040, 38, 119081, 61, 119146, 16, 119171, 1, 119180, 29, 119214, 47, 119552, 86, 119648, 17, 119808, 84, 119894, 70, 119966, 1, 119970, 0, 119973, 1, 119977, 3, 119982, 11, 119995, 0, 119997, 6, 120005, 64, 120071, 3, 120077, 7, 120086, 6, 120094, 27, 120123, 3, 120128, 4, 120134, 0, 120138, 6, 120146, 339, 120488, 291, 120782, 49, 126976, 43, 127024, 99, 127136, 14, 127153, 13, 127169, 14, 127185, 14, 127232, 10, 127248, 30, 127280, 59, 127344, 42, 127462, 25, 127489, 1, 127504, 42, 127552, 8, 127568, 1, 127744, 32, 127792, 5, 127799, 69, 127872, 19, 127904, 36, 127942, 4, 127968, 16, 128000, 62, 128064, 0, 128066, 181, 128249, 3, 128256, 61, 128320, 3, 128336, 23, 128507, 69, 128581, 10, 128640, 69, 128768, 115, 917505, 0, 917536, 95]));
exports.Common = exports.Zyyy;
exports.Copt = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([994, 13, 11392, 115, 11513, 6]));
exports.Coptic = exports.Copt;
exports.Qaac = exports.Copt;
exports.Xsux = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([73728, 878, 74752, 98, 74864, 3]));
exports.Cuneiform = exports.Xsux;
exports.Cprt = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([67584, 5, 67592, 0, 67594, 43, 67639, 1, 67644, 0, 67647, 0]));
exports.Cypriot = exports.Cprt;
exports.Cyrl = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([1024, 132, 1159, 160, 7467, 0, 7544, 0, 11744, 31, 42560, 87, 42655, 0]));
exports.Cyrillic = exports.Cyrl;
exports.Dsrt = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([66560, 79]));
exports.Deseret = exports.Dsrt;
exports.Deva = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([2304, 80, 2387, 16, 2406, 17, 2425, 6, 43232, 27]));
exports.Devanagari = exports.Deva;
exports.Egyp = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([77824, 1070]));
exports.Egyptian_Hieroglyphs = exports.Egyp;
exports.Ethi = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([4608, 72, 4682, 3, 4688, 6, 4696, 0, 4698, 3, 4704, 40, 4746, 3, 4752, 32, 4786, 3, 4792, 6, 4800, 0, 4802, 3, 4808, 14, 4824, 56, 4882, 3, 4888, 66, 4957, 31, 4992, 25, 11648, 22, 11680, 6, 11688, 6, 11696, 6, 11704, 6, 11712, 6, 11720, 6, 11728, 6, 11736, 6, 43777, 5, 43785, 5, 43793, 5, 43808, 6, 43816, 6]));
exports.Ethiopic = exports.Ethi;
exports.Geor = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([4256, 37, 4295, 0, 4301, 0, 4304, 42, 4348, 3, 11520, 37, 11559, 0, 11565, 0]));
exports.Georgian = exports.Geor;
exports.Glag = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([11264, 46, 11312, 46]));
exports.Glagolitic = exports.Glag;
exports.Goth = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([66352, 26]));
exports.Gothic = exports.Goth;
exports.Grek = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([880, 3, 885, 2, 890, 3, 900, 0, 902, 0, 904, 2, 908, 0, 910, 19, 931, 62, 1008, 15, 7462, 4, 7517, 4, 7526, 4, 7615, 0, 7936, 21, 7960, 5, 7968, 37, 8008, 5, 8016, 7, 8025, 0, 8027, 0, 8029, 0, 8031, 30, 8064, 52, 8118, 14, 8134, 13, 8150, 5, 8157, 18, 8178, 2, 8182, 8, 8486, 0, 65856, 74, 119296, 69]));
exports.Greek = exports.Grek;
exports.Gujr = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([2689, 2, 2693, 8, 2703, 2, 2707, 21, 2730, 6, 2738, 1, 2741, 4, 2748, 9, 2759, 2, 2763, 2, 2768, 0, 2784, 3, 2790, 11]));
exports.Gujarati = exports.Gujr;
exports.Guru = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([2561, 2, 2565, 5, 2575, 1, 2579, 21, 2602, 6, 2610, 1, 2613, 1, 2616, 1, 2620, 0, 2622, 4, 2631, 1, 2635, 2, 2641, 0, 2649, 3, 2654, 0, 2662, 15]));
exports.Gurmukhi = exports.Guru;
exports.Hani = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([11904, 25, 11931, 88, 12032, 213, 12293, 0, 12295, 0, 12321, 8, 12344, 3, 13312, 6581, 19968, 20940, 63744, 365, 64112, 105, 131072, 42710, 173824, 4148, 177984, 221, 194560, 541]));
exports.Han = exports.Hani;
exports.Hang = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([4352, 255, 12334, 1, 12593, 93, 12800, 30, 12896, 30, 43360, 28, 44032, 11171, 55216, 22, 55243, 48, 65440, 30, 65474, 5, 65482, 5, 65490, 5, 65498, 2]));
exports.Hangul = exports.Hang;
exports.Hano = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([5920, 20]));
exports.Hanunoo = exports.Hano;
exports.Hebr = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([1425, 54, 1488, 26, 1520, 4, 64285, 25, 64312, 4, 64318, 0, 64320, 1, 64323, 1, 64326, 9]));
exports.Hebrew = exports.Hebr;
exports.Hira = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([12353, 85, 12445, 2, 110593, 0, 127488, 0]));
exports.Hiragana = exports.Hira;
exports.Armi = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([67648, 21, 67671, 8]));
exports.Imperial_Aramaic = exports.Armi;
exports.Zinh = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([768, 111, 1157, 1, 1611, 10, 1648, 0, 2385, 1, 7376, 2, 7380, 12, 7394, 6, 7405, 0, 7412, 0, 7616, 38, 7676, 3, 8204, 1, 8400, 32, 12330, 3, 12441, 1, 65024, 15, 65056, 6, 66045, 0, 119143, 2, 119163, 7, 119173, 6, 119210, 3, 917760, 239]));
exports.Inherited = exports.Zinh;
exports.Qaai = exports.Zinh;
exports.Phli = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([68448, 18, 68472, 7]));
exports.Inscriptional_Pahlavi = exports.Phli;
exports.Prti = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([68416, 21, 68440, 7]));
exports.Inscriptional_Parthian = exports.Prti;
exports.Java = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([43392, 77, 43471, 10, 43486, 1]));
exports.Javanese = exports.Java;
exports.Kthi = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([69760, 65]));
exports.Kaithi = exports.Kthi;
exports.Knda = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([3202, 1, 3205, 7, 3214, 2, 3218, 22, 3242, 9, 3253, 4, 3260, 8, 3270, 2, 3274, 3, 3285, 1, 3294, 0, 3296, 3, 3302, 9, 3313, 1]));
exports.Kannada = exports.Knda;
exports.Kana = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([12449, 89, 12541, 2, 12784, 15, 13008, 46, 13056, 87, 65382, 9, 65393, 44, 110592, 0]));
exports.Katakana = exports.Kana;
exports.Kali = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([43264, 47]));
exports.Kayah_Li = exports.Kali;
exports.Khar = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([68096, 3, 68101, 1, 68108, 7, 68117, 2, 68121, 26, 68152, 2, 68159, 8, 68176, 8]));
exports.Kharoshthi = exports.Khar;
exports.Khmr = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([6016, 93, 6112, 9, 6128, 9, 6624, 31]));
exports.Khmer = exports.Khmr;
exports.Laoo = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([3713, 1, 3716, 0, 3719, 1, 3722, 0, 3725, 0, 3732, 3, 3737, 6, 3745, 2, 3749, 0, 3751, 0, 3754, 1, 3757, 12, 3771, 2, 3776, 4, 3782, 0, 3784, 5, 3792, 9, 3804, 3]));
exports.Lao = exports.Laoo;
exports.Latn = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([65, 25, 97, 25, 170, 0, 186, 0, 192, 22, 216, 30, 248, 448, 736, 4, 7424, 37, 7468, 48, 7522, 3, 7531, 12, 7545, 69, 7680, 255, 8305, 0, 8319, 0, 8336, 12, 8490, 1, 8498, 0, 8526, 0, 8544, 40, 11360, 31, 42786, 101, 42891, 3, 42896, 3, 42912, 10, 43000, 7, 64256, 6, 65313, 25, 65345, 25]));
exports.Latin = exports.Latn;
exports.Lepc = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([7168, 55, 7227, 14, 7245, 2]));
exports.Lepcha = exports.Lepc;
exports.Limb = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([6400, 28, 6432, 11, 6448, 11, 6464, 0, 6468, 11]));
exports.Limbu = exports.Limb;
exports.Linb = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([65536, 11, 65549, 25, 65576, 18, 65596, 1, 65599, 14, 65616, 13, 65664, 122]));
exports.Linear_B = exports.Linb;
exports.Lisu = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([42192, 47]));
exports.Lyci = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([66176, 28]));
exports.Lycian = exports.Lyci;
exports.Lydi = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([67872, 25, 67903, 0]));
exports.Lydian = exports.Lydi;
exports.Mlym = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([3330, 1, 3333, 7, 3342, 2, 3346, 40, 3389, 7, 3398, 2, 3402, 4, 3415, 0, 3424, 3, 3430, 15, 3449, 6]));
exports.Malayalam = exports.Mlym;
exports.Mand = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([2112, 27, 2142, 0]));
exports.Mandaic = exports.Mand;
exports.Mtei = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([43744, 22, 43968, 45, 44016, 9]));
exports.Meetei_Mayek = exports.Mtei;
exports.Merc = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([68000, 23, 68030, 1]));
exports.Meroitic_Cursive = exports.Merc;
exports.Mero = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([67968, 31]));
exports.Meroitic_Hieroglyphs = exports.Mero;
exports.Plrd = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([93952, 68, 94032, 46, 94095, 16]));
exports.Miao = exports.Plrd;
exports.Mong = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([6144, 1, 6148, 0, 6150, 8, 6160, 9, 6176, 87, 6272, 42]));
exports.Mongolian = exports.Mong;
exports.Mymr = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([4096, 159, 43616, 27]));
exports.Myanmar = exports.Mymr;
exports.Talu = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([6528, 43, 6576, 25, 6608, 10, 6622, 1]));
exports.New_Tai_Lue = exports.Talu;
exports.Nkoo = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([1984, 58]));
exports.Nko = exports.Nkoo;
exports.Ogam = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([5760, 28]));
exports.Ogham = exports.Ogam;
exports.Olck = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([7248, 47]));
exports.Ol_Chiki = exports.Olck;
exports.Ital = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([66304, 30, 66336, 3]));
exports.Old_Italic = exports.Ital;
exports.Xpeo = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([66464, 35, 66504, 13]));
exports.Old_Persian = exports.Xpeo;
exports.Sarb = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([68192, 31]));
exports.Old_South_Arabian = exports.Sarb;
exports.Orkh = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([68608, 72]));
exports.Old_Turkic = exports.Orkh;
exports.Orya = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([2817, 2, 2821, 7, 2831, 1, 2835, 21, 2858, 6, 2866, 1, 2869, 4, 2876, 8, 2887, 1, 2891, 2, 2902, 1, 2908, 1, 2911, 4, 2918, 17]));
exports.Oriya = exports.Orya;
exports.Osma = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([66688, 29, 66720, 9]));
exports.Osmanya = exports.Osma;
exports.Phag = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([43072, 55]));
exports.Phags_Pa = exports.Phag;
exports.Phnx = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([67840, 27, 67871, 0]));
exports.Phoenician = exports.Phnx;
exports.Rjng = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([43312, 35, 43359, 0]));
exports.Rejang = exports.Rjng;
exports.Runr = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([5792, 74, 5870, 2]));
exports.Runic = exports.Runr;
exports.Samr = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([2048, 45, 2096, 14]));
exports.Samaritan = exports.Samr;
exports.Saur = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([43136, 68, 43214, 11]));
exports.Saurashtra = exports.Saur;
exports.Shrd = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([70016, 72, 70096, 9]));
exports.Sharada = exports.Shrd;
exports.Shaw = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([66640, 47]));
exports.Shavian = exports.Shaw;
exports.Sinh = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([3458, 1, 3461, 17, 3482, 23, 3507, 8, 3517, 0, 3520, 6, 3530, 0, 3535, 5, 3542, 0, 3544, 7, 3570, 2]));
exports.Sinhala = exports.Sinh;
exports.Sora = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([69840, 24, 69872, 9]));
exports.Sora_Sompeng = exports.Sora;
exports.Sund = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([7040, 63, 7360, 7]));
exports.Sundanese = exports.Sund;
exports.Sylo = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([43008, 43]));
exports.Syloti_Nagri = exports.Sylo;
exports.Syrc = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([1792, 13, 1807, 59, 1869, 2]));
exports.Syriac = exports.Syrc;
exports.Tglg = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([5888, 12, 5902, 6]));
exports.Tagalog = exports.Tglg;
exports.Tagb = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([5984, 12, 5998, 2, 6002, 1]));
exports.Tagbanwa = exports.Tagb;
exports.Tale = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([6480, 29, 6512, 4]));
exports.Tai_Le = exports.Tale;
exports.Lana = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([6688, 62, 6752, 28, 6783, 10, 6800, 9, 6816, 13]));
exports.Tai_Tham = exports.Lana;
exports.Tavt = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([43648, 66, 43739, 4]));
exports.Tai_Viet = exports.Tavt;
exports.Takr = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([71296, 55, 71360, 9]));
exports.Takri = exports.Takr;
exports.Taml = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([2946, 1, 2949, 5, 2958, 2, 2962, 3, 2969, 1, 2972, 0, 2974, 1, 2979, 1, 2984, 2, 2990, 11, 3006, 4, 3014, 2, 3018, 3, 3024, 0, 3031, 0, 3046, 20]));
exports.Tamil = exports.Taml;
exports.Telu = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([3073, 2, 3077, 7, 3086, 2, 3090, 22, 3114, 9, 3125, 4, 3133, 7, 3142, 2, 3146, 3, 3157, 1, 3160, 1, 3168, 3, 3174, 9, 3192, 7]));
exports.Telugu = exports.Telu;
exports.Thaa = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([1920, 49]));
exports.Thaana = exports.Thaa;
exports.Thai = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([3585, 57, 3648, 27]));
exports.Tibt = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([3840, 71, 3913, 35, 3953, 38, 3993, 35, 4030, 14, 4046, 6, 4057, 1]));
exports.Tibetan = exports.Tibt;
exports.Tfng = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([11568, 55, 11631, 1, 11647, 0]));
exports.Tifinagh = exports.Tfng;
exports.Ugar = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([66432, 29, 66463, 0]));
exports.Ugaritic = exports.Ugar;
exports.Vaii = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([42240, 299]));
exports.Vai = exports.Vaii;
exports.Yiii = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([40960, 1164, 42128, 54]));
exports.Yi = exports.Yiii;
function default_1(value) {

@@ -214,45 +214,45 @@ switch (value) {

case "Arabic":
return exports.Arabic;
return exports.Arab;
case "Armn":
case "Armenian":
return exports.Armenian;
return exports.Armn;
case "Avst":
case "Avestan":
return exports.Avestan;
return exports.Avst;
case "Bali":
case "Balinese":
return exports.Balinese;
return exports.Bali;
case "Bamu":
case "Bamum":
return exports.Bamum;
return exports.Bamu;
case "Batk":
case "Batak":
return exports.Batak;
return exports.Batk;
case "Beng":
case "Bengali":
return exports.Bengali;
return exports.Beng;
case "Bopo":
case "Bopomofo":
return exports.Bopomofo;
return exports.Bopo;
case "Brah":
case "Brahmi":
return exports.Brahmi;
return exports.Brah;
case "Brai":
case "Braille":
return exports.Braille;
return exports.Brai;
case "Bugi":
case "Buginese":
return exports.Buginese;
return exports.Bugi;
case "Buhd":
case "Buhid":
return exports.Buhid;
return exports.Buhd;
case "Cans":
case "Canadian_Aboriginal":
return exports.Canadian_Aboriginal;
return exports.Cans;
case "Cari":
case "Carian":
return exports.Carian;
return exports.Cari;
case "Cakm":
case "Chakma":
return exports.Chakma;
return exports.Cakm;
case "Cham":

@@ -263,113 +263,113 @@ case "Cham":

case "Cherokee":
return exports.Cherokee;
return exports.Cher;
case "Zyyy":
case "Common":
return exports.Common;
return exports.Zyyy;
case "Copt":
case "Coptic":
case "Qaac":
return exports.Coptic;
return exports.Copt;
case "Xsux":
case "Cuneiform":
return exports.Cuneiform;
return exports.Xsux;
case "Cprt":
case "Cypriot":
return exports.Cypriot;
return exports.Cprt;
case "Cyrl":
case "Cyrillic":
return exports.Cyrillic;
return exports.Cyrl;
case "Dsrt":
case "Deseret":
return exports.Deseret;
return exports.Dsrt;
case "Deva":
case "Devanagari":
return exports.Devanagari;
return exports.Deva;
case "Egyp":
case "Egyptian_Hieroglyphs":
return exports.Egyptian_Hieroglyphs;
return exports.Egyp;
case "Ethi":
case "Ethiopic":
return exports.Ethiopic;
return exports.Ethi;
case "Geor":
case "Georgian":
return exports.Georgian;
return exports.Geor;
case "Glag":
case "Glagolitic":
return exports.Glagolitic;
return exports.Glag;
case "Goth":
case "Gothic":
return exports.Gothic;
return exports.Goth;
case "Grek":
case "Greek":
return exports.Greek;
return exports.Grek;
case "Gujr":
case "Gujarati":
return exports.Gujarati;
return exports.Gujr;
case "Guru":
case "Gurmukhi":
return exports.Gurmukhi;
return exports.Guru;
case "Hani":
case "Han":
return exports.Han;
return exports.Hani;
case "Hang":
case "Hangul":
return exports.Hangul;
return exports.Hang;
case "Hano":
case "Hanunoo":
return exports.Hanunoo;
return exports.Hano;
case "Hebr":
case "Hebrew":
return exports.Hebrew;
return exports.Hebr;
case "Hira":
case "Hiragana":
return exports.Hiragana;
return exports.Hira;
case "Armi":
case "Imperial_Aramaic":
return exports.Imperial_Aramaic;
return exports.Armi;
case "Zinh":
case "Inherited":
case "Qaai":
return exports.Inherited;
return exports.Zinh;
case "Phli":
case "Inscriptional_Pahlavi":
return exports.Inscriptional_Pahlavi;
return exports.Phli;
case "Prti":
case "Inscriptional_Parthian":
return exports.Inscriptional_Parthian;
return exports.Prti;
case "Java":
case "Javanese":
return exports.Javanese;
return exports.Java;
case "Kthi":
case "Kaithi":
return exports.Kaithi;
return exports.Kthi;
case "Knda":
case "Kannada":
return exports.Kannada;
return exports.Knda;
case "Kana":
case "Katakana":
return exports.Katakana;
return exports.Kana;
case "Kali":
case "Kayah_Li":
return exports.Kayah_Li;
return exports.Kali;
case "Khar":
case "Kharoshthi":
return exports.Kharoshthi;
return exports.Khar;
case "Khmr":
case "Khmer":
return exports.Khmer;
return exports.Khmr;
case "Laoo":
case "Lao":
return exports.Lao;
return exports.Laoo;
case "Latn":
case "Latin":
return exports.Latin;
return exports.Latn;
case "Lepc":
case "Lepcha":
return exports.Lepcha;
return exports.Lepc;
case "Limb":
case "Limbu":
return exports.Limbu;
return exports.Limb;
case "Linb":
case "Linear_B":
return exports.Linear_B;
return exports.Linb;
case "Lisu":

@@ -380,126 +380,126 @@ case "Lisu":

case "Lycian":
return exports.Lycian;
return exports.Lyci;
case "Lydi":
case "Lydian":
return exports.Lydian;
return exports.Lydi;
case "Mlym":
case "Malayalam":
return exports.Malayalam;
return exports.Mlym;
case "Mand":
case "Mandaic":
return exports.Mandaic;
return exports.Mand;
case "Mtei":
case "Meetei_Mayek":
return exports.Meetei_Mayek;
return exports.Mtei;
case "Merc":
case "Meroitic_Cursive":
return exports.Meroitic_Cursive;
return exports.Merc;
case "Mero":
case "Meroitic_Hieroglyphs":
return exports.Meroitic_Hieroglyphs;
return exports.Mero;
case "Plrd":
case "Miao":
return exports.Miao;
return exports.Plrd;
case "Mong":
case "Mongolian":
return exports.Mongolian;
return exports.Mong;
case "Mymr":
case "Myanmar":
return exports.Myanmar;
return exports.Mymr;
case "Talu":
case "New_Tai_Lue":
return exports.New_Tai_Lue;
return exports.Talu;
case "Nkoo":
case "Nko":
return exports.Nko;
return exports.Nkoo;
case "Ogam":
case "Ogham":
return exports.Ogham;
return exports.Ogam;
case "Olck":
case "Ol_Chiki":
return exports.Ol_Chiki;
return exports.Olck;
case "Ital":
case "Old_Italic":
return exports.Old_Italic;
return exports.Ital;
case "Xpeo":
case "Old_Persian":
return exports.Old_Persian;
return exports.Xpeo;
case "Sarb":
case "Old_South_Arabian":
return exports.Old_South_Arabian;
return exports.Sarb;
case "Orkh":
case "Old_Turkic":
return exports.Old_Turkic;
return exports.Orkh;
case "Orya":
case "Oriya":
return exports.Oriya;
return exports.Orya;
case "Osma":
case "Osmanya":
return exports.Osmanya;
return exports.Osma;
case "Phag":
case "Phags_Pa":
return exports.Phags_Pa;
return exports.Phag;
case "Phnx":
case "Phoenician":
return exports.Phoenician;
return exports.Phnx;
case "Rjng":
case "Rejang":
return exports.Rejang;
return exports.Rjng;
case "Runr":
case "Runic":
return exports.Runic;
return exports.Runr;
case "Samr":
case "Samaritan":
return exports.Samaritan;
return exports.Samr;
case "Saur":
case "Saurashtra":
return exports.Saurashtra;
return exports.Saur;
case "Shrd":
case "Sharada":
return exports.Sharada;
return exports.Shrd;
case "Shaw":
case "Shavian":
return exports.Shavian;
return exports.Shaw;
case "Sinh":
case "Sinhala":
return exports.Sinhala;
return exports.Sinh;
case "Sora":
case "Sora_Sompeng":
return exports.Sora_Sompeng;
return exports.Sora;
case "Sund":
case "Sundanese":
return exports.Sundanese;
return exports.Sund;
case "Sylo":
case "Syloti_Nagri":
return exports.Syloti_Nagri;
return exports.Sylo;
case "Syrc":
case "Syriac":
return exports.Syriac;
return exports.Syrc;
case "Tglg":
case "Tagalog":
return exports.Tagalog;
return exports.Tglg;
case "Tagb":
case "Tagbanwa":
return exports.Tagbanwa;
return exports.Tagb;
case "Tale":
case "Tai_Le":
return exports.Tai_Le;
return exports.Tale;
case "Lana":
case "Tai_Tham":
return exports.Tai_Tham;
return exports.Lana;
case "Tavt":
case "Tai_Viet":
return exports.Tai_Viet;
return exports.Tavt;
case "Takr":
case "Takri":
return exports.Takri;
return exports.Takr;
case "Taml":
case "Tamil":
return exports.Tamil;
return exports.Taml;
case "Telu":
case "Telugu":
return exports.Telugu;
return exports.Telu;
case "Thaa":
case "Thaana":
return exports.Thaana;
return exports.Thaa;
case "Thai":

@@ -510,15 +510,15 @@ case "Thai":

case "Tibetan":
return exports.Tibetan;
return exports.Tibt;
case "Tfng":
case "Tifinagh":
return exports.Tifinagh;
return exports.Tfng;
case "Ugar":
case "Ugaritic":
return exports.Ugaritic;
return exports.Ugar;
case "Vaii":
case "Vai":
return exports.Vai;
return exports.Vaii;
case "Yiii":
case "Yi":
return exports.Yi;
return exports.Yiii;
}

@@ -525,0 +525,0 @@ return undefined;

@@ -6,5 +6,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./script.generated"));
const script_generated_1 = require("./script.generated");
exports.default = script_generated_1.default;
__export(require("./script.generated"));
//# sourceMappingURL=script.js.map

@@ -0,3 +1,3 @@

import getCharSet from "./scriptExtensions.generated";
export * from "./scriptExtensions.generated";
import getCharSet from "./scriptExtensions.generated";
export { getCharSet as default };

@@ -1,62 +0,62 @@

import { CharSet } from "chardata-charset";
export declare const Arabic: CharSet;
export { Arabic as Arab };
export declare const Armenian: CharSet;
export { Armenian as Armn };
export declare const Bengali: CharSet;
export { Bengali as Beng };
export declare const Bopomofo: CharSet;
export { Bopomofo as Bopo };
export declare const Buhid: CharSet;
export { Buhid as Buhd };
export declare const Cypriot: CharSet;
export { Cypriot as Cprt };
export declare const Cyrillic: CharSet;
export { Cyrillic as Cyrl };
export declare const Devanagari: CharSet;
export { Devanagari as Deva };
export declare const Georgian: CharSet;
export { Georgian as Geor };
export declare const Greek: CharSet;
export { Greek as Grek };
export declare const Gujarati: CharSet;
export { Gujarati as Gujr };
export declare const Gurmukhi: CharSet;
export { Gurmukhi as Guru };
export declare const Hangul: CharSet;
export { Hangul as Hang };
export declare const Han: CharSet;
export { Han as Hani };
export declare const Hanunoo: CharSet;
export { Hanunoo as Hano };
export declare const Hiragana: CharSet;
export { Hiragana as Hira };
export declare const Katakana: CharSet;
export { Katakana as Kana };
export declare const Kaithi: CharSet;
export { Kaithi as Kthi };
export declare const Latin: CharSet;
export { Latin as Latn };
export declare const Linear_B: CharSet;
export { Linear_B as Linb };
export declare const Mandaic: CharSet;
export { Mandaic as Mand };
export declare const Mongolian: CharSet;
export { Mongolian as Mong };
export declare const Oriya: CharSet;
export { Oriya as Orya };
export declare const Phags_Pa: CharSet;
export { Phags_Pa as Phag };
export declare const Syriac: CharSet;
export { Syriac as Syrc };
export declare const Tagbanwa: CharSet;
export { Tagbanwa as Tagb };
export declare const Takri: CharSet;
export { Takri as Takr };
export declare const Tagalog: CharSet;
export { Tagalog as Tglg };
export declare const Thaana: CharSet;
export { Thaana as Thaa };
export declare const Yi: CharSet;
export { Yi as Yiii };
export default function (value: string): CharSet | undefined;
import { ReadonlyCharSet } from "chardata-charset";
export declare const Arab: ReadonlyCharSet;
export { Arab as Arabic };
export declare const Armn: ReadonlyCharSet;
export { Armn as Armenian };
export declare const Beng: ReadonlyCharSet;
export { Beng as Bengali };
export declare const Bopo: ReadonlyCharSet;
export { Bopo as Bopomofo };
export declare const Buhd: ReadonlyCharSet;
export { Buhd as Buhid };
export declare const Cprt: ReadonlyCharSet;
export { Cprt as Cypriot };
export declare const Cyrl: ReadonlyCharSet;
export { Cyrl as Cyrillic };
export declare const Deva: ReadonlyCharSet;
export { Deva as Devanagari };
export declare const Geor: ReadonlyCharSet;
export { Geor as Georgian };
export declare const Grek: ReadonlyCharSet;
export { Grek as Greek };
export declare const Gujr: ReadonlyCharSet;
export { Gujr as Gujarati };
export declare const Guru: ReadonlyCharSet;
export { Guru as Gurmukhi };
export declare const Hang: ReadonlyCharSet;
export { Hang as Hangul };
export declare const Hani: ReadonlyCharSet;
export { Hani as Han };
export declare const Hano: ReadonlyCharSet;
export { Hano as Hanunoo };
export declare const Hira: ReadonlyCharSet;
export { Hira as Hiragana };
export declare const Kana: ReadonlyCharSet;
export { Kana as Katakana };
export declare const Kthi: ReadonlyCharSet;
export { Kthi as Kaithi };
export declare const Latn: ReadonlyCharSet;
export { Latn as Latin };
export declare const Linb: ReadonlyCharSet;
export { Linb as Linear_B };
export declare const Mand: ReadonlyCharSet;
export { Mand as Mandaic };
export declare const Mong: ReadonlyCharSet;
export { Mong as Mongolian };
export declare const Orya: ReadonlyCharSet;
export { Orya as Oriya };
export declare const Phag: ReadonlyCharSet;
export { Phag as Phags_Pa };
export declare const Syrc: ReadonlyCharSet;
export { Syrc as Syriac };
export declare const Tagb: ReadonlyCharSet;
export { Tagb as Tagbanwa };
export declare const Takr: ReadonlyCharSet;
export { Takr as Takri };
export declare const Tglg: ReadonlyCharSet;
export { Tglg as Tagalog };
export declare const Thaa: ReadonlyCharSet;
export { Thaa as Thaana };
export declare const Yiii: ReadonlyCharSet;
export { Yiii as Yi };
export default function (value: string): ReadonlyCharSet | undefined;

@@ -6,62 +6,62 @@ "use strict";

const chardata_charset_1 = require("chardata-charset");
exports.Arabic = new chardata_charset_1.CharSet([1548, 0, 1563, 0, 1567, 0, 1600, 0, 1611, 10, 1632, 9, 1648, 0, 65010, 0, 65021, 0]);
exports.Arab = exports.Arabic;
exports.Armenian = new chardata_charset_1.CharSet([1417, 0]);
exports.Armn = exports.Armenian;
exports.Bengali = new chardata_charset_1.CharSet([2404, 1]);
exports.Beng = exports.Bengali;
exports.Bopomofo = new chardata_charset_1.CharSet([12289, 2, 12296, 9, 12307, 12, 12330, 3, 12336, 0, 12343, 0, 12350, 1, 12539, 0, 12736, 35, 12832, 35, 12928, 48, 12992, 11, 13144, 24, 13179, 4, 13280, 30, 65093, 1, 65377, 4]);
exports.Bopo = exports.Bopomofo;
exports.Buhid = new chardata_charset_1.CharSet([5941, 1]);
exports.Buhd = exports.Buhid;
exports.Cypriot = new chardata_charset_1.CharSet([65792, 2, 65799, 44, 65847, 8]);
exports.Cprt = exports.Cypriot;
exports.Cyrillic = new chardata_charset_1.CharSet([1157, 1]);
exports.Cyrl = exports.Cyrillic;
exports.Devanagari = new chardata_charset_1.CharSet([2385, 1, 2404, 1, 7376, 2, 7380, 20, 7405, 0, 7410, 2, 43056, 9]);
exports.Deva = exports.Devanagari;
exports.Georgian = new chardata_charset_1.CharSet([1417, 0]);
exports.Geor = exports.Georgian;
exports.Greek = new chardata_charset_1.CharSet([834, 0, 837, 0, 7616, 1]);
exports.Grek = exports.Greek;
exports.Gujarati = new chardata_charset_1.CharSet([43056, 9]);
exports.Gujr = exports.Gujarati;
exports.Gurmukhi = new chardata_charset_1.CharSet([2404, 1, 43056, 9]);
exports.Guru = exports.Gurmukhi;
exports.Hangul = new chardata_charset_1.CharSet([12289, 2, 12296, 9, 12307, 12, 12336, 0, 12343, 0, 12350, 1, 12539, 0, 12736, 35, 12832, 35, 12928, 48, 12992, 11, 13144, 24, 13179, 4, 13280, 30, 65093, 1, 65377, 4]);
exports.Hang = exports.Hangul;
exports.Han = new chardata_charset_1.CharSet([12289, 2, 12294, 0, 12296, 9, 12307, 12, 12330, 3, 12336, 0, 12343, 0, 12348, 3, 12539, 0, 12688, 15, 12736, 35, 12832, 35, 12928, 48, 12992, 11, 13144, 24, 13179, 4, 13280, 30, 65093, 1, 65377, 4]);
exports.Hani = exports.Han;
exports.Hanunoo = new chardata_charset_1.CharSet([5941, 1]);
exports.Hano = exports.Hanunoo;
exports.Hiragana = new chardata_charset_1.CharSet([12289, 2, 12294, 0, 12296, 9, 12307, 12, 12336, 5, 12343, 0, 12348, 3, 12441, 3, 12448, 0, 12539, 1, 12688, 15, 12736, 35, 12832, 35, 12928, 48, 12992, 11, 13144, 24, 13179, 4, 13280, 30, 65093, 1, 65377, 4, 65392, 0, 65438, 1]);
exports.Hira = exports.Hiragana;
exports.Katakana = new chardata_charset_1.CharSet([12289, 2, 12294, 0, 12296, 9, 12307, 12, 12336, 5, 12343, 0, 12348, 3, 12441, 3, 12448, 0, 12539, 1, 12688, 15, 12736, 35, 12832, 35, 12928, 48, 12992, 11, 13144, 24, 13179, 4, 13280, 30, 65093, 1, 65377, 4, 65392, 0, 65438, 1]);
exports.Kana = exports.Katakana;
exports.Kaithi = new chardata_charset_1.CharSet([43056, 9]);
exports.Kthi = exports.Kaithi;
exports.Latin = new chardata_charset_1.CharSet([867, 12, 1157, 1, 2385, 1]);
exports.Latn = exports.Latin;
exports.Linear_B = new chardata_charset_1.CharSet([65792, 2, 65799, 44, 65847, 8]);
exports.Linb = exports.Linear_B;
exports.Mandaic = new chardata_charset_1.CharSet([1600, 0]);
exports.Mand = exports.Mandaic;
exports.Mongolian = new chardata_charset_1.CharSet([6146, 1, 6149, 0]);
exports.Mong = exports.Mongolian;
exports.Oriya = new chardata_charset_1.CharSet([2404, 1]);
exports.Orya = exports.Oriya;
exports.Phags_Pa = new chardata_charset_1.CharSet([6146, 1, 6149, 0]);
exports.Phag = exports.Phags_Pa;
exports.Syriac = new chardata_charset_1.CharSet([1548, 0, 1563, 0, 1567, 0, 1600, 0, 1611, 10, 1648, 0]);
exports.Syrc = exports.Syriac;
exports.Tagbanwa = new chardata_charset_1.CharSet([5941, 1]);
exports.Tagb = exports.Tagbanwa;
exports.Takri = new chardata_charset_1.CharSet([2404, 1, 43056, 9]);
exports.Takr = exports.Takri;
exports.Tagalog = new chardata_charset_1.CharSet([5941, 1]);
exports.Tglg = exports.Tagalog;
exports.Thaana = new chardata_charset_1.CharSet([1548, 0, 1563, 0, 1567, 0, 1632, 9, 65010, 0, 65021, 0]);
exports.Thaa = exports.Thaana;
exports.Yi = new chardata_charset_1.CharSet([12289, 1, 12296, 9, 12308, 7, 12539, 0, 65377, 4]);
exports.Yiii = exports.Yi;
exports.Arab = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([1548, 0, 1563, 0, 1567, 0, 1600, 0, 1611, 10, 1632, 9, 1648, 0, 65010, 0, 65021, 0]));
exports.Arabic = exports.Arab;
exports.Armn = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([1417, 0]));
exports.Armenian = exports.Armn;
exports.Beng = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([2404, 1]));
exports.Bengali = exports.Beng;
exports.Bopo = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([12289, 2, 12296, 9, 12307, 8, 12316, 3, 12330, 3, 12336, 0, 12343, 0, 12350, 1, 12539, 0, 12736, 35, 12832, 35, 12928, 48, 12992, 11, 13144, 24, 13179, 4, 13280, 30, 65093, 1, 65377, 4]));
exports.Bopomofo = exports.Bopo;
exports.Buhd = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([5941, 1]));
exports.Buhid = exports.Buhd;
exports.Cprt = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([65792, 2, 65799, 44, 65847, 8]));
exports.Cypriot = exports.Cprt;
exports.Cyrl = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([1157, 1]));
exports.Cyrillic = exports.Cyrl;
exports.Deva = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([2385, 1, 2404, 1, 7376, 2, 7380, 20, 7405, 0, 7410, 2, 43056, 9]));
exports.Devanagari = exports.Deva;
exports.Geor = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([1417, 0]));
exports.Georgian = exports.Geor;
exports.Grek = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([834, 0, 837, 0, 7616, 1]));
exports.Greek = exports.Grek;
exports.Gujr = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([43056, 9]));
exports.Gujarati = exports.Gujr;
exports.Guru = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([2404, 1, 43056, 9]));
exports.Gurmukhi = exports.Guru;
exports.Hang = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([12289, 2, 12296, 9, 12307, 8, 12316, 3, 12336, 0, 12343, 0, 12350, 1, 12539, 0, 12736, 35, 12832, 35, 12928, 48, 12992, 11, 13144, 24, 13179, 4, 13280, 30, 65093, 1, 65377, 4]));
exports.Hangul = exports.Hang;
exports.Hani = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([12289, 2, 12294, 0, 12296, 9, 12307, 8, 12316, 3, 12330, 3, 12336, 0, 12343, 0, 12348, 3, 12539, 0, 12688, 15, 12736, 35, 12832, 35, 12928, 48, 12992, 11, 13144, 24, 13179, 4, 13280, 30, 65093, 1, 65377, 4]));
exports.Han = exports.Hani;
exports.Hano = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([5941, 1]));
exports.Hanunoo = exports.Hano;
exports.Hira = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([12289, 2, 12294, 0, 12296, 9, 12307, 8, 12316, 3, 12336, 5, 12343, 0, 12348, 3, 12441, 3, 12448, 0, 12539, 1, 12688, 15, 12736, 35, 12832, 35, 12928, 48, 12992, 11, 13144, 24, 13179, 4, 13280, 30, 65093, 1, 65377, 4, 65392, 0, 65438, 1]));
exports.Hiragana = exports.Hira;
exports.Kana = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([12289, 2, 12294, 0, 12296, 9, 12307, 8, 12316, 3, 12336, 5, 12343, 0, 12348, 3, 12441, 3, 12448, 0, 12539, 1, 12688, 15, 12736, 35, 12832, 35, 12928, 48, 12992, 11, 13144, 24, 13179, 4, 13280, 30, 65093, 1, 65377, 4, 65392, 0, 65438, 1]));
exports.Katakana = exports.Kana;
exports.Kthi = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([43056, 9]));
exports.Kaithi = exports.Kthi;
exports.Latn = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([867, 12, 1157, 1, 2385, 1]));
exports.Latin = exports.Latn;
exports.Linb = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([65792, 2, 65799, 44, 65847, 8]));
exports.Linear_B = exports.Linb;
exports.Mand = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([1600, 0]));
exports.Mandaic = exports.Mand;
exports.Mong = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([6146, 1, 6149, 0]));
exports.Mongolian = exports.Mong;
exports.Orya = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([2404, 1]));
exports.Oriya = exports.Orya;
exports.Phag = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([6146, 1, 6149, 0]));
exports.Phags_Pa = exports.Phag;
exports.Syrc = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([1548, 0, 1563, 0, 1567, 0, 1600, 0, 1611, 10, 1648, 0]));
exports.Syriac = exports.Syrc;
exports.Tagb = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([5941, 1]));
exports.Tagbanwa = exports.Tagb;
exports.Takr = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([2404, 1, 43056, 9]));
exports.Takri = exports.Takr;
exports.Tglg = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([5941, 1]));
exports.Tagalog = exports.Tglg;
exports.Thaa = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([1548, 0, 1563, 0, 1567, 0, 1632, 9, 65010, 0, 65021, 0]));
exports.Thaana = exports.Thaa;
exports.Yiii = Object.freeze(chardata_charset_1.CharSet.fromStartLengthArray([12289, 1, 12296, 9, 12308, 7, 12539, 0, 65377, 4]));
exports.Yi = exports.Yiii;
function default_1(value) {

@@ -71,90 +71,90 @@ switch (value) {

case "Arabic":
return exports.Arabic;
return exports.Arab;
case "Armn":
case "Armenian":
return exports.Armenian;
return exports.Armn;
case "Beng":
case "Bengali":
return exports.Bengali;
return exports.Beng;
case "Bopo":
case "Bopomofo":
return exports.Bopomofo;
return exports.Bopo;
case "Buhd":
case "Buhid":
return exports.Buhid;
return exports.Buhd;
case "Cprt":
case "Cypriot":
return exports.Cypriot;
return exports.Cprt;
case "Cyrl":
case "Cyrillic":
return exports.Cyrillic;
return exports.Cyrl;
case "Deva":
case "Devanagari":
return exports.Devanagari;
return exports.Deva;
case "Geor":
case "Georgian":
return exports.Georgian;
return exports.Geor;
case "Grek":
case "Greek":
return exports.Greek;
return exports.Grek;
case "Gujr":
case "Gujarati":
return exports.Gujarati;
return exports.Gujr;
case "Guru":
case "Gurmukhi":
return exports.Gurmukhi;
return exports.Guru;
case "Hang":
case "Hangul":
return exports.Hangul;
return exports.Hang;
case "Hani":
case "Han":
return exports.Han;
return exports.Hani;
case "Hano":
case "Hanunoo":
return exports.Hanunoo;
return exports.Hano;
case "Hira":
case "Hiragana":
return exports.Hiragana;
return exports.Hira;
case "Kana":
case "Katakana":
return exports.Katakana;
return exports.Kana;
case "Kthi":
case "Kaithi":
return exports.Kaithi;
return exports.Kthi;
case "Latn":
case "Latin":
return exports.Latin;
return exports.Latn;
case "Linb":
case "Linear_B":
return exports.Linear_B;
return exports.Linb;
case "Mand":
case "Mandaic":
return exports.Mandaic;
return exports.Mand;
case "Mong":
case "Mongolian":
return exports.Mongolian;
return exports.Mong;
case "Orya":
case "Oriya":
return exports.Oriya;
return exports.Orya;
case "Phag":
case "Phags_Pa":
return exports.Phags_Pa;
return exports.Phag;
case "Syrc":
case "Syriac":
return exports.Syriac;
return exports.Syrc;
case "Tagb":
case "Tagbanwa":
return exports.Tagbanwa;
return exports.Tagb;
case "Takr":
case "Takri":
return exports.Takri;
return exports.Takr;
case "Tglg":
case "Tagalog":
return exports.Tagalog;
return exports.Tglg;
case "Thaa":
case "Thaana":
return exports.Thaana;
return exports.Thaa;
case "Yiii":
case "Yi":
return exports.Yi;
return exports.Yiii;
}

@@ -161,0 +161,0 @@ return undefined;

@@ -6,5 +6,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./scriptExtensions.generated"));
const scriptExtensions_generated_1 = require("./scriptExtensions.generated");
exports.default = scriptExtensions_generated_1.default;
__export(require("./scriptExtensions.generated"));
//# sourceMappingURL=scriptExtensions.js.map
{
"name": "chardata",
"version": "0.0.0-alpha",
"version": "0.0.0-alpha.1",
"description": "Unicode character database",

@@ -8,2 +8,3 @@ "main": "dist/index.js",

"scripts": {
"clean": "rimraf dist",
"compile": "tsc -p ./",

@@ -15,3 +16,4 @@ "generate-gc": "chardata-generator General_Category src/generalCategory.generated.ts",

"generate-props": "chardata-generator PropList src/propList.generated.ts",
"generate": "npm run generate-gc & npm run generate-sc & npm run generate-scx & npm run generate-core & npm run generate-props"
"generate": "npm run generate-gc & npm run generate-sc & npm run generate-scx & npm run generate-core & npm run generate-props",
"prepublishOnly": "npm run clean & npm run generate & npm run compile"
},

@@ -33,8 +35,9 @@ "repository": {

"dependencies": {
"chardata-charset": "0.0.0-alpha"
"chardata-charset": "0.0.0-alpha.2"
},
"devDependencies": {
"chardata-generator": "0.0.0-alpha.4",
"chardata-generator": "0.0.0-alpha.8",
"rimraf": "^2.6.2",
"typescript": "^2.7.1"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc