@@ -15,24 +15,25 @@ export const END_OF_REVERSE_LONG_GLYPH = "\u{F199B}";
15
15
export const UCSUR_MIDDLE_DOT = "\u{F199C}" ;
16
16
export const UCSUR_COLON = "\u{F199D}" ;
17
17
18
- export const SPECIAL_UCSUR_DESCRIPTIONS = new Map (
19
- Object . entries ( {
20
- [ START_OF_CARTOUCHE ] : "start of cartouche" ,
21
- [ END_OF_CARTOUCHE ] : "end of cartouche" ,
22
- [ COMBINING_CARTOUCHE_EXTENSION ] : "combining cartouche extension" ,
23
- [ START_OF_LONG_PI ] : "start of long pi" ,
24
- [ COMBINING_LONG_PI_EXTENSION ] : "combining long pi extension" ,
25
- [ STACKING_JOINER ] : "stacking joiner" ,
26
- [ SCALING_JOINER ] : "scaling joiner" ,
27
- [ START_OF_LONG_GLYPH ] : "start of long glyph" ,
28
- [ END_OF_LONG_GLYPH ] : "end of long glyph" ,
29
- [ COMBINING_LONG_GLYPH_EXTENSION ] : "combining long glyph extension" ,
30
- [ START_OF_REVERSE_LONG_GLYPH ] : "start of reverse long glyph" ,
31
- [ END_OF_REVERSE_LONG_GLYPH ] : "end of reverse long glyph" ,
32
- [ UCSUR_MIDDLE_DOT ] : "middle dot" ,
33
- [ UCSUR_COLON ] : "colon" ,
34
- } ) ,
35
- ) ;
18
+ export const SPECIAL_UCSUR_DESCRIPTIONS = {
19
+ [ START_OF_CARTOUCHE ] : "start of cartouche" ,
20
+ [ END_OF_CARTOUCHE ] : "end of cartouche" ,
21
+ [ COMBINING_CARTOUCHE_EXTENSION ] : "combining cartouche extension" ,
22
+ [ START_OF_LONG_PI ] : "start of long pi" ,
23
+ [ COMBINING_LONG_PI_EXTENSION ] : "combining long pi extension" ,
24
+ [ STACKING_JOINER ] : "stacking joiner" ,
25
+ [ SCALING_JOINER ] : "scaling joiner" ,
26
+ [ START_OF_LONG_GLYPH ] : "start of long glyph" ,
27
+ [ END_OF_LONG_GLYPH ] : "end of long glyph" ,
28
+ [ COMBINING_LONG_GLYPH_EXTENSION ] : "combining long glyph extension" ,
29
+ [ START_OF_REVERSE_LONG_GLYPH ] : "start of reverse long glyph" ,
30
+ [ END_OF_REVERSE_LONG_GLYPH ] : "end of reverse long glyph" ,
31
+ [ UCSUR_MIDDLE_DOT ] : "middle dot" ,
32
+ [ UCSUR_COLON ] : "colon" ,
33
+ } as const ;
34
+
35
+ export type SpecialUcsur = keyof typeof SPECIAL_UCSUR_DESCRIPTIONS ;
36
+
36
37
export const PU = [
37
38
"a" ,
38
39
"akesi" ,
0 commit comments