UCD.pm: if at first you don't succeed, croak?
[p5sagit/p5-mst-13.2.git] / lib / unicode / In.pl
1 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
2 # This file is built by mktables.PL from e.g. Unicode.txt.
3 # Any changes made here will be lost!
4 %utf8::In = (
5 'BasicLatin'                            =>   0,
6 'Latin1Supplement'                      =>   1,
7 'LatinExtendedA'                        =>   2,
8 'LatinExtendedB'                        =>   3,
9 'IPAExtensions'                         =>   4,
10 'SpacingModifierLetters'                =>   5,
11 'CombiningDiacriticalMarks'             =>   6,
12 'Greek'                                 =>   7,
13 'Cyrillic'                              =>   8,
14 'Armenian'                              =>   9,
15 'Hebrew'                                =>  10,
16 'Arabic'                                =>  11,
17 'Syriac'                                =>  12,
18 'Thaana'                                =>  13,
19 'Devanagari'                            =>  14,
20 'Bengali'                               =>  15,
21 'Gurmukhi'                              =>  16,
22 'Gujarati'                              =>  17,
23 'Oriya'                                 =>  18,
24 'Tamil'                                 =>  19,
25 'Telugu'                                =>  20,
26 'Kannada'                               =>  21,
27 'Malayalam'                             =>  22,
28 'Sinhala'                               =>  23,
29 'Thai'                                  =>  24,
30 'Lao'                                   =>  25,
31 'Tibetan'                               =>  26,
32 'Myanmar'                               =>  27,
33 'Georgian'                              =>  28,
34 'HangulJamo'                            =>  29,
35 'Ethiopic'                              =>  30,
36 'Cherokee'                              =>  31,
37 'UnifiedCanadianAboriginalSyllabics'    =>  32,
38 'Ogham'                                 =>  33,
39 'Runic'                                 =>  34,
40 'Khmer'                                 =>  35,
41 'Mongolian'                             =>  36,
42 'LatinExtendedAdditional'               =>  37,
43 'GreekExtended'                         =>  38,
44 'GeneralPunctuation'                    =>  39,
45 'SuperscriptsandSubscripts'             =>  40,
46 'CurrencySymbols'                       =>  41,
47 'CombiningMarksforSymbols'              =>  42,
48 'LetterlikeSymbols'                     =>  43,
49 'NumberForms'                           =>  44,
50 'Arrows'                                =>  45,
51 'MathematicalOperators'                 =>  46,
52 'MiscellaneousTechnical'                =>  47,
53 'ControlPictures'                       =>  48,
54 'OpticalCharacterRecognition'           =>  49,
55 'EnclosedAlphanumerics'                 =>  50,
56 'BoxDrawing'                            =>  51,
57 'BlockElements'                         =>  52,
58 'GeometricShapes'                       =>  53,
59 'MiscellaneousSymbols'                  =>  54,
60 'Dingbats'                              =>  55,
61 'BraillePatterns'                       =>  56,
62 'CJKRadicalsSupplement'                 =>  57,
63 'KangxiRadicals'                        =>  58,
64 'IdeographicDescriptionCharacters'      =>  59,
65 'CJKSymbolsandPunctuation'              =>  60,
66 'Hiragana'                              =>  61,
67 'Katakana'                              =>  62,
68 'Bopomofo'                              =>  63,
69 'HangulCompatibilityJamo'               =>  64,
70 'Kanbun'                                =>  65,
71 'BopomofoExtended'                      =>  66,
72 'EnclosedCJKLettersandMonths'           =>  67,
73 'CJKCompatibility'                      =>  68,
74 'CJKUnifiedIdeographsExtensionA'        =>  69,
75 'CJKUnifiedIdeographs'                  =>  70,
76 'YiSyllables'                           =>  71,
77 'YiRadicals'                            =>  72,
78 'HangulSyllables'                       =>  73,
79 'HighSurrogates'                        =>  74,
80 'HighPrivateUseSurrogates'              =>  75,
81 'LowSurrogates'                         =>  76,
82 'PrivateUse'                            =>  77,
83 'CJKCompatibilityIdeographs'            =>  78,
84 'AlphabeticPresentationForms'           =>  79,
85 'ArabicPresentationFormsA'              =>  80,
86 'CombiningHalfMarks'                    =>  81,
87 'CJKCompatibilityForms'                 =>  82,
88 'SmallFormVariants'                     =>  83,
89 'ArabicPresentationFormsB'              =>  84,
90 'Specials'                              =>  85,
91 'HalfwidthandFullwidthForms'            =>  86,
92 'OldItalic'                             =>  87,
93 'Gothic'                                =>  88,
94 'Deseret'                               =>  89,
95 'ByzantineMusicalSymbols'               =>  90,
96 'MusicalSymbols'                        =>  91,
97 'MathematicalAlphanumericSymbols'       =>  92,
98 'CJKUnifiedIdeographsExtensionB'        =>  93,
99 'CJKCompatibilityIdeographsSupplement'  =>  94,
100 'Tags'                                  =>  95,
101 );