make AIX dynaloading work when libperl is shared (and thus under
[p5sagit/p5-mst-13.2.git] / lib / unicode / Block.pl
1 return <<'END';
2 0000    007F    Basic Latin
3 0080    00FF    Latin-1 Supplement
4 0100    017F    Latin Extended-A
5 0180    024F    Latin Extended-B
6 0250    02AF    IPA Extensions
7 02B0    02FF    Spacing Modifier Letters
8 0300    036F    Combining Diacritical Marks
9 0370    03FF    Greek
10 0400    04FF    Cyrillic
11 0530    058F    Armenian
12 0590    05FF    Hebrew
13 0600    06FF    Arabic
14 0900    097F    Devanagari
15 0980    09FF    Bengali
16 0A00    0A7F    Gurmukhi
17 0A80    0AFF    Gujarati
18 0B00    0B7F    Oriya
19 0B80    0BFF    Tamil
20 0C00    0C7F    Telugu
21 0C80    0CFF    Kannada
22 0D00    0D7F    Malayalam
23 0E00    0E7F    Thai
24 0E80    0EFF    Lao
25 0F00    0FBF    Tibetan
26 10A0    10FF    Georgian
27 1100    11FF    Hangul Jamo
28 1E00    1EFF    Latin Extended Additional
29 1F00    1FFF    Greek Extended
30 1200    137F    Ethiopic
31 2000    206F    General Punctuation
32 2070    209F    Superscripts and Subscripts
33 20A0    20CF    Currency Symbols
34 20D0    20FF    Combining Marks for Symbols
35 2100    214F    Letterlike Symbols
36 2150    218F    Number Forms
37 2190    21FF    Arrows
38 2200    22FF    Mathematical Operators
39 2300    23FF    Miscellaneous Technical
40 2400    243F    Control Pictures
41 2440    245F    Optical Character Recognition
42 2460    24FF    Enclosed Alphanumerics
43 2500    257F    Box Drawing
44 2580    259F    Block Elements
45 25A0    25FF    Geometric Shapes
46 2600    26FF    Miscellaneous Symbols
47 2700    27BF    Dingbats
48 3000    303F    CJK Symbols and Punctuation
49 3040    309F    Hiragana
50 30A0    30FF    Katakana
51 3100    312F    Bopomofo
52 3130    318F    Hangul Compatibility Jamo
53 3190    319F    Kanbun
54 3200    32FF    Enclosed CJK Letters and Months
55 3300    33FF    CJK Compatibility
56 4E00    9FFF    CJK Unified Ideographs
57 AC00    D7A3    Hangul Syllables
58 D800    DB7F    High Surrogates
59 DB80    DBFF    High Private Use Surrogates
60 DC00    DFFF    Low Surrogates
61 E000    F8FF    Private Use
62 F900    FAFF    CJK Compatibility Ideographs
63 FB00    FB4F    Alphabetic Presentation Forms
64 FB50    FDFF    Arabic Presentation Forms-A
65 FE20    FE2F    Combining Half Marks
66 FE30    FE4F    CJK Compatibility Forms
67 FE50    FE6F    Small Form Variants
68 FE70    FEFF    Arabic Presentation Forms-B
69 FF00    FFEF    Halfwidth and Fullwidth Forms
70 FEFF    FEFF    Specials
71 FFF0    FFFF    Specials
72 END