1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
// WARNING: Auto-generated by the `unic-gen` crate.
// WARNING: DO NOT EDIT MANUALLY!
CharDataTable::Direct(&[
('\u{1}', Control),
('\u{a}', LF),
('\u{d}', CR),
('\u{20}', Other),
('\u{61}', Other),
('\u{62}', Other),
('\u{300}', Extend),
('\u{308}', Extend),
('\u{378}', Other),
('\u{600}', Prepend),
('\u{646}', Other),
('\u{903}', SpacingMark),
('\u{1100}', L),
('\u{1160}', V),
('\u{11a8}', T),
('\u{200d}', ZWJ),
('\u{261d}', E_Base),
('\u{2640}', Glue_After_Zwj),
('\u{ac00}', LV),
('\u{ac01}', LVT),
('\u{1f1e6}', RI),
('\u{1f1e7}', RI),
('\u{1f1e8}', RI),
('\u{1f1e9}', RI),
('\u{1f3fb}', E_Modifier),
('\u{1f466}', EBG),
])
|