unicode-namecode 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,575 @@
1
+ # NameAliases-16.0.0.txt
2
+ # Date: 2024-04-24
3
+ # © 2024 Unicode®, Inc.
4
+ # Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
5
+ # For terms of use and license, see https://www.unicode.org/terms_of_use.html
6
+ #
7
+ # Unicode Character Database
8
+ # For documentation, see https://www.unicode.org/reports/tr44/
9
+ #
10
+ # This file is a normative contributory data file in the
11
+ # Unicode Character Database.
12
+ #
13
+ # This file defines the formal name aliases for Unicode characters.
14
+ #
15
+ # For informative aliases, see NamesList.txt
16
+ #
17
+ # The formal name aliases are divided into five types, each with a distinct label.
18
+ #
19
+ # Type Labels:
20
+ #
21
+ # 1. correction
22
+ # Corrections for serious problems in the character names
23
+ # 2. control
24
+ # ISO 6429 names for C0 and C1 control functions, and other
25
+ # commonly occurring names for control codes
26
+ # 3. alternate
27
+ # A few widely used alternate names for format characters
28
+ # 4. figment
29
+ # Several documented labels for C1 control code points which
30
+ # were never actually approved in any standard
31
+ # 5. abbreviation
32
+ # Commonly occurring abbreviations (or acronyms) for control codes,
33
+ # format characters, spaces, and variation selectors
34
+ #
35
+ # The formal name aliases are part of the Unicode character namespace, which
36
+ # includes the character names and the names of named character sequences.
37
+ # The inclusion of ISO 6429 names and other commonly occurring names and
38
+ # abbreviations for control codes and format characters as formal name aliases
39
+ # is to help avoid name collisions between Unicode character names and the
40
+ # labels which commonly appear in text and/or in implementations such as regex, for
41
+ # control codes (which for historical reasons have no Unicode character name)
42
+ # or for format characters.
43
+ #
44
+ # For documentation, see NamesList.html and https://www.unicode.org/reports/tr44/
45
+ #
46
+ # FORMAT
47
+ #
48
+ # Each line has three fields, as described here:
49
+ #
50
+ # First field: Code point
51
+ # Second field: Alias
52
+ # Third field: Type
53
+ #
54
+ # The type labels used are defined above. As for property values, comparisons
55
+ # of type labels should ignore case.
56
+ #
57
+ # The type labels can be mapped to other strings for display, if desired.
58
+ #
59
+ # In case multiple aliases are assigned, additional aliases
60
+ # are provided on separate lines. Parsers of this data file should
61
+ # take note that the same code point can (and does) occur more than once.
62
+ #
63
+ # Note that currently the only instances of multiple aliases of the same
64
+ # type for a single code point are either of type "control" or "abbreviation".
65
+ # An alias of type "abbreviation" can, in principle, be added for any code
66
+ # point, although currently aliases of type "correction" do not have
67
+ # any additional aliases of type "abbreviation". Such relationships
68
+ # are not enforced by stability policies.
69
+ #
70
+ #-----------------------------------------------------------------
71
+
72
+ 0000;NULL;control
73
+ 0000;NUL;abbreviation
74
+ 0001;START OF HEADING;control
75
+ 0001;SOH;abbreviation
76
+ 0002;START OF TEXT;control
77
+ 0002;STX;abbreviation
78
+ 0003;END OF TEXT;control
79
+ 0003;ETX;abbreviation
80
+ 0004;END OF TRANSMISSION;control
81
+ 0004;EOT;abbreviation
82
+ 0005;ENQUIRY;control
83
+ 0005;ENQ;abbreviation
84
+ 0006;ACKNOWLEDGE;control
85
+ 0006;ACK;abbreviation
86
+
87
+ # Note that no formal name alias for the ISO 6429 "BELL" is
88
+ # provided for U+0007, because of the existing name collision
89
+ # with U+1F514 BELL.
90
+
91
+ 0007;ALERT;control
92
+ 0007;BEL;abbreviation
93
+
94
+ 0008;BACKSPACE;control
95
+ 0008;BS;abbreviation
96
+ 0009;CHARACTER TABULATION;control
97
+ 0009;HORIZONTAL TABULATION;control
98
+ 0009;HT;abbreviation
99
+ 0009;TAB;abbreviation
100
+ 000A;LINE FEED;control
101
+ 000A;NEW LINE;control
102
+ 000A;END OF LINE;control
103
+ 000A;LF;abbreviation
104
+ 000A;NL;abbreviation
105
+ 000A;EOL;abbreviation
106
+ 000B;LINE TABULATION;control
107
+ 000B;VERTICAL TABULATION;control
108
+ 000B;VT;abbreviation
109
+ 000C;FORM FEED;control
110
+ 000C;FF;abbreviation
111
+ 000D;CARRIAGE RETURN;control
112
+ 000D;CR;abbreviation
113
+ 000E;SHIFT OUT;control
114
+ 000E;LOCKING-SHIFT ONE;control
115
+ 000E;SO;abbreviation
116
+ 000F;SHIFT IN;control
117
+ 000F;LOCKING-SHIFT ZERO;control
118
+ 000F;SI;abbreviation
119
+ 0010;DATA LINK ESCAPE;control
120
+ 0010;DLE;abbreviation
121
+ 0011;DEVICE CONTROL ONE;control
122
+ 0011;DC1;abbreviation
123
+ 0012;DEVICE CONTROL TWO;control
124
+ 0012;DC2;abbreviation
125
+ 0013;DEVICE CONTROL THREE;control
126
+ 0013;DC3;abbreviation
127
+ 0014;DEVICE CONTROL FOUR;control
128
+ 0014;DC4;abbreviation
129
+ 0015;NEGATIVE ACKNOWLEDGE;control
130
+ 0015;NAK;abbreviation
131
+ 0016;SYNCHRONOUS IDLE;control
132
+ 0016;SYN;abbreviation
133
+ 0017;END OF TRANSMISSION BLOCK;control
134
+ 0017;ETB;abbreviation
135
+ 0018;CANCEL;control
136
+ 0018;CAN;abbreviation
137
+ 0019;END OF MEDIUM;control
138
+ 0019;EOM;abbreviation
139
+ 0019;EM;abbreviation
140
+ 001A;SUBSTITUTE;control
141
+ 001A;SUB;abbreviation
142
+ 001B;ESCAPE;control
143
+ 001B;ESC;abbreviation
144
+ 001C;INFORMATION SEPARATOR FOUR;control
145
+ 001C;FILE SEPARATOR;control
146
+ 001C;FS;abbreviation
147
+ 001D;INFORMATION SEPARATOR THREE;control
148
+ 001D;GROUP SEPARATOR;control
149
+ 001D;GS;abbreviation
150
+ 001E;INFORMATION SEPARATOR TWO;control
151
+ 001E;RECORD SEPARATOR;control
152
+ 001E;RS;abbreviation
153
+ 001F;INFORMATION SEPARATOR ONE;control
154
+ 001F;UNIT SEPARATOR;control
155
+ 001F;US;abbreviation
156
+ 0020;SP;abbreviation
157
+ 007F;DELETE;control
158
+ 007F;DEL;abbreviation
159
+
160
+ # PADDING CHARACTER and HIGH OCTET PRESET represent
161
+ # architectural concepts initially proposed for early
162
+ # drafts of ISO/IEC 10646-1. They were never actually
163
+ # approved or standardized: hence their designation
164
+ # here as the "figment" type. Formal name aliases
165
+ # (and corresponding abbreviations) for these code
166
+ # points are included here because these names leaked
167
+ # out from the draft documents and were published in
168
+ # at least one RFC whose names for code points were
169
+ # implemented in Perl regex expressions.
170
+
171
+ 0080;PADDING CHARACTER;figment
172
+ 0080;PAD;abbreviation
173
+ 0081;HIGH OCTET PRESET;figment
174
+ 0081;HOP;abbreviation
175
+
176
+ 0082;BREAK PERMITTED HERE;control
177
+ 0082;BPH;abbreviation
178
+ 0083;NO BREAK HERE;control
179
+ 0083;NBH;abbreviation
180
+ 0084;INDEX;control
181
+ 0084;IND;abbreviation
182
+ 0085;NEXT LINE;control
183
+ 0085;NEL;abbreviation
184
+ 0086;START OF SELECTED AREA;control
185
+ 0086;SSA;abbreviation
186
+ 0087;END OF SELECTED AREA;control
187
+ 0087;ESA;abbreviation
188
+ 0088;CHARACTER TABULATION SET;control
189
+ 0088;HORIZONTAL TABULATION SET;control
190
+ 0088;HTS;abbreviation
191
+ 0089;CHARACTER TABULATION WITH JUSTIFICATION;control
192
+ 0089;HORIZONTAL TABULATION WITH JUSTIFICATION;control
193
+ 0089;HTJ;abbreviation
194
+ 008A;LINE TABULATION SET;control
195
+ 008A;VERTICAL TABULATION SET;control
196
+ 008A;VTS;abbreviation
197
+ 008B;PARTIAL LINE FORWARD;control
198
+ 008B;PARTIAL LINE DOWN;control
199
+ 008B;PLD;abbreviation
200
+ 008C;PARTIAL LINE BACKWARD;control
201
+ 008C;PARTIAL LINE UP;control
202
+ 008C;PLU;abbreviation
203
+ 008D;REVERSE LINE FEED;control
204
+ 008D;REVERSE INDEX;control
205
+ 008D;RI;abbreviation
206
+ 008E;SINGLE SHIFT TWO;control
207
+ 008E;SINGLE-SHIFT-2;control
208
+ 008E;SS2;abbreviation
209
+ 008F;SINGLE SHIFT THREE;control
210
+ 008F;SINGLE-SHIFT-3;control
211
+ 008F;SS3;abbreviation
212
+ 0090;DEVICE CONTROL STRING;control
213
+ 0090;DCS;abbreviation
214
+ 0091;PRIVATE USE ONE;control
215
+ 0091;PRIVATE USE-1;control
216
+ 0091;PU1;abbreviation
217
+ 0092;PRIVATE USE TWO;control
218
+ 0092;PRIVATE USE-2;control
219
+ 0092;PU2;abbreviation
220
+ 0093;SET TRANSMIT STATE;control
221
+ 0093;STS;abbreviation
222
+ 0094;CANCEL CHARACTER;control
223
+ 0094;CCH;abbreviation
224
+ 0095;MESSAGE WAITING;control
225
+ 0095;MW;abbreviation
226
+ 0096;START OF GUARDED AREA;control
227
+ 0096;START OF PROTECTED AREA;control
228
+ 0096;SPA;abbreviation
229
+ 0097;END OF GUARDED AREA;control
230
+ 0097;END OF PROTECTED AREA;control
231
+ 0097;EPA;abbreviation
232
+ 0098;START OF STRING;control
233
+ 0098;SOS;abbreviation
234
+
235
+ # SINGLE GRAPHIC CHARACTER INTRODUCER is another
236
+ # architectural concept from early drafts of ISO/IEC 10646-1
237
+ # which was never approved and standardized.
238
+
239
+ 0099;SINGLE GRAPHIC CHARACTER INTRODUCER;figment
240
+ 0099;SGC;abbreviation
241
+
242
+ 009A;SINGLE CHARACTER INTRODUCER;control
243
+ 009A;SCI;abbreviation
244
+ 009B;CONTROL SEQUENCE INTRODUCER;control
245
+ 009B;CSI;abbreviation
246
+ 009C;STRING TERMINATOR;control
247
+ 009C;ST;abbreviation
248
+ 009D;OPERATING SYSTEM COMMAND;control
249
+ 009D;OSC;abbreviation
250
+ 009E;PRIVACY MESSAGE;control
251
+ 009E;PM;abbreviation
252
+ 009F;APPLICATION PROGRAM COMMAND;control
253
+ 009F;APC;abbreviation
254
+ 00A0;NBSP;abbreviation
255
+ 00AD;SHY;abbreviation
256
+ 01A2;LATIN CAPITAL LETTER GHA;correction
257
+ 01A3;LATIN SMALL LETTER GHA;correction
258
+ 034F;CGJ;abbreviation
259
+ 0616;ARABIC SMALL HIGH LIGATURE ALEF WITH YEH BARREE;correction
260
+ 061C;ALM;abbreviation
261
+ 0709;SYRIAC SUBLINEAR COLON SKEWED LEFT;correction
262
+ 0CDE;KANNADA LETTER LLLA;correction
263
+ 0E9D;LAO LETTER FO FON;correction
264
+ 0E9F;LAO LETTER FO FAY;correction
265
+ 0EA3;LAO LETTER RO;correction
266
+ 0EA5;LAO LETTER LO;correction
267
+ 0FD0;TIBETAN MARK BKA- SHOG GI MGO RGYAN;correction
268
+ 11EC;HANGUL JONGSEONG YESIEUNG-KIYEOK;correction
269
+ 11ED;HANGUL JONGSEONG YESIEUNG-SSANGKIYEOK;correction
270
+ 11EE;HANGUL JONGSEONG SSANGYESIEUNG;correction
271
+ 11EF;HANGUL JONGSEONG YESIEUNG-KHIEUKH;correction
272
+ 180B;FVS1;abbreviation
273
+ 180C;FVS2;abbreviation
274
+ 180D;FVS3;abbreviation
275
+ 180E;MVS;abbreviation
276
+ 180F;FVS4;abbreviation
277
+ 1BBD;SUNDANESE LETTER ARCHAIC I;correction
278
+ 200B;ZWSP;abbreviation
279
+ 200C;ZWNJ;abbreviation
280
+ 200D;ZWJ;abbreviation
281
+ 200E;LRM;abbreviation
282
+ 200F;RLM;abbreviation
283
+ 202A;LRE;abbreviation
284
+ 202B;RLE;abbreviation
285
+ 202C;PDF;abbreviation
286
+ 202D;LRO;abbreviation
287
+ 202E;RLO;abbreviation
288
+ 202F;NNBSP;abbreviation
289
+ 205F;MMSP;abbreviation
290
+ 2060;WJ;abbreviation
291
+ 2066;LRI;abbreviation
292
+ 2067;RLI;abbreviation
293
+ 2068;FSI;abbreviation
294
+ 2069;PDI;abbreviation
295
+ 2118;WEIERSTRASS ELLIPTIC FUNCTION;correction
296
+ 2448;MICR ON US SYMBOL;correction
297
+ 2449;MICR DASH SYMBOL;correction
298
+ 2B7A;LEFTWARDS TRIANGLE-HEADED ARROW WITH DOUBLE VERTICAL STROKE;correction
299
+ 2B7C;RIGHTWARDS TRIANGLE-HEADED ARROW WITH DOUBLE VERTICAL STROKE;correction
300
+ A015;YI SYLLABLE ITERATION MARK;correction
301
+ AA6E;MYANMAR LETTER KHAMTI LLA;correction
302
+ FE00;VS1;abbreviation
303
+ FE01;VS2;abbreviation
304
+ FE02;VS3;abbreviation
305
+ FE03;VS4;abbreviation
306
+ FE04;VS5;abbreviation
307
+ FE05;VS6;abbreviation
308
+ FE06;VS7;abbreviation
309
+ FE07;VS8;abbreviation
310
+ FE08;VS9;abbreviation
311
+ FE09;VS10;abbreviation
312
+ FE0A;VS11;abbreviation
313
+ FE0B;VS12;abbreviation
314
+ FE0C;VS13;abbreviation
315
+ FE0D;VS14;abbreviation
316
+ FE0E;VS15;abbreviation
317
+ FE0F;VS16;abbreviation
318
+ FE18;PRESENTATION FORM FOR VERTICAL RIGHT WHITE LENTICULAR BRACKET;correction
319
+ FEFF;BYTE ORDER MARK;alternate
320
+ FEFF;BOM;abbreviation
321
+ FEFF;ZWNBSP;abbreviation
322
+ 122D4;CUNEIFORM SIGN NU11 TENU;correction
323
+ 122D5;CUNEIFORM SIGN NU11 OVER NU11 BUR OVER BUR;correction
324
+ 12327;CUNEIFORM SIGN KALAM;correction
325
+ 1680B;BAMUM LETTER PHASE-A MAEMGBIEE;correction
326
+ 16E56;MEDEFAIDRIN CAPITAL LETTER H;correction
327
+ 16E57;MEDEFAIDRIN CAPITAL LETTER NG;correction
328
+ 16E76;MEDEFAIDRIN SMALL LETTER H;correction
329
+ 16E77;MEDEFAIDRIN SMALL LETTER NG;correction
330
+ 1B001;HENTAIGANA LETTER E-1;correction
331
+ 1D0C5;BYZANTINE MUSICAL SYMBOL FTHORA SKLIRON CHROMA VASIS;correction
332
+ 1E899;MENDE KIKAKUI SYLLABLE M172 MBO;correction
333
+ 1E89A;MENDE KIKAKUI SYLLABLE M174 MBOO;correction
334
+ E0100;VS17;abbreviation
335
+ E0101;VS18;abbreviation
336
+ E0102;VS19;abbreviation
337
+ E0103;VS20;abbreviation
338
+ E0104;VS21;abbreviation
339
+ E0105;VS22;abbreviation
340
+ E0106;VS23;abbreviation
341
+ E0107;VS24;abbreviation
342
+ E0108;VS25;abbreviation
343
+ E0109;VS26;abbreviation
344
+ E010A;VS27;abbreviation
345
+ E010B;VS28;abbreviation
346
+ E010C;VS29;abbreviation
347
+ E010D;VS30;abbreviation
348
+ E010E;VS31;abbreviation
349
+ E010F;VS32;abbreviation
350
+ E0110;VS33;abbreviation
351
+ E0111;VS34;abbreviation
352
+ E0112;VS35;abbreviation
353
+ E0113;VS36;abbreviation
354
+ E0114;VS37;abbreviation
355
+ E0115;VS38;abbreviation
356
+ E0116;VS39;abbreviation
357
+ E0117;VS40;abbreviation
358
+ E0118;VS41;abbreviation
359
+ E0119;VS42;abbreviation
360
+ E011A;VS43;abbreviation
361
+ E011B;VS44;abbreviation
362
+ E011C;VS45;abbreviation
363
+ E011D;VS46;abbreviation
364
+ E011E;VS47;abbreviation
365
+ E011F;VS48;abbreviation
366
+ E0120;VS49;abbreviation
367
+ E0121;VS50;abbreviation
368
+ E0122;VS51;abbreviation
369
+ E0123;VS52;abbreviation
370
+ E0124;VS53;abbreviation
371
+ E0125;VS54;abbreviation
372
+ E0126;VS55;abbreviation
373
+ E0127;VS56;abbreviation
374
+ E0128;VS57;abbreviation
375
+ E0129;VS58;abbreviation
376
+ E012A;VS59;abbreviation
377
+ E012B;VS60;abbreviation
378
+ E012C;VS61;abbreviation
379
+ E012D;VS62;abbreviation
380
+ E012E;VS63;abbreviation
381
+ E012F;VS64;abbreviation
382
+ E0130;VS65;abbreviation
383
+ E0131;VS66;abbreviation
384
+ E0132;VS67;abbreviation
385
+ E0133;VS68;abbreviation
386
+ E0134;VS69;abbreviation
387
+ E0135;VS70;abbreviation
388
+ E0136;VS71;abbreviation
389
+ E0137;VS72;abbreviation
390
+ E0138;VS73;abbreviation
391
+ E0139;VS74;abbreviation
392
+ E013A;VS75;abbreviation
393
+ E013B;VS76;abbreviation
394
+ E013C;VS77;abbreviation
395
+ E013D;VS78;abbreviation
396
+ E013E;VS79;abbreviation
397
+ E013F;VS80;abbreviation
398
+ E0140;VS81;abbreviation
399
+ E0141;VS82;abbreviation
400
+ E0142;VS83;abbreviation
401
+ E0143;VS84;abbreviation
402
+ E0144;VS85;abbreviation
403
+ E0145;VS86;abbreviation
404
+ E0146;VS87;abbreviation
405
+ E0147;VS88;abbreviation
406
+ E0148;VS89;abbreviation
407
+ E0149;VS90;abbreviation
408
+ E014A;VS91;abbreviation
409
+ E014B;VS92;abbreviation
410
+ E014C;VS93;abbreviation
411
+ E014D;VS94;abbreviation
412
+ E014E;VS95;abbreviation
413
+ E014F;VS96;abbreviation
414
+ E0150;VS97;abbreviation
415
+ E0151;VS98;abbreviation
416
+ E0152;VS99;abbreviation
417
+ E0153;VS100;abbreviation
418
+ E0154;VS101;abbreviation
419
+ E0155;VS102;abbreviation
420
+ E0156;VS103;abbreviation
421
+ E0157;VS104;abbreviation
422
+ E0158;VS105;abbreviation
423
+ E0159;VS106;abbreviation
424
+ E015A;VS107;abbreviation
425
+ E015B;VS108;abbreviation
426
+ E015C;VS109;abbreviation
427
+ E015D;VS110;abbreviation
428
+ E015E;VS111;abbreviation
429
+ E015F;VS112;abbreviation
430
+ E0160;VS113;abbreviation
431
+ E0161;VS114;abbreviation
432
+ E0162;VS115;abbreviation
433
+ E0163;VS116;abbreviation
434
+ E0164;VS117;abbreviation
435
+ E0165;VS118;abbreviation
436
+ E0166;VS119;abbreviation
437
+ E0167;VS120;abbreviation
438
+ E0168;VS121;abbreviation
439
+ E0169;VS122;abbreviation
440
+ E016A;VS123;abbreviation
441
+ E016B;VS124;abbreviation
442
+ E016C;VS125;abbreviation
443
+ E016D;VS126;abbreviation
444
+ E016E;VS127;abbreviation
445
+ E016F;VS128;abbreviation
446
+ E0170;VS129;abbreviation
447
+ E0171;VS130;abbreviation
448
+ E0172;VS131;abbreviation
449
+ E0173;VS132;abbreviation
450
+ E0174;VS133;abbreviation
451
+ E0175;VS134;abbreviation
452
+ E0176;VS135;abbreviation
453
+ E0177;VS136;abbreviation
454
+ E0178;VS137;abbreviation
455
+ E0179;VS138;abbreviation
456
+ E017A;VS139;abbreviation
457
+ E017B;VS140;abbreviation
458
+ E017C;VS141;abbreviation
459
+ E017D;VS142;abbreviation
460
+ E017E;VS143;abbreviation
461
+ E017F;VS144;abbreviation
462
+ E0180;VS145;abbreviation
463
+ E0181;VS146;abbreviation
464
+ E0182;VS147;abbreviation
465
+ E0183;VS148;abbreviation
466
+ E0184;VS149;abbreviation
467
+ E0185;VS150;abbreviation
468
+ E0186;VS151;abbreviation
469
+ E0187;VS152;abbreviation
470
+ E0188;VS153;abbreviation
471
+ E0189;VS154;abbreviation
472
+ E018A;VS155;abbreviation
473
+ E018B;VS156;abbreviation
474
+ E018C;VS157;abbreviation
475
+ E018D;VS158;abbreviation
476
+ E018E;VS159;abbreviation
477
+ E018F;VS160;abbreviation
478
+ E0190;VS161;abbreviation
479
+ E0191;VS162;abbreviation
480
+ E0192;VS163;abbreviation
481
+ E0193;VS164;abbreviation
482
+ E0194;VS165;abbreviation
483
+ E0195;VS166;abbreviation
484
+ E0196;VS167;abbreviation
485
+ E0197;VS168;abbreviation
486
+ E0198;VS169;abbreviation
487
+ E0199;VS170;abbreviation
488
+ E019A;VS171;abbreviation
489
+ E019B;VS172;abbreviation
490
+ E019C;VS173;abbreviation
491
+ E019D;VS174;abbreviation
492
+ E019E;VS175;abbreviation
493
+ E019F;VS176;abbreviation
494
+ E01A0;VS177;abbreviation
495
+ E01A1;VS178;abbreviation
496
+ E01A2;VS179;abbreviation
497
+ E01A3;VS180;abbreviation
498
+ E01A4;VS181;abbreviation
499
+ E01A5;VS182;abbreviation
500
+ E01A6;VS183;abbreviation
501
+ E01A7;VS184;abbreviation
502
+ E01A8;VS185;abbreviation
503
+ E01A9;VS186;abbreviation
504
+ E01AA;VS187;abbreviation
505
+ E01AB;VS188;abbreviation
506
+ E01AC;VS189;abbreviation
507
+ E01AD;VS190;abbreviation
508
+ E01AE;VS191;abbreviation
509
+ E01AF;VS192;abbreviation
510
+ E01B0;VS193;abbreviation
511
+ E01B1;VS194;abbreviation
512
+ E01B2;VS195;abbreviation
513
+ E01B3;VS196;abbreviation
514
+ E01B4;VS197;abbreviation
515
+ E01B5;VS198;abbreviation
516
+ E01B6;VS199;abbreviation
517
+ E01B7;VS200;abbreviation
518
+ E01B8;VS201;abbreviation
519
+ E01B9;VS202;abbreviation
520
+ E01BA;VS203;abbreviation
521
+ E01BB;VS204;abbreviation
522
+ E01BC;VS205;abbreviation
523
+ E01BD;VS206;abbreviation
524
+ E01BE;VS207;abbreviation
525
+ E01BF;VS208;abbreviation
526
+ E01C0;VS209;abbreviation
527
+ E01C1;VS210;abbreviation
528
+ E01C2;VS211;abbreviation
529
+ E01C3;VS212;abbreviation
530
+ E01C4;VS213;abbreviation
531
+ E01C5;VS214;abbreviation
532
+ E01C6;VS215;abbreviation
533
+ E01C7;VS216;abbreviation
534
+ E01C8;VS217;abbreviation
535
+ E01C9;VS218;abbreviation
536
+ E01CA;VS219;abbreviation
537
+ E01CB;VS220;abbreviation
538
+ E01CC;VS221;abbreviation
539
+ E01CD;VS222;abbreviation
540
+ E01CE;VS223;abbreviation
541
+ E01CF;VS224;abbreviation
542
+ E01D0;VS225;abbreviation
543
+ E01D1;VS226;abbreviation
544
+ E01D2;VS227;abbreviation
545
+ E01D3;VS228;abbreviation
546
+ E01D4;VS229;abbreviation
547
+ E01D5;VS230;abbreviation
548
+ E01D6;VS231;abbreviation
549
+ E01D7;VS232;abbreviation
550
+ E01D8;VS233;abbreviation
551
+ E01D9;VS234;abbreviation
552
+ E01DA;VS235;abbreviation
553
+ E01DB;VS236;abbreviation
554
+ E01DC;VS237;abbreviation
555
+ E01DD;VS238;abbreviation
556
+ E01DE;VS239;abbreviation
557
+ E01DF;VS240;abbreviation
558
+ E01E0;VS241;abbreviation
559
+ E01E1;VS242;abbreviation
560
+ E01E2;VS243;abbreviation
561
+ E01E3;VS244;abbreviation
562
+ E01E4;VS245;abbreviation
563
+ E01E5;VS246;abbreviation
564
+ E01E6;VS247;abbreviation
565
+ E01E7;VS248;abbreviation
566
+ E01E8;VS249;abbreviation
567
+ E01E9;VS250;abbreviation
568
+ E01EA;VS251;abbreviation
569
+ E01EB;VS252;abbreviation
570
+ E01EC;VS253;abbreviation
571
+ E01ED;VS254;abbreviation
572
+ E01EE;VS255;abbreviation
573
+ E01EF;VS256;abbreviation
574
+
575
+ # EOF