xref: /linux/drivers/tty/vt/ucs_fallback_table.h_shipped (revision 378ec25aec5a8444879f8696d580c94950a1f1df)
1de45d93fSNicolas Pitre/* SPDX-License-Identifier: GPL-2.0 */
2de45d93fSNicolas Pitre/*
3de45d93fSNicolas Pitre * ucs_fallback_table.h - Unicode character fallback table
4de45d93fSNicolas Pitre *
5de45d93fSNicolas Pitre * Auto-generated by gen_ucs_fallback_table.py
6de45d93fSNicolas Pitre *
7de45d93fSNicolas Pitre * Unicode Version: 16.0.0
8de45d93fSNicolas Pitre * Unidecode Version: 1.3.8
9de45d93fSNicolas Pitre *
10de45d93fSNicolas Pitre * This file contains optimized tables that map complex Unicode characters
11de45d93fSNicolas Pitre * to simpler fallback characters for terminal display when corresponding
12de45d93fSNicolas Pitre * glyphs are unavailable.
13de45d93fSNicolas Pitre */
14de45d93fSNicolas Pitre
15de45d93fSNicolas Pitrestatic const struct ucs_page_desc ucs_fallback_pages[] = {
16de45d93fSNicolas Pitre	{ 0x00, 62, 0 },
17de45d93fSNicolas Pitre	{ 0x01, 218, 62 },
18de45d93fSNicolas Pitre	{ 0x02, 196, 280 },
19de45d93fSNicolas Pitre	{ 0x03, 96, 476 },
20de45d93fSNicolas Pitre	{ 0x04, 113, 572 },
21de45d93fSNicolas Pitre	{ 0x05, 100, 685 },
22de45d93fSNicolas Pitre	{ 0x06, 119, 785 },
23de45d93fSNicolas Pitre	{ 0x07, 91, 904 },
24de45d93fSNicolas Pitre	{ 0x09, 99, 995 },
25de45d93fSNicolas Pitre	{ 0x0A, 78, 1094 },
26de45d93fSNicolas Pitre	{ 0x0B, 79, 1172 },
27de45d93fSNicolas Pitre	{ 0x0C, 85, 1251 },
28de45d93fSNicolas Pitre	{ 0x0D, 73, 1336 },
29de45d93fSNicolas Pitre	{ 0x0E, 83, 1409 },
30de45d93fSNicolas Pitre	{ 0x0F, 69, 1492 },
31de45d93fSNicolas Pitre	{ 0x10, 93, 1561 },
32de45d93fSNicolas Pitre	{ 0x11, 51, 1654 },
33de45d93fSNicolas Pitre	{ 0x13, 22, 1705 },
34de45d93fSNicolas Pitre	{ 0x14, 30, 1727 },
35de45d93fSNicolas Pitre	{ 0x15, 17, 1757 },
36de45d93fSNicolas Pitre	{ 0x16, 81, 1774 },
37de45d93fSNicolas Pitre	{ 0x17, 47, 1855 },
38de45d93fSNicolas Pitre	{ 0x18, 96, 1902 },
39de45d93fSNicolas Pitre	{ 0x1D, 105, 1998 },
40de45d93fSNicolas Pitre	{ 0x1E, 246, 2103 },
41de45d93fSNicolas Pitre	{ 0x1F, 94, 2349 },
42de45d93fSNicolas Pitre	{ 0x20, 107, 2443 },
43de45d93fSNicolas Pitre	{ 0x21, 136, 2550 },
44de45d93fSNicolas Pitre	{ 0x22, 34, 2686 },
45de45d93fSNicolas Pitre	{ 0x23, 4, 2720 },
46de45d93fSNicolas Pitre	{ 0x24, 72, 2724 },
47de45d93fSNicolas Pitre	{ 0x25, 60, 2796 },
48de45d93fSNicolas Pitre	{ 0x26, 6, 2856 },
49de45d93fSNicolas Pitre	{ 0x27, 18, 2862 },
50de45d93fSNicolas Pitre	{ 0x28, 64, 2880 },
51de45d93fSNicolas Pitre	{ 0x29, 1, 2944 },
52de45d93fSNicolas Pitre	{ 0x2C, 15, 2945 },
53de45d93fSNicolas Pitre	{ 0x2E, 29, 2960 },
54de45d93fSNicolas Pitre	{ 0x30, 53, 2989 },
55de45d93fSNicolas Pitre	{ 0x31, 50, 3042 },
56de45d93fSNicolas Pitre	{ 0x32, 5, 3092 },
57de45d93fSNicolas Pitre	{ 0xA0, 4, 3097 },
58de45d93fSNicolas Pitre	{ 0xC5, 2, 3101 },
59de45d93fSNicolas Pitre	{ 0xC6, 2, 3103 },
60de45d93fSNicolas Pitre	{ 0xC7, 1, 3105 },
61de45d93fSNicolas Pitre	{ 0xFB, 35, 3106 },
62de45d93fSNicolas Pitre	{ 0xFE, 37, 3141 },
63*63f0d28dSNicolas Pitre	{ 0xFF, 50, 3178 },
64de45d93fSNicolas Pitre};
65de45d93fSNicolas Pitre
66de45d93fSNicolas Pitre/* Page entries array (referenced by page descriptors) */
67de45d93fSNicolas Pitrestatic const struct ucs_page_entry ucs_fallback_entries[] = {
68de45d93fSNicolas Pitre	/* Entries for page 0x00 */
69de45d93fSNicolas Pitre	{ 0xA0, 0x20 }, /* NO-BREAK SPACE -> ' ' */
70de45d93fSNicolas Pitre	{ 0xA1, 0x21 }, /* INVERTED EXCLAMATION MARK -> '!' */
71de45d93fSNicolas Pitre	{ 0xA2, 0x63 }, /* CENT SIGN -> 'c' */
72de45d93fSNicolas Pitre	{ 0xA3, 0x4C }, /* POUND SIGN -> 'L' */
73de45d93fSNicolas Pitre	{ 0xA5, 0x59 }, /* YEN SIGN -> 'Y' */
74de45d93fSNicolas Pitre	{ 0xA6, 0x7C }, /* BROKEN BAR -> '|' */
75de45d93fSNicolas Pitre	{ 0xA7, 0x53 }, /* SECTION SIGN -> 'S' */
76de45d93fSNicolas Pitre	{ 0xA8, 0x22 }, /* DIAERESIS -> '"' */
77de45d93fSNicolas Pitre	{ 0xA9, 0x43 }, /* COPYRIGHT SIGN -> 'C' */
78de45d93fSNicolas Pitre	{ 0xAA, 0x61 }, /* FEMININE ORDINAL INDICATOR -> 'a' */
79de45d93fSNicolas Pitre	{ 0xAB, 0x3C }, /* LEFT-POINTING DOUBLE ANGLE QUOTATION MARK -> '<' */
80de45d93fSNicolas Pitre	{ 0xAC, 0x21 }, /* NOT SIGN -> '!' */
81de45d93fSNicolas Pitre	{ 0xAE, 0x52 }, /* REGISTERED SIGN -> 'R' */
82de45d93fSNicolas Pitre	{ 0xAF, 0x2D }, /* MACRON -> '-' */
83de45d93fSNicolas Pitre	{ 0xB0, 0x6F }, /* DEGREE SIGN -> 'o' */
84de45d93fSNicolas Pitre	{ 0xB2, 0x32 }, /* SUPERSCRIPT TWO -> '2' */
85de45d93fSNicolas Pitre	{ 0xB3, 0x33 }, /* SUPERSCRIPT THREE -> '3' */
86de45d93fSNicolas Pitre	{ 0xB4, 0x27 }, /* ACUTE ACCENT -> ''' */
87de45d93fSNicolas Pitre	{ 0xB5, 0x75 }, /* MICRO SIGN -> 'u' */
88de45d93fSNicolas Pitre	{ 0xB6, 0x50 }, /* PILCROW SIGN -> 'P' */
89de45d93fSNicolas Pitre	{ 0xB7, 0x2A }, /* MIDDLE DOT -> '*' */
90de45d93fSNicolas Pitre	{ 0xB8, 0x2C }, /* CEDILLA -> ',' */
91de45d93fSNicolas Pitre	{ 0xB9, 0x31 }, /* SUPERSCRIPT ONE -> '1' */
92de45d93fSNicolas Pitre	{ 0xBA, 0x6F }, /* MASCULINE ORDINAL INDICATOR -> 'o' */
93de45d93fSNicolas Pitre	{ 0xBB, 0x3E }, /* RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK -> '>' */
94de45d93fSNicolas Pitre	{ 0xBF, 0x3F }, /* INVERTED QUESTION MARK -> '?' */
95de45d93fSNicolas Pitre	{ 0xC0, 0x00 }, /* LATIN CAPITAL LETTER A WITH GRAVE -> ... */
96de45d93fSNicolas Pitre	{ 0xC5, 0x41 }, /* LATIN CAPITAL LETTER A WITH RING ABOVE -> 'A' */
97de45d93fSNicolas Pitre	{ 0xC6, 0x45 }, /* LATIN CAPITAL LETTER AE -> 'E' */
98de45d93fSNicolas Pitre	{ 0xC7, 0x43 }, /* LATIN CAPITAL LETTER C WITH CEDILLA -> 'C' */
99de45d93fSNicolas Pitre	{ 0xC8, 0x00 }, /* LATIN CAPITAL LETTER E WITH GRAVE -> ... */
100de45d93fSNicolas Pitre	{ 0xCB, 0x45 }, /* LATIN CAPITAL LETTER E WITH DIAERESIS -> 'E' */
101de45d93fSNicolas Pitre	{ 0xCC, 0x00 }, /* LATIN CAPITAL LETTER I WITH GRAVE -> ... */
102de45d93fSNicolas Pitre	{ 0xCF, 0x49 }, /* LATIN CAPITAL LETTER I WITH DIAERESIS -> 'I' */
103de45d93fSNicolas Pitre	{ 0xD0, 0x44 }, /* LATIN CAPITAL LETTER ETH -> 'D' */
104de45d93fSNicolas Pitre	{ 0xD1, 0x4E }, /* LATIN CAPITAL LETTER N WITH TILDE -> 'N' */
105de45d93fSNicolas Pitre	{ 0xD2, 0x00 }, /* LATIN CAPITAL LETTER O WITH GRAVE -> ... */
106de45d93fSNicolas Pitre	{ 0xD6, 0x4F }, /* LATIN CAPITAL LETTER O WITH DIAERESIS -> 'O' */
107de45d93fSNicolas Pitre	{ 0xD7, 0x78 }, /* MULTIPLICATION SIGN -> 'x' */
108de45d93fSNicolas Pitre	{ 0xD8, 0x4F }, /* LATIN CAPITAL LETTER O WITH STROKE -> 'O' */
109de45d93fSNicolas Pitre	{ 0xD9, 0x00 }, /* LATIN CAPITAL LETTER U WITH GRAVE -> ... */
110de45d93fSNicolas Pitre	{ 0xDC, 0x55 }, /* LATIN CAPITAL LETTER U WITH DIAERESIS -> 'U' */
111de45d93fSNicolas Pitre	{ 0xDD, 0x59 }, /* LATIN CAPITAL LETTER Y WITH ACUTE -> 'Y' */
112de45d93fSNicolas Pitre	{ 0xDF, 0x73 }, /* LATIN SMALL LETTER SHARP S -> 's' */
113de45d93fSNicolas Pitre	{ 0xE0, 0x00 }, /* LATIN SMALL LETTER A WITH GRAVE -> ... */
114de45d93fSNicolas Pitre	{ 0xE5, 0x61 }, /* LATIN SMALL LETTER A WITH RING ABOVE -> 'a' */
115de45d93fSNicolas Pitre	{ 0xE6, 0x65 }, /* LATIN SMALL LETTER AE -> 'e' */
116de45d93fSNicolas Pitre	{ 0xE7, 0x63 }, /* LATIN SMALL LETTER C WITH CEDILLA -> 'c' */
117de45d93fSNicolas Pitre	{ 0xE8, 0x00 }, /* LATIN SMALL LETTER E WITH GRAVE -> ... */
118de45d93fSNicolas Pitre	{ 0xEB, 0x65 }, /* LATIN SMALL LETTER E WITH DIAERESIS -> 'e' */
119de45d93fSNicolas Pitre	{ 0xEC, 0x00 }, /* LATIN SMALL LETTER I WITH GRAVE -> ... */
120de45d93fSNicolas Pitre	{ 0xEF, 0x69 }, /* LATIN SMALL LETTER I WITH DIAERESIS -> 'i' */
121de45d93fSNicolas Pitre	{ 0xF0, 0x64 }, /* LATIN SMALL LETTER ETH -> 'd' */
122de45d93fSNicolas Pitre	{ 0xF1, 0x6E }, /* LATIN SMALL LETTER N WITH TILDE -> 'n' */
123de45d93fSNicolas Pitre	{ 0xF2, 0x00 }, /* LATIN SMALL LETTER O WITH GRAVE -> ... */
124de45d93fSNicolas Pitre	{ 0xF6, 0x6F }, /* LATIN SMALL LETTER O WITH DIAERESIS -> 'o' */
125de45d93fSNicolas Pitre	{ 0xF7, 0x2F }, /* DIVISION SIGN -> '/' */
126de45d93fSNicolas Pitre	{ 0xF8, 0x6F }, /* LATIN SMALL LETTER O WITH STROKE -> 'o' */
127de45d93fSNicolas Pitre	{ 0xF9, 0x00 }, /* LATIN SMALL LETTER U WITH GRAVE -> ... */
128de45d93fSNicolas Pitre	{ 0xFC, 0x75 }, /* LATIN SMALL LETTER U WITH DIAERESIS -> 'u' */
129de45d93fSNicolas Pitre	{ 0xFD, 0x79 }, /* LATIN SMALL LETTER Y WITH ACUTE -> 'y' */
130de45d93fSNicolas Pitre	{ 0xFF, 0x79 }, /* LATIN SMALL LETTER Y WITH DIAERESIS -> 'y' */
131de45d93fSNicolas Pitre	/* Entries for page 0x01 */
132de45d93fSNicolas Pitre	{ 0x00, 0x41 }, /* LATIN CAPITAL LETTER A WITH MACRON -> 'A' */
133de45d93fSNicolas Pitre	{ 0x01, 0x61 }, /* LATIN SMALL LETTER A WITH MACRON -> 'a' */
134de45d93fSNicolas Pitre	{ 0x02, 0x41 }, /* LATIN CAPITAL LETTER A WITH BREVE -> 'A' */
135de45d93fSNicolas Pitre	{ 0x03, 0x61 }, /* LATIN SMALL LETTER A WITH BREVE -> 'a' */
136de45d93fSNicolas Pitre	{ 0x04, 0x41 }, /* LATIN CAPITAL LETTER A WITH OGONEK -> 'A' */
137de45d93fSNicolas Pitre	{ 0x05, 0x61 }, /* LATIN SMALL LETTER A WITH OGONEK -> 'a' */
138de45d93fSNicolas Pitre	{ 0x06, 0x43 }, /* LATIN CAPITAL LETTER C WITH ACUTE -> 'C' */
139de45d93fSNicolas Pitre	{ 0x07, 0x63 }, /* LATIN SMALL LETTER C WITH ACUTE -> 'c' */
140de45d93fSNicolas Pitre	{ 0x08, 0x43 }, /* LATIN CAPITAL LETTER C WITH CIRCUMFLEX -> 'C' */
141de45d93fSNicolas Pitre	{ 0x09, 0x63 }, /* LATIN SMALL LETTER C WITH CIRCUMFLEX -> 'c' */
142de45d93fSNicolas Pitre	{ 0x0A, 0x43 }, /* LATIN CAPITAL LETTER C WITH DOT ABOVE -> 'C' */
143de45d93fSNicolas Pitre	{ 0x0B, 0x63 }, /* LATIN SMALL LETTER C WITH DOT ABOVE -> 'c' */
144de45d93fSNicolas Pitre	{ 0x0C, 0x43 }, /* LATIN CAPITAL LETTER C WITH CARON -> 'C' */
145de45d93fSNicolas Pitre	{ 0x0D, 0x63 }, /* LATIN SMALL LETTER C WITH CARON -> 'c' */
146de45d93fSNicolas Pitre	{ 0x0E, 0x44 }, /* LATIN CAPITAL LETTER D WITH CARON -> 'D' */
147de45d93fSNicolas Pitre	{ 0x0F, 0x64 }, /* LATIN SMALL LETTER D WITH CARON -> 'd' */
148de45d93fSNicolas Pitre	{ 0x10, 0x44 }, /* LATIN CAPITAL LETTER D WITH STROKE -> 'D' */
149de45d93fSNicolas Pitre	{ 0x11, 0x64 }, /* LATIN SMALL LETTER D WITH STROKE -> 'd' */
150de45d93fSNicolas Pitre	{ 0x12, 0x45 }, /* LATIN CAPITAL LETTER E WITH MACRON -> 'E' */
151de45d93fSNicolas Pitre	{ 0x13, 0x65 }, /* LATIN SMALL LETTER E WITH MACRON -> 'e' */
152de45d93fSNicolas Pitre	{ 0x14, 0x45 }, /* LATIN CAPITAL LETTER E WITH BREVE -> 'E' */
153de45d93fSNicolas Pitre	{ 0x15, 0x65 }, /* LATIN SMALL LETTER E WITH BREVE -> 'e' */
154de45d93fSNicolas Pitre	{ 0x16, 0x45 }, /* LATIN CAPITAL LETTER E WITH DOT ABOVE -> 'E' */
155de45d93fSNicolas Pitre	{ 0x17, 0x65 }, /* LATIN SMALL LETTER E WITH DOT ABOVE -> 'e' */
156de45d93fSNicolas Pitre	{ 0x18, 0x45 }, /* LATIN CAPITAL LETTER E WITH OGONEK -> 'E' */
157de45d93fSNicolas Pitre	{ 0x19, 0x65 }, /* LATIN SMALL LETTER E WITH OGONEK -> 'e' */
158de45d93fSNicolas Pitre	{ 0x1A, 0x45 }, /* LATIN CAPITAL LETTER E WITH CARON -> 'E' */
159de45d93fSNicolas Pitre	{ 0x1B, 0x65 }, /* LATIN SMALL LETTER E WITH CARON -> 'e' */
160de45d93fSNicolas Pitre	{ 0x1C, 0x47 }, /* LATIN CAPITAL LETTER G WITH CIRCUMFLEX -> 'G' */
161de45d93fSNicolas Pitre	{ 0x1D, 0x67 }, /* LATIN SMALL LETTER G WITH CIRCUMFLEX -> 'g' */
162de45d93fSNicolas Pitre	{ 0x1E, 0x47 }, /* LATIN CAPITAL LETTER G WITH BREVE -> 'G' */
163de45d93fSNicolas Pitre	{ 0x1F, 0x67 }, /* LATIN SMALL LETTER G WITH BREVE -> 'g' */
164de45d93fSNicolas Pitre	{ 0x20, 0x47 }, /* LATIN CAPITAL LETTER G WITH DOT ABOVE -> 'G' */
165de45d93fSNicolas Pitre	{ 0x21, 0x67 }, /* LATIN SMALL LETTER G WITH DOT ABOVE -> 'g' */
166de45d93fSNicolas Pitre	{ 0x22, 0x47 }, /* LATIN CAPITAL LETTER G WITH CEDILLA -> 'G' */
167de45d93fSNicolas Pitre	{ 0x23, 0x67 }, /* LATIN SMALL LETTER G WITH CEDILLA -> 'g' */
168de45d93fSNicolas Pitre	{ 0x24, 0x48 }, /* LATIN CAPITAL LETTER H WITH CIRCUMFLEX -> 'H' */
169de45d93fSNicolas Pitre	{ 0x25, 0x68 }, /* LATIN SMALL LETTER H WITH CIRCUMFLEX -> 'h' */
170de45d93fSNicolas Pitre	{ 0x26, 0x48 }, /* LATIN CAPITAL LETTER H WITH STROKE -> 'H' */
171de45d93fSNicolas Pitre	{ 0x27, 0x68 }, /* LATIN SMALL LETTER H WITH STROKE -> 'h' */
172de45d93fSNicolas Pitre	{ 0x28, 0x49 }, /* LATIN CAPITAL LETTER I WITH TILDE -> 'I' */
173de45d93fSNicolas Pitre	{ 0x29, 0x69 }, /* LATIN SMALL LETTER I WITH TILDE -> 'i' */
174de45d93fSNicolas Pitre	{ 0x2A, 0x49 }, /* LATIN CAPITAL LETTER I WITH MACRON -> 'I' */
175de45d93fSNicolas Pitre	{ 0x2B, 0x69 }, /* LATIN SMALL LETTER I WITH MACRON -> 'i' */
176de45d93fSNicolas Pitre	{ 0x2C, 0x49 }, /* LATIN CAPITAL LETTER I WITH BREVE -> 'I' */
177de45d93fSNicolas Pitre	{ 0x2D, 0x69 }, /* LATIN SMALL LETTER I WITH BREVE -> 'i' */
178de45d93fSNicolas Pitre	{ 0x2E, 0x49 }, /* LATIN CAPITAL LETTER I WITH OGONEK -> 'I' */
179de45d93fSNicolas Pitre	{ 0x2F, 0x69 }, /* LATIN SMALL LETTER I WITH OGONEK -> 'i' */
180de45d93fSNicolas Pitre	{ 0x30, 0x49 }, /* LATIN CAPITAL LETTER I WITH DOT ABOVE -> 'I' */
181de45d93fSNicolas Pitre	{ 0x31, 0x69 }, /* LATIN SMALL LETTER DOTLESS I -> 'i' */
182de45d93fSNicolas Pitre	{ 0x34, 0x4A }, /* LATIN CAPITAL LETTER J WITH CIRCUMFLEX -> 'J' */
183de45d93fSNicolas Pitre	{ 0x35, 0x6A }, /* LATIN SMALL LETTER J WITH CIRCUMFLEX -> 'j' */
184de45d93fSNicolas Pitre	{ 0x36, 0x4B }, /* LATIN CAPITAL LETTER K WITH CEDILLA -> 'K' */
185de45d93fSNicolas Pitre	{ 0x37, 0x6B }, /* LATIN SMALL LETTER K WITH CEDILLA -> 'k' */
186de45d93fSNicolas Pitre	{ 0x38, 0x6B }, /* LATIN SMALL LETTER KRA -> 'k' */
187de45d93fSNicolas Pitre	{ 0x39, 0x4C }, /* LATIN CAPITAL LETTER L WITH ACUTE -> 'L' */
188de45d93fSNicolas Pitre	{ 0x3A, 0x6C }, /* LATIN SMALL LETTER L WITH ACUTE -> 'l' */
189de45d93fSNicolas Pitre	{ 0x3B, 0x4C }, /* LATIN CAPITAL LETTER L WITH CEDILLA -> 'L' */
190de45d93fSNicolas Pitre	{ 0x3C, 0x6C }, /* LATIN SMALL LETTER L WITH CEDILLA -> 'l' */
191de45d93fSNicolas Pitre	{ 0x3D, 0x4C }, /* LATIN CAPITAL LETTER L WITH CARON -> 'L' */
192de45d93fSNicolas Pitre	{ 0x3E, 0x6C }, /* LATIN SMALL LETTER L WITH CARON -> 'l' */
193de45d93fSNicolas Pitre	{ 0x3F, 0x4C }, /* LATIN CAPITAL LETTER L WITH MIDDLE DOT -> 'L' */
194de45d93fSNicolas Pitre	{ 0x40, 0x6C }, /* LATIN SMALL LETTER L WITH MIDDLE DOT -> 'l' */
195de45d93fSNicolas Pitre	{ 0x41, 0x4C }, /* LATIN CAPITAL LETTER L WITH STROKE -> 'L' */
196de45d93fSNicolas Pitre	{ 0x42, 0x6C }, /* LATIN SMALL LETTER L WITH STROKE -> 'l' */
197de45d93fSNicolas Pitre	{ 0x43, 0x4E }, /* LATIN CAPITAL LETTER N WITH ACUTE -> 'N' */
198de45d93fSNicolas Pitre	{ 0x44, 0x6E }, /* LATIN SMALL LETTER N WITH ACUTE -> 'n' */
199de45d93fSNicolas Pitre	{ 0x45, 0x4E }, /* LATIN CAPITAL LETTER N WITH CEDILLA -> 'N' */
200de45d93fSNicolas Pitre	{ 0x46, 0x6E }, /* LATIN SMALL LETTER N WITH CEDILLA -> 'n' */
201de45d93fSNicolas Pitre	{ 0x47, 0x4E }, /* LATIN CAPITAL LETTER N WITH CARON -> 'N' */
202de45d93fSNicolas Pitre	{ 0x48, 0x6E }, /* LATIN SMALL LETTER N WITH CARON -> 'n' */
203de45d93fSNicolas Pitre	{ 0x4C, 0x4F }, /* LATIN CAPITAL LETTER O WITH MACRON -> 'O' */
204de45d93fSNicolas Pitre	{ 0x4D, 0x6F }, /* LATIN SMALL LETTER O WITH MACRON -> 'o' */
205de45d93fSNicolas Pitre	{ 0x4E, 0x4F }, /* LATIN CAPITAL LETTER O WITH BREVE -> 'O' */
206de45d93fSNicolas Pitre	{ 0x4F, 0x6F }, /* LATIN SMALL LETTER O WITH BREVE -> 'o' */
207de45d93fSNicolas Pitre	{ 0x50, 0x4F }, /* LATIN CAPITAL LETTER O WITH DOUBLE ACUTE -> 'O' */
208de45d93fSNicolas Pitre	{ 0x51, 0x6F }, /* LATIN SMALL LETTER O WITH DOUBLE ACUTE -> 'o' */
209de45d93fSNicolas Pitre	{ 0x52, 0x45 }, /* LATIN CAPITAL LIGATURE OE -> 'E' */
210de45d93fSNicolas Pitre	{ 0x53, 0x65 }, /* LATIN SMALL LIGATURE OE -> 'e' */
211de45d93fSNicolas Pitre	{ 0x54, 0x52 }, /* LATIN CAPITAL LETTER R WITH ACUTE -> 'R' */
212de45d93fSNicolas Pitre	{ 0x55, 0x72 }, /* LATIN SMALL LETTER R WITH ACUTE -> 'r' */
213de45d93fSNicolas Pitre	{ 0x56, 0x52 }, /* LATIN CAPITAL LETTER R WITH CEDILLA -> 'R' */
214de45d93fSNicolas Pitre	{ 0x57, 0x72 }, /* LATIN SMALL LETTER R WITH CEDILLA -> 'r' */
215de45d93fSNicolas Pitre	{ 0x58, 0x52 }, /* LATIN CAPITAL LETTER R WITH CARON -> 'R' */
216de45d93fSNicolas Pitre	{ 0x59, 0x72 }, /* LATIN SMALL LETTER R WITH CARON -> 'r' */
217de45d93fSNicolas Pitre	{ 0x5A, 0x53 }, /* LATIN CAPITAL LETTER S WITH ACUTE -> 'S' */
218de45d93fSNicolas Pitre	{ 0x5B, 0x73 }, /* LATIN SMALL LETTER S WITH ACUTE -> 's' */
219de45d93fSNicolas Pitre	{ 0x5C, 0x53 }, /* LATIN CAPITAL LETTER S WITH CIRCUMFLEX -> 'S' */
220de45d93fSNicolas Pitre	{ 0x5D, 0x73 }, /* LATIN SMALL LETTER S WITH CIRCUMFLEX -> 's' */
221de45d93fSNicolas Pitre	{ 0x5E, 0x53 }, /* LATIN CAPITAL LETTER S WITH CEDILLA -> 'S' */
222de45d93fSNicolas Pitre	{ 0x5F, 0x73 }, /* LATIN SMALL LETTER S WITH CEDILLA -> 's' */
223de45d93fSNicolas Pitre	{ 0x60, 0x53 }, /* LATIN CAPITAL LETTER S WITH CARON -> 'S' */
224de45d93fSNicolas Pitre	{ 0x61, 0x73 }, /* LATIN SMALL LETTER S WITH CARON -> 's' */
225de45d93fSNicolas Pitre	{ 0x62, 0x54 }, /* LATIN CAPITAL LETTER T WITH CEDILLA -> 'T' */
226de45d93fSNicolas Pitre	{ 0x63, 0x74 }, /* LATIN SMALL LETTER T WITH CEDILLA -> 't' */
227de45d93fSNicolas Pitre	{ 0x64, 0x54 }, /* LATIN CAPITAL LETTER T WITH CARON -> 'T' */
228de45d93fSNicolas Pitre	{ 0x65, 0x74 }, /* LATIN SMALL LETTER T WITH CARON -> 't' */
229de45d93fSNicolas Pitre	{ 0x66, 0x54 }, /* LATIN CAPITAL LETTER T WITH STROKE -> 'T' */
230de45d93fSNicolas Pitre	{ 0x67, 0x74 }, /* LATIN SMALL LETTER T WITH STROKE -> 't' */
231de45d93fSNicolas Pitre	{ 0x68, 0x55 }, /* LATIN CAPITAL LETTER U WITH TILDE -> 'U' */
232de45d93fSNicolas Pitre	{ 0x69, 0x75 }, /* LATIN SMALL LETTER U WITH TILDE -> 'u' */
233de45d93fSNicolas Pitre	{ 0x6A, 0x55 }, /* LATIN CAPITAL LETTER U WITH MACRON -> 'U' */
234de45d93fSNicolas Pitre	{ 0x6B, 0x75 }, /* LATIN SMALL LETTER U WITH MACRON -> 'u' */
235de45d93fSNicolas Pitre	{ 0x6C, 0x55 }, /* LATIN CAPITAL LETTER U WITH BREVE -> 'U' */
236de45d93fSNicolas Pitre	{ 0x6D, 0x75 }, /* LATIN SMALL LETTER U WITH BREVE -> 'u' */
237de45d93fSNicolas Pitre	{ 0x6E, 0x55 }, /* LATIN CAPITAL LETTER U WITH RING ABOVE -> 'U' */
238de45d93fSNicolas Pitre	{ 0x6F, 0x75 }, /* LATIN SMALL LETTER U WITH RING ABOVE -> 'u' */
239de45d93fSNicolas Pitre	{ 0x70, 0x55 }, /* LATIN CAPITAL LETTER U WITH DOUBLE ACUTE -> 'U' */
240de45d93fSNicolas Pitre	{ 0x71, 0x75 }, /* LATIN SMALL LETTER U WITH DOUBLE ACUTE -> 'u' */
241de45d93fSNicolas Pitre	{ 0x72, 0x55 }, /* LATIN CAPITAL LETTER U WITH OGONEK -> 'U' */
242de45d93fSNicolas Pitre	{ 0x73, 0x75 }, /* LATIN SMALL LETTER U WITH OGONEK -> 'u' */
243de45d93fSNicolas Pitre	{ 0x74, 0x57 }, /* LATIN CAPITAL LETTER W WITH CIRCUMFLEX -> 'W' */
244de45d93fSNicolas Pitre	{ 0x75, 0x77 }, /* LATIN SMALL LETTER W WITH CIRCUMFLEX -> 'w' */
245de45d93fSNicolas Pitre	{ 0x76, 0x59 }, /* LATIN CAPITAL LETTER Y WITH CIRCUMFLEX -> 'Y' */
246de45d93fSNicolas Pitre	{ 0x77, 0x79 }, /* LATIN SMALL LETTER Y WITH CIRCUMFLEX -> 'y' */
247de45d93fSNicolas Pitre	{ 0x78, 0x59 }, /* LATIN CAPITAL LETTER Y WITH DIAERESIS -> 'Y' */
248de45d93fSNicolas Pitre	{ 0x79, 0x5A }, /* LATIN CAPITAL LETTER Z WITH ACUTE -> 'Z' */
249de45d93fSNicolas Pitre	{ 0x7A, 0x7A }, /* LATIN SMALL LETTER Z WITH ACUTE -> 'z' */
250de45d93fSNicolas Pitre	{ 0x7B, 0x5A }, /* LATIN CAPITAL LETTER Z WITH DOT ABOVE -> 'Z' */
251de45d93fSNicolas Pitre	{ 0x7C, 0x7A }, /* LATIN SMALL LETTER Z WITH DOT ABOVE -> 'z' */
252de45d93fSNicolas Pitre	{ 0x7D, 0x5A }, /* LATIN CAPITAL LETTER Z WITH CARON -> 'Z' */
253de45d93fSNicolas Pitre	{ 0x7E, 0x7A }, /* LATIN SMALL LETTER Z WITH CARON -> 'z' */
254de45d93fSNicolas Pitre	{ 0x7F, 0x73 }, /* LATIN SMALL LETTER LONG S -> 's' */
255de45d93fSNicolas Pitre	{ 0x80, 0x62 }, /* LATIN SMALL LETTER B WITH STROKE -> 'b' */
256de45d93fSNicolas Pitre	{ 0x81, 0x42 }, /* LATIN CAPITAL LETTER B WITH HOOK -> 'B' */
257de45d93fSNicolas Pitre	{ 0x82, 0x42 }, /* LATIN CAPITAL LETTER B WITH TOPBAR -> 'B' */
258de45d93fSNicolas Pitre	{ 0x83, 0x62 }, /* LATIN SMALL LETTER B WITH TOPBAR -> 'b' */
259de45d93fSNicolas Pitre	{ 0x84, 0x36 }, /* LATIN CAPITAL LETTER TONE SIX -> '6' */
260de45d93fSNicolas Pitre	{ 0x85, 0x36 }, /* LATIN SMALL LETTER TONE SIX -> '6' */
261de45d93fSNicolas Pitre	{ 0x86, 0x4F }, /* LATIN CAPITAL LETTER OPEN O -> 'O' */
262de45d93fSNicolas Pitre	{ 0x87, 0x43 }, /* LATIN CAPITAL LETTER C WITH HOOK -> 'C' */
263de45d93fSNicolas Pitre	{ 0x88, 0x63 }, /* LATIN SMALL LETTER C WITH HOOK -> 'c' */
264de45d93fSNicolas Pitre	{ 0x89, 0x00 }, /* LATIN CAPITAL LETTER AFRICAN D -> ... */
265de45d93fSNicolas Pitre	{ 0x8B, 0x44 }, /* LATIN CAPITAL LETTER D WITH TOPBAR -> 'D' */
266de45d93fSNicolas Pitre	{ 0x8C, 0x64 }, /* LATIN SMALL LETTER D WITH TOPBAR -> 'd' */
267de45d93fSNicolas Pitre	{ 0x8D, 0x64 }, /* LATIN SMALL LETTER TURNED DELTA -> 'd' */
268de45d93fSNicolas Pitre	{ 0x8E, 0x33 }, /* LATIN CAPITAL LETTER REVERSED E -> '3' */
269de45d93fSNicolas Pitre	{ 0x8F, 0x40 }, /* LATIN CAPITAL LETTER SCHWA -> '@' */
270de45d93fSNicolas Pitre	{ 0x90, 0x45 }, /* LATIN CAPITAL LETTER OPEN E -> 'E' */
271de45d93fSNicolas Pitre	{ 0x91, 0x46 }, /* LATIN CAPITAL LETTER F WITH HOOK -> 'F' */
272de45d93fSNicolas Pitre	{ 0x92, 0x66 }, /* LATIN SMALL LETTER F WITH HOOK -> 'f' */
273de45d93fSNicolas Pitre	{ 0x93, 0x47 }, /* LATIN CAPITAL LETTER G WITH HOOK -> 'G' */
274de45d93fSNicolas Pitre	{ 0x94, 0x47 }, /* LATIN CAPITAL LETTER GAMMA -> 'G' */
275de45d93fSNicolas Pitre	{ 0x96, 0x49 }, /* LATIN CAPITAL LETTER IOTA -> 'I' */
276de45d93fSNicolas Pitre	{ 0x97, 0x49 }, /* LATIN CAPITAL LETTER I WITH STROKE -> 'I' */
277de45d93fSNicolas Pitre	{ 0x98, 0x4B }, /* LATIN CAPITAL LETTER K WITH HOOK -> 'K' */
278de45d93fSNicolas Pitre	{ 0x99, 0x6B }, /* LATIN SMALL LETTER K WITH HOOK -> 'k' */
279de45d93fSNicolas Pitre	{ 0x9A, 0x6C }, /* LATIN SMALL LETTER L WITH BAR -> 'l' */
280de45d93fSNicolas Pitre	{ 0x9B, 0x6C }, /* LATIN SMALL LETTER LAMBDA WITH STROKE -> 'l' */
281de45d93fSNicolas Pitre	{ 0x9C, 0x57 }, /* LATIN CAPITAL LETTER TURNED M -> 'W' */
282de45d93fSNicolas Pitre	{ 0x9D, 0x4E }, /* LATIN CAPITAL LETTER N WITH LEFT HOOK -> 'N' */
283de45d93fSNicolas Pitre	{ 0x9E, 0x6E }, /* LATIN SMALL LETTER N WITH LONG RIGHT LEG -> 'n' */
284de45d93fSNicolas Pitre	{ 0x9F, 0x4F }, /* LATIN CAPITAL LETTER O WITH MIDDLE TILDE -> 'O' */
285de45d93fSNicolas Pitre	{ 0xA0, 0x4F }, /* LATIN CAPITAL LETTER O WITH HORN -> 'O' */
286de45d93fSNicolas Pitre	{ 0xA1, 0x6F }, /* LATIN SMALL LETTER O WITH HORN -> 'o' */
287de45d93fSNicolas Pitre	{ 0xA4, 0x50 }, /* LATIN CAPITAL LETTER P WITH HOOK -> 'P' */
288de45d93fSNicolas Pitre	{ 0xA5, 0x70 }, /* LATIN SMALL LETTER P WITH HOOK -> 'p' */
289de45d93fSNicolas Pitre	{ 0xA7, 0x32 }, /* LATIN CAPITAL LETTER TONE TWO -> '2' */
290de45d93fSNicolas Pitre	{ 0xA8, 0x32 }, /* LATIN SMALL LETTER TONE TWO -> '2' */
291de45d93fSNicolas Pitre	{ 0xAB, 0x74 }, /* LATIN SMALL LETTER T WITH PALATAL HOOK -> 't' */
292de45d93fSNicolas Pitre	{ 0xAC, 0x54 }, /* LATIN CAPITAL LETTER T WITH HOOK -> 'T' */
293de45d93fSNicolas Pitre	{ 0xAD, 0x74 }, /* LATIN SMALL LETTER T WITH HOOK -> 't' */
294de45d93fSNicolas Pitre	{ 0xAE, 0x54 }, /* LATIN CAPITAL LETTER T WITH RETROFLEX HOOK -> 'T' */
295de45d93fSNicolas Pitre	{ 0xAF, 0x55 }, /* LATIN CAPITAL LETTER U WITH HORN -> 'U' */
296de45d93fSNicolas Pitre	{ 0xB0, 0x75 }, /* LATIN SMALL LETTER U WITH HORN -> 'u' */
297de45d93fSNicolas Pitre	{ 0xB1, 0x59 }, /* LATIN CAPITAL LETTER UPSILON -> 'Y' */
298de45d93fSNicolas Pitre	{ 0xB2, 0x56 }, /* LATIN CAPITAL LETTER V WITH HOOK -> 'V' */
299de45d93fSNicolas Pitre	{ 0xB3, 0x59 }, /* LATIN CAPITAL LETTER Y WITH HOOK -> 'Y' */
300de45d93fSNicolas Pitre	{ 0xB4, 0x79 }, /* LATIN SMALL LETTER Y WITH HOOK -> 'y' */
301de45d93fSNicolas Pitre	{ 0xB5, 0x5A }, /* LATIN CAPITAL LETTER Z WITH STROKE -> 'Z' */
302de45d93fSNicolas Pitre	{ 0xB6, 0x7A }, /* LATIN SMALL LETTER Z WITH STROKE -> 'z' */
303de45d93fSNicolas Pitre	{ 0xBB, 0x32 }, /* LATIN LETTER TWO WITH STROKE -> '2' */
304de45d93fSNicolas Pitre	{ 0xBC, 0x35 }, /* LATIN CAPITAL LETTER TONE FIVE -> '5' */
305de45d93fSNicolas Pitre	{ 0xBD, 0x35 }, /* LATIN SMALL LETTER TONE FIVE -> '5' */
306de45d93fSNicolas Pitre	{ 0xBF, 0x77 }, /* LATIN LETTER WYNN -> 'w' */
307de45d93fSNicolas Pitre	{ 0xC0, 0x7C }, /* LATIN LETTER DENTAL CLICK -> '|' */
308de45d93fSNicolas Pitre	{ 0xC3, 0x21 }, /* LATIN LETTER RETROFLEX CLICK -> '!' */
309de45d93fSNicolas Pitre	{ 0xCD, 0x41 }, /* LATIN CAPITAL LETTER A WITH CARON -> 'A' */
310de45d93fSNicolas Pitre	{ 0xCE, 0x61 }, /* LATIN SMALL LETTER A WITH CARON -> 'a' */
311de45d93fSNicolas Pitre	{ 0xCF, 0x49 }, /* LATIN CAPITAL LETTER I WITH CARON -> 'I' */
312de45d93fSNicolas Pitre	{ 0xD0, 0x69 }, /* LATIN SMALL LETTER I WITH CARON -> 'i' */
313de45d93fSNicolas Pitre	{ 0xD1, 0x4F }, /* LATIN CAPITAL LETTER O WITH CARON -> 'O' */
314de45d93fSNicolas Pitre	{ 0xD2, 0x6F }, /* LATIN SMALL LETTER O WITH CARON -> 'o' */
315de45d93fSNicolas Pitre	{ 0xD3, 0x55 }, /* LATIN CAPITAL LETTER U WITH CARON -> 'U' */
316de45d93fSNicolas Pitre	{ 0xD4, 0x75 }, /* LATIN SMALL LETTER U WITH CARON -> 'u' */
317de45d93fSNicolas Pitre	{ 0xD5, 0x55 }, /* LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON -> 'U' */
318de45d93fSNicolas Pitre	{ 0xD6, 0x75 }, /* LATIN SMALL LETTER U WITH DIAERESIS AND MACRON -> 'u' */
319de45d93fSNicolas Pitre	{ 0xD7, 0x55 }, /* LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE -> 'U' */
320de45d93fSNicolas Pitre	{ 0xD8, 0x75 }, /* LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE -> 'u' */
321de45d93fSNicolas Pitre	{ 0xD9, 0x55 }, /* LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON -> 'U' */
322de45d93fSNicolas Pitre	{ 0xDA, 0x75 }, /* LATIN SMALL LETTER U WITH DIAERESIS AND CARON -> 'u' */
323de45d93fSNicolas Pitre	{ 0xDB, 0x55 }, /* LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE -> 'U' */
324de45d93fSNicolas Pitre	{ 0xDC, 0x75 }, /* LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE -> 'u' */
325de45d93fSNicolas Pitre	{ 0xDD, 0x40 }, /* LATIN SMALL LETTER TURNED E -> '@' */
326de45d93fSNicolas Pitre	{ 0xDE, 0x41 }, /* LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON -> 'A' */
327de45d93fSNicolas Pitre	{ 0xDF, 0x61 }, /* LATIN SMALL LETTER A WITH DIAERESIS AND MACRON -> 'a' */
328de45d93fSNicolas Pitre	{ 0xE0, 0x41 }, /* LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON -> 'A' */
329de45d93fSNicolas Pitre	{ 0xE1, 0x61 }, /* LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON -> 'a' */
330de45d93fSNicolas Pitre	{ 0xE4, 0x47 }, /* LATIN CAPITAL LETTER G WITH STROKE -> 'G' */
331de45d93fSNicolas Pitre	{ 0xE5, 0x67 }, /* LATIN SMALL LETTER G WITH STROKE -> 'g' */
332de45d93fSNicolas Pitre	{ 0xE6, 0x47 }, /* LATIN CAPITAL LETTER G WITH CARON -> 'G' */
333de45d93fSNicolas Pitre	{ 0xE7, 0x67 }, /* LATIN SMALL LETTER G WITH CARON -> 'g' */
334de45d93fSNicolas Pitre	{ 0xE8, 0x4B }, /* LATIN CAPITAL LETTER K WITH CARON -> 'K' */
335de45d93fSNicolas Pitre	{ 0xE9, 0x6B }, /* LATIN SMALL LETTER K WITH CARON -> 'k' */
336de45d93fSNicolas Pitre	{ 0xEA, 0x4F }, /* LATIN CAPITAL LETTER O WITH OGONEK -> 'O' */
337de45d93fSNicolas Pitre	{ 0xEB, 0x6F }, /* LATIN SMALL LETTER O WITH OGONEK -> 'o' */
338de45d93fSNicolas Pitre	{ 0xEC, 0x4F }, /* LATIN CAPITAL LETTER O WITH OGONEK AND MACRON -> 'O' */
339de45d93fSNicolas Pitre	{ 0xED, 0x6F }, /* LATIN SMALL LETTER O WITH OGONEK AND MACRON -> 'o' */
340de45d93fSNicolas Pitre	{ 0xF0, 0x6A }, /* LATIN SMALL LETTER J WITH CARON -> 'j' */
341de45d93fSNicolas Pitre	{ 0xF4, 0x47 }, /* LATIN CAPITAL LETTER G WITH ACUTE -> 'G' */
342de45d93fSNicolas Pitre	{ 0xF5, 0x67 }, /* LATIN SMALL LETTER G WITH ACUTE -> 'g' */
343de45d93fSNicolas Pitre	{ 0xF7, 0x57 }, /* LATIN CAPITAL LETTER WYNN -> 'W' */
344de45d93fSNicolas Pitre	{ 0xF8, 0x4E }, /* LATIN CAPITAL LETTER N WITH GRAVE -> 'N' */
345de45d93fSNicolas Pitre	{ 0xF9, 0x6E }, /* LATIN SMALL LETTER N WITH GRAVE -> 'n' */
346de45d93fSNicolas Pitre	{ 0xFA, 0x41 }, /* LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE -> 'A' */
347de45d93fSNicolas Pitre	{ 0xFB, 0x61 }, /* LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE -> 'a' */
348de45d93fSNicolas Pitre	{ 0xFE, 0x4F }, /* LATIN CAPITAL LETTER O WITH STROKE AND ACUTE -> 'O' */
349de45d93fSNicolas Pitre	{ 0xFF, 0x6F }, /* LATIN SMALL LETTER O WITH STROKE AND ACUTE -> 'o' */
350de45d93fSNicolas Pitre	/* Entries for page 0x02 */
351de45d93fSNicolas Pitre	{ 0x00, 0x41 }, /* LATIN CAPITAL LETTER A WITH DOUBLE GRAVE -> 'A' */
352de45d93fSNicolas Pitre	{ 0x01, 0x61 }, /* LATIN SMALL LETTER A WITH DOUBLE GRAVE -> 'a' */
353de45d93fSNicolas Pitre	{ 0x02, 0x41 }, /* LATIN CAPITAL LETTER A WITH INVERTED BREVE -> 'A' */
354de45d93fSNicolas Pitre	{ 0x03, 0x61 }, /* LATIN SMALL LETTER A WITH INVERTED BREVE -> 'a' */
355de45d93fSNicolas Pitre	{ 0x04, 0x45 }, /* LATIN CAPITAL LETTER E WITH DOUBLE GRAVE -> 'E' */
356de45d93fSNicolas Pitre	{ 0x05, 0x65 }, /* LATIN SMALL LETTER E WITH DOUBLE GRAVE -> 'e' */
357de45d93fSNicolas Pitre	{ 0x06, 0x45 }, /* LATIN CAPITAL LETTER E WITH INVERTED BREVE -> 'E' */
358de45d93fSNicolas Pitre	{ 0x07, 0x65 }, /* LATIN SMALL LETTER E WITH INVERTED BREVE -> 'e' */
359de45d93fSNicolas Pitre	{ 0x08, 0x49 }, /* LATIN CAPITAL LETTER I WITH DOUBLE GRAVE -> 'I' */
360de45d93fSNicolas Pitre	{ 0x09, 0x69 }, /* LATIN SMALL LETTER I WITH DOUBLE GRAVE -> 'i' */
361de45d93fSNicolas Pitre	{ 0x0A, 0x49 }, /* LATIN CAPITAL LETTER I WITH INVERTED BREVE -> 'I' */
362de45d93fSNicolas Pitre	{ 0x0B, 0x69 }, /* LATIN SMALL LETTER I WITH INVERTED BREVE -> 'i' */
363de45d93fSNicolas Pitre	{ 0x0C, 0x4F }, /* LATIN CAPITAL LETTER O WITH DOUBLE GRAVE -> 'O' */
364de45d93fSNicolas Pitre	{ 0x0D, 0x6F }, /* LATIN SMALL LETTER O WITH DOUBLE GRAVE -> 'o' */
365de45d93fSNicolas Pitre	{ 0x0E, 0x4F }, /* LATIN CAPITAL LETTER O WITH INVERTED BREVE -> 'O' */
366de45d93fSNicolas Pitre	{ 0x0F, 0x6F }, /* LATIN SMALL LETTER O WITH INVERTED BREVE -> 'o' */
367de45d93fSNicolas Pitre	{ 0x10, 0x52 }, /* LATIN CAPITAL LETTER R WITH DOUBLE GRAVE -> 'R' */
368de45d93fSNicolas Pitre	{ 0x11, 0x72 }, /* LATIN SMALL LETTER R WITH DOUBLE GRAVE -> 'r' */
369de45d93fSNicolas Pitre	{ 0x12, 0x52 }, /* LATIN CAPITAL LETTER R WITH INVERTED BREVE -> 'R' */
370de45d93fSNicolas Pitre	{ 0x13, 0x72 }, /* LATIN SMALL LETTER R WITH INVERTED BREVE -> 'r' */
371de45d93fSNicolas Pitre	{ 0x14, 0x55 }, /* LATIN CAPITAL LETTER U WITH DOUBLE GRAVE -> 'U' */
372de45d93fSNicolas Pitre	{ 0x15, 0x75 }, /* LATIN SMALL LETTER U WITH DOUBLE GRAVE -> 'u' */
373de45d93fSNicolas Pitre	{ 0x16, 0x55 }, /* LATIN CAPITAL LETTER U WITH INVERTED BREVE -> 'U' */
374de45d93fSNicolas Pitre	{ 0x17, 0x75 }, /* LATIN SMALL LETTER U WITH INVERTED BREVE -> 'u' */
375de45d93fSNicolas Pitre	{ 0x18, 0x53 }, /* LATIN CAPITAL LETTER S WITH COMMA BELOW -> 'S' */
376de45d93fSNicolas Pitre	{ 0x19, 0x73 }, /* LATIN SMALL LETTER S WITH COMMA BELOW -> 's' */
377de45d93fSNicolas Pitre	{ 0x1A, 0x54 }, /* LATIN CAPITAL LETTER T WITH COMMA BELOW -> 'T' */
378de45d93fSNicolas Pitre	{ 0x1B, 0x74 }, /* LATIN SMALL LETTER T WITH COMMA BELOW -> 't' */
379de45d93fSNicolas Pitre	{ 0x1C, 0x59 }, /* LATIN CAPITAL LETTER YOGH -> 'Y' */
380de45d93fSNicolas Pitre	{ 0x1D, 0x79 }, /* LATIN SMALL LETTER YOGH -> 'y' */
381de45d93fSNicolas Pitre	{ 0x1E, 0x48 }, /* LATIN CAPITAL LETTER H WITH CARON -> 'H' */
382de45d93fSNicolas Pitre	{ 0x1F, 0x68 }, /* LATIN SMALL LETTER H WITH CARON -> 'h' */
383de45d93fSNicolas Pitre	{ 0x20, 0x4E }, /* LATIN CAPITAL LETTER N WITH LONG RIGHT LEG -> 'N' */
384de45d93fSNicolas Pitre	{ 0x21, 0x64 }, /* LATIN SMALL LETTER D WITH CURL -> 'd' */
385de45d93fSNicolas Pitre	{ 0x24, 0x5A }, /* LATIN CAPITAL LETTER Z WITH HOOK -> 'Z' */
386de45d93fSNicolas Pitre	{ 0x25, 0x7A }, /* LATIN SMALL LETTER Z WITH HOOK -> 'z' */
387de45d93fSNicolas Pitre	{ 0x26, 0x41 }, /* LATIN CAPITAL LETTER A WITH DOT ABOVE -> 'A' */
388de45d93fSNicolas Pitre	{ 0x27, 0x61 }, /* LATIN SMALL LETTER A WITH DOT ABOVE -> 'a' */
389de45d93fSNicolas Pitre	{ 0x28, 0x45 }, /* LATIN CAPITAL LETTER E WITH CEDILLA -> 'E' */
390de45d93fSNicolas Pitre	{ 0x29, 0x65 }, /* LATIN SMALL LETTER E WITH CEDILLA -> 'e' */
391de45d93fSNicolas Pitre	{ 0x2A, 0x4F }, /* LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON -> 'O' */
392de45d93fSNicolas Pitre	{ 0x2B, 0x6F }, /* LATIN SMALL LETTER O WITH DIAERESIS AND MACRON -> 'o' */
393de45d93fSNicolas Pitre	{ 0x2C, 0x4F }, /* LATIN CAPITAL LETTER O WITH TILDE AND MACRON -> 'O' */
394de45d93fSNicolas Pitre	{ 0x2D, 0x6F }, /* LATIN SMALL LETTER O WITH TILDE AND MACRON -> 'o' */
395de45d93fSNicolas Pitre	{ 0x2E, 0x4F }, /* LATIN CAPITAL LETTER O WITH DOT ABOVE -> 'O' */
396de45d93fSNicolas Pitre	{ 0x2F, 0x6F }, /* LATIN SMALL LETTER O WITH DOT ABOVE -> 'o' */
397de45d93fSNicolas Pitre	{ 0x30, 0x4F }, /* LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON -> 'O' */
398de45d93fSNicolas Pitre	{ 0x31, 0x6F }, /* LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON -> 'o' */
399de45d93fSNicolas Pitre	{ 0x32, 0x59 }, /* LATIN CAPITAL LETTER Y WITH MACRON -> 'Y' */
400de45d93fSNicolas Pitre	{ 0x33, 0x79 }, /* LATIN SMALL LETTER Y WITH MACRON -> 'y' */
401de45d93fSNicolas Pitre	{ 0x34, 0x6C }, /* LATIN SMALL LETTER L WITH CURL -> 'l' */
402de45d93fSNicolas Pitre	{ 0x35, 0x6E }, /* LATIN SMALL LETTER N WITH CURL -> 'n' */
403de45d93fSNicolas Pitre	{ 0x36, 0x74 }, /* LATIN SMALL LETTER T WITH CURL -> 't' */
404de45d93fSNicolas Pitre	{ 0x37, 0x6A }, /* LATIN SMALL LETTER DOTLESS J -> 'j' */
405de45d93fSNicolas Pitre	{ 0x3A, 0x41 }, /* LATIN CAPITAL LETTER A WITH STROKE -> 'A' */
406de45d93fSNicolas Pitre	{ 0x3B, 0x43 }, /* LATIN CAPITAL LETTER C WITH STROKE -> 'C' */
407de45d93fSNicolas Pitre	{ 0x3C, 0x63 }, /* LATIN SMALL LETTER C WITH STROKE -> 'c' */
408de45d93fSNicolas Pitre	{ 0x3D, 0x4C }, /* LATIN CAPITAL LETTER L WITH BAR -> 'L' */
409de45d93fSNicolas Pitre	{ 0x3E, 0x54 }, /* LATIN CAPITAL LETTER T WITH DIAGONAL STROKE -> 'T' */
410de45d93fSNicolas Pitre	{ 0x3F, 0x73 }, /* LATIN SMALL LETTER S WITH SWASH TAIL -> 's' */
411de45d93fSNicolas Pitre	{ 0x40, 0x7A }, /* LATIN SMALL LETTER Z WITH SWASH TAIL -> 'z' */
412de45d93fSNicolas Pitre	{ 0x43, 0x42 }, /* LATIN CAPITAL LETTER B WITH STROKE -> 'B' */
413de45d93fSNicolas Pitre	{ 0x44, 0x55 }, /* LATIN CAPITAL LETTER U BAR -> 'U' */
414de45d93fSNicolas Pitre	{ 0x45, 0x5E }, /* LATIN CAPITAL LETTER TURNED V -> '^' */
415de45d93fSNicolas Pitre	{ 0x46, 0x45 }, /* LATIN CAPITAL LETTER E WITH STROKE -> 'E' */
416de45d93fSNicolas Pitre	{ 0x47, 0x65 }, /* LATIN SMALL LETTER E WITH STROKE -> 'e' */
417de45d93fSNicolas Pitre	{ 0x48, 0x4A }, /* LATIN CAPITAL LETTER J WITH STROKE -> 'J' */
418de45d93fSNicolas Pitre	{ 0x49, 0x6A }, /* LATIN SMALL LETTER J WITH STROKE -> 'j' */
419de45d93fSNicolas Pitre	{ 0x4A, 0x71 }, /* LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL -> 'q' */
420de45d93fSNicolas Pitre	{ 0x4B, 0x71 }, /* LATIN SMALL LETTER Q WITH HOOK TAIL -> 'q' */
421de45d93fSNicolas Pitre	{ 0x4C, 0x52 }, /* LATIN CAPITAL LETTER R WITH STROKE -> 'R' */
422de45d93fSNicolas Pitre	{ 0x4D, 0x72 }, /* LATIN SMALL LETTER R WITH STROKE -> 'r' */
423de45d93fSNicolas Pitre	{ 0x4E, 0x59 }, /* LATIN CAPITAL LETTER Y WITH STROKE -> 'Y' */
424de45d93fSNicolas Pitre	{ 0x4F, 0x79 }, /* LATIN SMALL LETTER Y WITH STROKE -> 'y' */
425de45d93fSNicolas Pitre	{ 0x50, 0x00 }, /* LATIN SMALL LETTER TURNED A -> ... */
426de45d93fSNicolas Pitre	{ 0x52, 0x61 }, /* LATIN SMALL LETTER TURNED ALPHA -> 'a' */
427de45d93fSNicolas Pitre	{ 0x53, 0x62 }, /* LATIN SMALL LETTER B WITH HOOK -> 'b' */
428de45d93fSNicolas Pitre	{ 0x54, 0x6F }, /* LATIN SMALL LETTER OPEN O -> 'o' */
429de45d93fSNicolas Pitre	{ 0x55, 0x63 }, /* LATIN SMALL LETTER C WITH CURL -> 'c' */
430de45d93fSNicolas Pitre	{ 0x56, 0x64 }, /* LATIN SMALL LETTER D WITH TAIL -> 'd' */
431de45d93fSNicolas Pitre	{ 0x57, 0x64 }, /* LATIN SMALL LETTER D WITH HOOK -> 'd' */
432de45d93fSNicolas Pitre	{ 0x58, 0x65 }, /* LATIN SMALL LETTER REVERSED E -> 'e' */
433de45d93fSNicolas Pitre	{ 0x59, 0x40 }, /* LATIN SMALL LETTER SCHWA -> '@' */
434de45d93fSNicolas Pitre	{ 0x5A, 0x40 }, /* LATIN SMALL LETTER SCHWA WITH HOOK -> '@' */
435de45d93fSNicolas Pitre	{ 0x5B, 0x00 }, /* LATIN SMALL LETTER OPEN E -> ... */
436de45d93fSNicolas Pitre	{ 0x5E, 0x65 }, /* LATIN SMALL LETTER CLOSED REVERSED OPEN E -> 'e' */
437de45d93fSNicolas Pitre	{ 0x5F, 0x6A }, /* LATIN SMALL LETTER DOTLESS J WITH STROKE -> 'j' */
438de45d93fSNicolas Pitre	{ 0x60, 0x00 }, /* LATIN SMALL LETTER G WITH HOOK -> ... */
439de45d93fSNicolas Pitre	{ 0x63, 0x67 }, /* LATIN SMALL LETTER GAMMA -> 'g' */
440de45d93fSNicolas Pitre	{ 0x64, 0x75 }, /* LATIN SMALL LETTER RAMS HORN -> 'u' */
441de45d93fSNicolas Pitre	{ 0x65, 0x59 }, /* LATIN SMALL LETTER TURNED H -> 'Y' */
442de45d93fSNicolas Pitre	{ 0x66, 0x68 }, /* LATIN SMALL LETTER H WITH HOOK -> 'h' */
443de45d93fSNicolas Pitre	{ 0x67, 0x68 }, /* LATIN SMALL LETTER HENG WITH HOOK -> 'h' */
444de45d93fSNicolas Pitre	{ 0x68, 0x69 }, /* LATIN SMALL LETTER I WITH STROKE -> 'i' */
445de45d93fSNicolas Pitre	{ 0x69, 0x69 }, /* LATIN SMALL LETTER IOTA -> 'i' */
446de45d93fSNicolas Pitre	{ 0x6A, 0x49 }, /* LATIN LETTER SMALL CAPITAL I -> 'I' */
447de45d93fSNicolas Pitre	{ 0x6B, 0x00 }, /* LATIN SMALL LETTER L WITH MIDDLE TILDE -> ... */
448de45d93fSNicolas Pitre	{ 0x6D, 0x6C }, /* LATIN SMALL LETTER L WITH RETROFLEX HOOK -> 'l' */
449de45d93fSNicolas Pitre	{ 0x6F, 0x57 }, /* LATIN SMALL LETTER TURNED M -> 'W' */
450de45d93fSNicolas Pitre	{ 0x70, 0x57 }, /* LATIN SMALL LETTER TURNED M WITH LONG LEG -> 'W' */
451de45d93fSNicolas Pitre	{ 0x71, 0x6D }, /* LATIN SMALL LETTER M WITH HOOK -> 'm' */
452de45d93fSNicolas Pitre	{ 0x72, 0x00 }, /* LATIN SMALL LETTER N WITH LEFT HOOK -> ... */
453de45d93fSNicolas Pitre	{ 0x74, 0x6E }, /* LATIN LETTER SMALL CAPITAL N -> 'n' */
454de45d93fSNicolas Pitre	{ 0x75, 0x6F }, /* LATIN SMALL LETTER BARRED O -> 'o' */
455de45d93fSNicolas Pitre	{ 0x77, 0x4F }, /* LATIN SMALL LETTER CLOSED OMEGA -> 'O' */
456de45d93fSNicolas Pitre	{ 0x78, 0x46 }, /* LATIN SMALL LETTER PHI -> 'F' */
457de45d93fSNicolas Pitre	{ 0x79, 0x00 }, /* LATIN SMALL LETTER TURNED R -> ... */
458de45d93fSNicolas Pitre	{ 0x7F, 0x72 }, /* LATIN SMALL LETTER REVERSED R WITH FISHHOOK -> 'r' */
459de45d93fSNicolas Pitre	{ 0x80, 0x52 }, /* LATIN LETTER SMALL CAPITAL R -> 'R' */
460de45d93fSNicolas Pitre	{ 0x81, 0x52 }, /* LATIN LETTER SMALL CAPITAL INVERTED R -> 'R' */
461de45d93fSNicolas Pitre	{ 0x82, 0x73 }, /* LATIN SMALL LETTER S WITH HOOK -> 's' */
462de45d93fSNicolas Pitre	{ 0x83, 0x53 }, /* LATIN SMALL LETTER ESH -> 'S' */
463de45d93fSNicolas Pitre	{ 0x84, 0x6A }, /* LATIN SMALL LETTER DOTLESS J WITH STROKE AND HOOK -> 'j' */
464de45d93fSNicolas Pitre	{ 0x85, 0x53 }, /* LATIN SMALL LETTER SQUAT REVERSED ESH -> 'S' */
465de45d93fSNicolas Pitre	{ 0x86, 0x53 }, /* LATIN SMALL LETTER ESH WITH CURL -> 'S' */
466de45d93fSNicolas Pitre	{ 0x87, 0x74 }, /* LATIN SMALL LETTER TURNED T -> 't' */
467de45d93fSNicolas Pitre	{ 0x88, 0x74 }, /* LATIN SMALL LETTER T WITH RETROFLEX HOOK -> 't' */
468de45d93fSNicolas Pitre	{ 0x89, 0x75 }, /* LATIN SMALL LETTER U BAR -> 'u' */
469de45d93fSNicolas Pitre	{ 0x8A, 0x55 }, /* LATIN SMALL LETTER UPSILON -> 'U' */
470de45d93fSNicolas Pitre	{ 0x8B, 0x76 }, /* LATIN SMALL LETTER V WITH HOOK -> 'v' */
471de45d93fSNicolas Pitre	{ 0x8C, 0x5E }, /* LATIN SMALL LETTER TURNED V -> '^' */
472de45d93fSNicolas Pitre	{ 0x8D, 0x77 }, /* LATIN SMALL LETTER TURNED W -> 'w' */
473de45d93fSNicolas Pitre	{ 0x8E, 0x79 }, /* LATIN SMALL LETTER TURNED Y -> 'y' */
474de45d93fSNicolas Pitre	{ 0x8F, 0x59 }, /* LATIN LETTER SMALL CAPITAL Y -> 'Y' */
475de45d93fSNicolas Pitre	{ 0x90, 0x7A }, /* LATIN SMALL LETTER Z WITH RETROFLEX HOOK -> 'z' */
476de45d93fSNicolas Pitre	{ 0x91, 0x7A }, /* LATIN SMALL LETTER Z WITH CURL -> 'z' */
477de45d93fSNicolas Pitre	{ 0x92, 0x5A }, /* LATIN SMALL LETTER EZH -> 'Z' */
478de45d93fSNicolas Pitre	{ 0x93, 0x5A }, /* LATIN SMALL LETTER EZH WITH CURL -> 'Z' */
479de45d93fSNicolas Pitre	{ 0x94, 0x00 }, /* LATIN LETTER GLOTTAL STOP -> ... */
480de45d93fSNicolas Pitre	{ 0x96, 0x3F }, /* LATIN LETTER INVERTED GLOTTAL STOP -> '?' */
481de45d93fSNicolas Pitre	{ 0x97, 0x43 }, /* LATIN LETTER STRETCHED C -> 'C' */
482de45d93fSNicolas Pitre	{ 0x98, 0x40 }, /* LATIN LETTER BILABIAL CLICK -> '@' */
483de45d93fSNicolas Pitre	{ 0x99, 0x42 }, /* LATIN LETTER SMALL CAPITAL B -> 'B' */
484de45d93fSNicolas Pitre	{ 0x9A, 0x45 }, /* LATIN SMALL LETTER CLOSED OPEN E -> 'E' */
485de45d93fSNicolas Pitre	{ 0x9B, 0x47 }, /* LATIN LETTER SMALL CAPITAL G WITH HOOK -> 'G' */
486de45d93fSNicolas Pitre	{ 0x9C, 0x48 }, /* LATIN LETTER SMALL CAPITAL H -> 'H' */
487de45d93fSNicolas Pitre	{ 0x9D, 0x6A }, /* LATIN SMALL LETTER J WITH CROSSED-TAIL -> 'j' */
488de45d93fSNicolas Pitre	{ 0x9E, 0x6B }, /* LATIN SMALL LETTER TURNED K -> 'k' */
489de45d93fSNicolas Pitre	{ 0x9F, 0x4C }, /* LATIN LETTER SMALL CAPITAL L -> 'L' */
490de45d93fSNicolas Pitre	{ 0xA0, 0x71 }, /* LATIN SMALL LETTER Q WITH HOOK -> 'q' */
491de45d93fSNicolas Pitre	{ 0xA1, 0x3F }, /* LATIN LETTER GLOTTAL STOP WITH STROKE -> '?' */
492de45d93fSNicolas Pitre	{ 0xA2, 0x3F }, /* LATIN LETTER REVERSED GLOTTAL STOP WITH STROKE -> '?' */
493de45d93fSNicolas Pitre	{ 0xAE, 0x00 }, /* LATIN SMALL LETTER TURNED H WITH FISHHOOK -> ... */
494de45d93fSNicolas Pitre	{ 0xB1, 0x68 }, /* MODIFIER LETTER SMALL H WITH HOOK -> 'h' */
495de45d93fSNicolas Pitre	{ 0xB2, 0x6A }, /* MODIFIER LETTER SMALL J -> 'j' */
496de45d93fSNicolas Pitre	{ 0xB3, 0x00 }, /* MODIFIER LETTER SMALL R -> ... */
497de45d93fSNicolas Pitre	{ 0xB6, 0x72 }, /* MODIFIER LETTER SMALL CAPITAL INVERTED R -> 'r' */
498de45d93fSNicolas Pitre	{ 0xB7, 0x77 }, /* MODIFIER LETTER SMALL W -> 'w' */
499de45d93fSNicolas Pitre	{ 0xB8, 0x79 }, /* MODIFIER LETTER SMALL Y -> 'y' */
500de45d93fSNicolas Pitre	{ 0xB9, 0x27 }, /* MODIFIER LETTER PRIME -> ''' */
501de45d93fSNicolas Pitre	{ 0xBA, 0x22 }, /* MODIFIER LETTER DOUBLE PRIME -> '"' */
502de45d93fSNicolas Pitre	{ 0xBB, 0x60 }, /* MODIFIER LETTER TURNED COMMA -> '`' */
503de45d93fSNicolas Pitre	{ 0xBC, 0x27 }, /* MODIFIER LETTER APOSTROPHE -> ''' */
504de45d93fSNicolas Pitre	{ 0xBD, 0x60 }, /* MODIFIER LETTER REVERSED COMMA -> '`' */
505de45d93fSNicolas Pitre	{ 0xBE, 0x60 }, /* MODIFIER LETTER RIGHT HALF RING -> '`' */
506de45d93fSNicolas Pitre	{ 0xBF, 0x27 }, /* MODIFIER LETTER LEFT HALF RING -> ''' */
507de45d93fSNicolas Pitre	{ 0xC0, 0x3F }, /* MODIFIER LETTER GLOTTAL STOP -> '?' */
508de45d93fSNicolas Pitre	{ 0xC1, 0x3F }, /* MODIFIER LETTER REVERSED GLOTTAL STOP -> '?' */
509de45d93fSNicolas Pitre	{ 0xC2, 0x3C }, /* MODIFIER LETTER LEFT ARROWHEAD -> '<' */
510de45d93fSNicolas Pitre	{ 0xC3, 0x3E }, /* MODIFIER LETTER RIGHT ARROWHEAD -> '>' */
511de45d93fSNicolas Pitre	{ 0xC4, 0x5E }, /* MODIFIER LETTER UP ARROWHEAD -> '^' */
512de45d93fSNicolas Pitre	{ 0xC5, 0x56 }, /* MODIFIER LETTER DOWN ARROWHEAD -> 'V' */
513de45d93fSNicolas Pitre	{ 0xC6, 0x5E }, /* MODIFIER LETTER CIRCUMFLEX ACCENT -> '^' */
514de45d93fSNicolas Pitre	{ 0xC7, 0x56 }, /* CARON -> 'V' */
515de45d93fSNicolas Pitre	{ 0xC8, 0x27 }, /* MODIFIER LETTER VERTICAL LINE -> ''' */
516de45d93fSNicolas Pitre	{ 0xC9, 0x2D }, /* MODIFIER LETTER MACRON -> '-' */
517de45d93fSNicolas Pitre	{ 0xCA, 0x2F }, /* MODIFIER LETTER ACUTE ACCENT -> '/' */
518de45d93fSNicolas Pitre	{ 0xCB, 0x5C }, /* MODIFIER LETTER GRAVE ACCENT -> '\' */
519de45d93fSNicolas Pitre	{ 0xCC, 0x2C }, /* MODIFIER LETTER LOW VERTICAL LINE -> ',' */
520de45d93fSNicolas Pitre	{ 0xCD, 0x5F }, /* MODIFIER LETTER LOW MACRON -> '_' */
521de45d93fSNicolas Pitre	{ 0xCE, 0x5C }, /* MODIFIER LETTER LOW GRAVE ACCENT -> '\' */
522de45d93fSNicolas Pitre	{ 0xCF, 0x2F }, /* MODIFIER LETTER LOW ACUTE ACCENT -> '/' */
523de45d93fSNicolas Pitre	{ 0xD0, 0x3A }, /* MODIFIER LETTER TRIANGULAR COLON -> ':' */
524de45d93fSNicolas Pitre	{ 0xD1, 0x2E }, /* MODIFIER LETTER HALF TRIANGULAR COLON -> '.' */
525de45d93fSNicolas Pitre	{ 0xD2, 0x60 }, /* MODIFIER LETTER CENTRED RIGHT HALF RING -> '`' */
526de45d93fSNicolas Pitre	{ 0xD3, 0x27 }, /* MODIFIER LETTER CENTRED LEFT HALF RING -> ''' */
527de45d93fSNicolas Pitre	{ 0xD4, 0x5E }, /* MODIFIER LETTER UP TACK -> '^' */
528de45d93fSNicolas Pitre	{ 0xD5, 0x56 }, /* MODIFIER LETTER DOWN TACK -> 'V' */
529de45d93fSNicolas Pitre	{ 0xD6, 0x2B }, /* MODIFIER LETTER PLUS SIGN -> '+' */
530de45d93fSNicolas Pitre	{ 0xD7, 0x2D }, /* MODIFIER LETTER MINUS SIGN -> '-' */
531de45d93fSNicolas Pitre	{ 0xD8, 0x56 }, /* BREVE -> 'V' */
532de45d93fSNicolas Pitre	{ 0xD9, 0x2E }, /* DOT ABOVE -> '.' */
533de45d93fSNicolas Pitre	{ 0xDA, 0x40 }, /* RING ABOVE -> '@' */
534de45d93fSNicolas Pitre	{ 0xDB, 0x2C }, /* OGONEK -> ',' */
535de45d93fSNicolas Pitre	{ 0xDC, 0x7E }, /* SMALL TILDE -> '~' */
536de45d93fSNicolas Pitre	{ 0xDD, 0x22 }, /* DOUBLE ACUTE ACCENT -> '"' */
537de45d93fSNicolas Pitre	{ 0xDE, 0x52 }, /* MODIFIER LETTER RHOTIC HOOK -> 'R' */
538de45d93fSNicolas Pitre	{ 0xDF, 0x58 }, /* MODIFIER LETTER CROSS ACCENT -> 'X' */
539de45d93fSNicolas Pitre	{ 0xE0, 0x47 }, /* MODIFIER LETTER SMALL GAMMA -> 'G' */
540de45d93fSNicolas Pitre	{ 0xE1, 0x6C }, /* MODIFIER LETTER SMALL L -> 'l' */
541de45d93fSNicolas Pitre	{ 0xE2, 0x73 }, /* MODIFIER LETTER SMALL S -> 's' */
542de45d93fSNicolas Pitre	{ 0xE3, 0x78 }, /* MODIFIER LETTER SMALL X -> 'x' */
543de45d93fSNicolas Pitre	{ 0xE4, 0x3F }, /* MODIFIER LETTER SMALL REVERSED GLOTTAL STOP -> '?' */
544de45d93fSNicolas Pitre	{ 0xEC, 0x56 }, /* MODIFIER LETTER VOICING -> 'V' */
545de45d93fSNicolas Pitre	{ 0xED, 0x3D }, /* MODIFIER LETTER UNASPIRATED -> '=' */
546de45d93fSNicolas Pitre	{ 0xEE, 0x22 }, /* MODIFIER LETTER DOUBLE APOSTROPHE -> '"' */
547de45d93fSNicolas Pitre	/* Entries for page 0x03 */
548de45d93fSNicolas Pitre	{ 0x63, 0x61 }, /* COMBINING LATIN SMALL LETTER A -> 'a' */
549de45d93fSNicolas Pitre	{ 0x64, 0x65 }, /* COMBINING LATIN SMALL LETTER E -> 'e' */
550de45d93fSNicolas Pitre	{ 0x65, 0x69 }, /* COMBINING LATIN SMALL LETTER I -> 'i' */
551de45d93fSNicolas Pitre	{ 0x66, 0x6F }, /* COMBINING LATIN SMALL LETTER O -> 'o' */
552de45d93fSNicolas Pitre	{ 0x67, 0x75 }, /* COMBINING LATIN SMALL LETTER U -> 'u' */
553de45d93fSNicolas Pitre	{ 0x68, 0x63 }, /* COMBINING LATIN SMALL LETTER C -> 'c' */
554de45d93fSNicolas Pitre	{ 0x69, 0x64 }, /* COMBINING LATIN SMALL LETTER D -> 'd' */
555de45d93fSNicolas Pitre	{ 0x6A, 0x68 }, /* COMBINING LATIN SMALL LETTER H -> 'h' */
556de45d93fSNicolas Pitre	{ 0x6B, 0x6D }, /* COMBINING LATIN SMALL LETTER M -> 'm' */
557de45d93fSNicolas Pitre	{ 0x6C, 0x72 }, /* COMBINING LATIN SMALL LETTER R -> 'r' */
558de45d93fSNicolas Pitre	{ 0x6D, 0x74 }, /* COMBINING LATIN SMALL LETTER T -> 't' */
559de45d93fSNicolas Pitre	{ 0x6E, 0x76 }, /* COMBINING LATIN SMALL LETTER V -> 'v' */
560de45d93fSNicolas Pitre	{ 0x6F, 0x78 }, /* COMBINING LATIN SMALL LETTER X -> 'x' */
561de45d93fSNicolas Pitre	{ 0x74, 0x27 }, /* GREEK NUMERAL SIGN -> ''' */
562de45d93fSNicolas Pitre	{ 0x75, 0x2C }, /* GREEK LOWER NUMERAL SIGN -> ',' */
563de45d93fSNicolas Pitre	{ 0x7E, 0x3F }, /* GREEK QUESTION MARK -> '?' */
564de45d93fSNicolas Pitre	{ 0x86, 0x41 }, /* GREEK CAPITAL LETTER ALPHA WITH TONOS -> 'A' */
565de45d93fSNicolas Pitre	{ 0x87, 0x3B }, /* GREEK ANO TELEIA -> ';' */
566de45d93fSNicolas Pitre	{ 0x88, 0x45 }, /* GREEK CAPITAL LETTER EPSILON WITH TONOS -> 'E' */
567de45d93fSNicolas Pitre	{ 0x89, 0x45 }, /* GREEK CAPITAL LETTER ETA WITH TONOS -> 'E' */
568de45d93fSNicolas Pitre	{ 0x8A, 0x49 }, /* GREEK CAPITAL LETTER IOTA WITH TONOS -> 'I' */
569de45d93fSNicolas Pitre	{ 0x8C, 0x4F }, /* GREEK CAPITAL LETTER OMICRON WITH TONOS -> 'O' */
570de45d93fSNicolas Pitre	{ 0x8E, 0x55 }, /* GREEK CAPITAL LETTER UPSILON WITH TONOS -> 'U' */
571de45d93fSNicolas Pitre	{ 0x8F, 0x4F }, /* GREEK CAPITAL LETTER OMEGA WITH TONOS -> 'O' */
572de45d93fSNicolas Pitre	{ 0x90, 0x49 }, /* GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS -> 'I' */
573de45d93fSNicolas Pitre	{ 0x91, 0x41 }, /* GREEK CAPITAL LETTER ALPHA -> 'A' */
574de45d93fSNicolas Pitre	{ 0x92, 0x42 }, /* GREEK CAPITAL LETTER BETA -> 'B' */
575de45d93fSNicolas Pitre	{ 0x93, 0x47 }, /* GREEK CAPITAL LETTER GAMMA -> 'G' */
576de45d93fSNicolas Pitre	{ 0x94, 0x44 }, /* GREEK CAPITAL LETTER DELTA -> 'D' */
577de45d93fSNicolas Pitre	{ 0x95, 0x45 }, /* GREEK CAPITAL LETTER EPSILON -> 'E' */
578de45d93fSNicolas Pitre	{ 0x96, 0x5A }, /* GREEK CAPITAL LETTER ZETA -> 'Z' */
579de45d93fSNicolas Pitre	{ 0x97, 0x45 }, /* GREEK CAPITAL LETTER ETA -> 'E' */
580de45d93fSNicolas Pitre	{ 0x99, 0x49 }, /* GREEK CAPITAL LETTER IOTA -> 'I' */
581de45d93fSNicolas Pitre	{ 0x9A, 0x4B }, /* GREEK CAPITAL LETTER KAPPA -> 'K' */
582de45d93fSNicolas Pitre	{ 0x9B, 0x4C }, /* GREEK CAPITAL LETTER LAMDA -> 'L' */
583de45d93fSNicolas Pitre	{ 0x9C, 0x4D }, /* GREEK CAPITAL LETTER MU -> 'M' */
584de45d93fSNicolas Pitre	{ 0x9D, 0x4E }, /* GREEK CAPITAL LETTER NU -> 'N' */
585de45d93fSNicolas Pitre	{ 0x9F, 0x4F }, /* GREEK CAPITAL LETTER OMICRON -> 'O' */
586de45d93fSNicolas Pitre	{ 0xA0, 0x50 }, /* GREEK CAPITAL LETTER PI -> 'P' */
587de45d93fSNicolas Pitre	{ 0xA1, 0x52 }, /* GREEK CAPITAL LETTER RHO -> 'R' */
588de45d93fSNicolas Pitre	{ 0xA3, 0x53 }, /* GREEK CAPITAL LETTER SIGMA -> 'S' */
589de45d93fSNicolas Pitre	{ 0xA4, 0x54 }, /* GREEK CAPITAL LETTER TAU -> 'T' */
590de45d93fSNicolas Pitre	{ 0xA5, 0x55 }, /* GREEK CAPITAL LETTER UPSILON -> 'U' */
591de45d93fSNicolas Pitre	{ 0xA9, 0x4F }, /* GREEK CAPITAL LETTER OMEGA -> 'O' */
592de45d93fSNicolas Pitre	{ 0xAA, 0x49 }, /* GREEK CAPITAL LETTER IOTA WITH DIALYTIKA -> 'I' */
593de45d93fSNicolas Pitre	{ 0xAB, 0x55 }, /* GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA -> 'U' */
594de45d93fSNicolas Pitre	{ 0xAC, 0x61 }, /* GREEK SMALL LETTER ALPHA WITH TONOS -> 'a' */
595de45d93fSNicolas Pitre	{ 0xAD, 0x65 }, /* GREEK SMALL LETTER EPSILON WITH TONOS -> 'e' */
596de45d93fSNicolas Pitre	{ 0xAE, 0x65 }, /* GREEK SMALL LETTER ETA WITH TONOS -> 'e' */
597de45d93fSNicolas Pitre	{ 0xAF, 0x69 }, /* GREEK SMALL LETTER IOTA WITH TONOS -> 'i' */
598de45d93fSNicolas Pitre	{ 0xB0, 0x75 }, /* GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS -> 'u' */
599de45d93fSNicolas Pitre	{ 0xB1, 0x61 }, /* GREEK SMALL LETTER ALPHA -> 'a' */
600de45d93fSNicolas Pitre	{ 0xB2, 0x62 }, /* GREEK SMALL LETTER BETA -> 'b' */
601de45d93fSNicolas Pitre	{ 0xB3, 0x67 }, /* GREEK SMALL LETTER GAMMA -> 'g' */
602de45d93fSNicolas Pitre	{ 0xB4, 0x64 }, /* GREEK SMALL LETTER DELTA -> 'd' */
603de45d93fSNicolas Pitre	{ 0xB5, 0x65 }, /* GREEK SMALL LETTER EPSILON -> 'e' */
604de45d93fSNicolas Pitre	{ 0xB6, 0x7A }, /* GREEK SMALL LETTER ZETA -> 'z' */
605de45d93fSNicolas Pitre	{ 0xB7, 0x65 }, /* GREEK SMALL LETTER ETA -> 'e' */
606de45d93fSNicolas Pitre	{ 0xB9, 0x69 }, /* GREEK SMALL LETTER IOTA -> 'i' */
607de45d93fSNicolas Pitre	{ 0xBA, 0x6B }, /* GREEK SMALL LETTER KAPPA -> 'k' */
608de45d93fSNicolas Pitre	{ 0xBB, 0x6C }, /* GREEK SMALL LETTER LAMDA -> 'l' */
609de45d93fSNicolas Pitre	{ 0xBC, 0x6D }, /* GREEK SMALL LETTER MU -> 'm' */
610de45d93fSNicolas Pitre	{ 0xBD, 0x6E }, /* GREEK SMALL LETTER NU -> 'n' */
611de45d93fSNicolas Pitre	{ 0xBE, 0x78 }, /* GREEK SMALL LETTER XI -> 'x' */
612de45d93fSNicolas Pitre	{ 0xBF, 0x6F }, /* GREEK SMALL LETTER OMICRON -> 'o' */
613de45d93fSNicolas Pitre	{ 0xC0, 0x70 }, /* GREEK SMALL LETTER PI -> 'p' */
614de45d93fSNicolas Pitre	{ 0xC1, 0x72 }, /* GREEK SMALL LETTER RHO -> 'r' */
615de45d93fSNicolas Pitre	{ 0xC2, 0x73 }, /* GREEK SMALL LETTER FINAL SIGMA -> 's' */
616de45d93fSNicolas Pitre	{ 0xC3, 0x73 }, /* GREEK SMALL LETTER SIGMA -> 's' */
617de45d93fSNicolas Pitre	{ 0xC4, 0x74 }, /* GREEK SMALL LETTER TAU -> 't' */
618de45d93fSNicolas Pitre	{ 0xC5, 0x75 }, /* GREEK SMALL LETTER UPSILON -> 'u' */
619de45d93fSNicolas Pitre	{ 0xC9, 0x6F }, /* GREEK SMALL LETTER OMEGA -> 'o' */
620de45d93fSNicolas Pitre	{ 0xCA, 0x69 }, /* GREEK SMALL LETTER IOTA WITH DIALYTIKA -> 'i' */
621de45d93fSNicolas Pitre	{ 0xCB, 0x75 }, /* GREEK SMALL LETTER UPSILON WITH DIALYTIKA -> 'u' */
622de45d93fSNicolas Pitre	{ 0xCC, 0x6F }, /* GREEK SMALL LETTER OMICRON WITH TONOS -> 'o' */
623de45d93fSNicolas Pitre	{ 0xCD, 0x75 }, /* GREEK SMALL LETTER UPSILON WITH TONOS -> 'u' */
624de45d93fSNicolas Pitre	{ 0xCE, 0x6F }, /* GREEK SMALL LETTER OMEGA WITH TONOS -> 'o' */
625de45d93fSNicolas Pitre	{ 0xD0, 0x62 }, /* GREEK BETA SYMBOL -> 'b' */
626de45d93fSNicolas Pitre	{ 0xD2, 0x00 }, /* GREEK UPSILON WITH HOOK SYMBOL -> ... */
627de45d93fSNicolas Pitre	{ 0xD4, 0x55 }, /* GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL -> 'U' */
628de45d93fSNicolas Pitre	{ 0xD6, 0x70 }, /* GREEK PI SYMBOL -> 'p' */
629de45d93fSNicolas Pitre	{ 0xD7, 0x26 }, /* GREEK KAI SYMBOL -> '&' */
630de45d93fSNicolas Pitre	{ 0xDC, 0x57 }, /* GREEK LETTER DIGAMMA -> 'W' */
631de45d93fSNicolas Pitre	{ 0xDD, 0x77 }, /* GREEK SMALL LETTER DIGAMMA -> 'w' */
632de45d93fSNicolas Pitre	{ 0xDE, 0x51 }, /* GREEK LETTER KOPPA -> 'Q' */
633de45d93fSNicolas Pitre	{ 0xDF, 0x71 }, /* GREEK SMALL LETTER KOPPA -> 'q' */
634de45d93fSNicolas Pitre	{ 0xE4, 0x46 }, /* COPTIC CAPITAL LETTER FEI -> 'F' */
635de45d93fSNicolas Pitre	{ 0xE5, 0x66 }, /* COPTIC SMALL LETTER FEI -> 'f' */
636de45d93fSNicolas Pitre	{ 0xE8, 0x48 }, /* COPTIC CAPITAL LETTER HORI -> 'H' */
637de45d93fSNicolas Pitre	{ 0xE9, 0x68 }, /* COPTIC SMALL LETTER HORI -> 'h' */
638de45d93fSNicolas Pitre	{ 0xEA, 0x47 }, /* COPTIC CAPITAL LETTER GANGIA -> 'G' */
639de45d93fSNicolas Pitre	{ 0xEB, 0x67 }, /* COPTIC SMALL LETTER GANGIA -> 'g' */
640de45d93fSNicolas Pitre	{ 0xF0, 0x6B }, /* GREEK KAPPA SYMBOL -> 'k' */
641de45d93fSNicolas Pitre	{ 0xF1, 0x72 }, /* GREEK RHO SYMBOL -> 'r' */
642de45d93fSNicolas Pitre	{ 0xF2, 0x63 }, /* GREEK LUNATE SIGMA SYMBOL -> 'c' */
643de45d93fSNicolas Pitre	{ 0xF3, 0x6A }, /* GREEK LETTER YOT -> 'j' */
644de45d93fSNicolas Pitre	/* Entries for page 0x04 */
645de45d93fSNicolas Pitre	{ 0x06, 0x49 }, /* CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I -> 'I' */
646de45d93fSNicolas Pitre	{ 0x08, 0x4A }, /* CYRILLIC CAPITAL LETTER JE -> 'J' */
647de45d93fSNicolas Pitre	{ 0x0D, 0x49 }, /* CYRILLIC CAPITAL LETTER I WITH GRAVE -> 'I' */
648de45d93fSNicolas Pitre	{ 0x0E, 0x55 }, /* CYRILLIC CAPITAL LETTER SHORT U -> 'U' */
649de45d93fSNicolas Pitre	{ 0x10, 0x41 }, /* CYRILLIC CAPITAL LETTER A -> 'A' */
650de45d93fSNicolas Pitre	{ 0x11, 0x42 }, /* CYRILLIC CAPITAL LETTER BE -> 'B' */
651de45d93fSNicolas Pitre	{ 0x12, 0x56 }, /* CYRILLIC CAPITAL LETTER VE -> 'V' */
652de45d93fSNicolas Pitre	{ 0x13, 0x47 }, /* CYRILLIC CAPITAL LETTER GHE -> 'G' */
653de45d93fSNicolas Pitre	{ 0x14, 0x44 }, /* CYRILLIC CAPITAL LETTER DE -> 'D' */
654de45d93fSNicolas Pitre	{ 0x15, 0x45 }, /* CYRILLIC CAPITAL LETTER IE -> 'E' */
655de45d93fSNicolas Pitre	{ 0x17, 0x5A }, /* CYRILLIC CAPITAL LETTER ZE -> 'Z' */
656de45d93fSNicolas Pitre	{ 0x18, 0x49 }, /* CYRILLIC CAPITAL LETTER I -> 'I' */
657de45d93fSNicolas Pitre	{ 0x19, 0x49 }, /* CYRILLIC CAPITAL LETTER SHORT I -> 'I' */
658de45d93fSNicolas Pitre	{ 0x1A, 0x4B }, /* CYRILLIC CAPITAL LETTER KA -> 'K' */
659de45d93fSNicolas Pitre	{ 0x1B, 0x4C }, /* CYRILLIC CAPITAL LETTER EL -> 'L' */
660de45d93fSNicolas Pitre	{ 0x1C, 0x4D }, /* CYRILLIC CAPITAL LETTER EM -> 'M' */
661de45d93fSNicolas Pitre	{ 0x1D, 0x4E }, /* CYRILLIC CAPITAL LETTER EN -> 'N' */
662de45d93fSNicolas Pitre	{ 0x1E, 0x4F }, /* CYRILLIC CAPITAL LETTER O -> 'O' */
663de45d93fSNicolas Pitre	{ 0x1F, 0x50 }, /* CYRILLIC CAPITAL LETTER PE -> 'P' */
664de45d93fSNicolas Pitre	{ 0x20, 0x52 }, /* CYRILLIC CAPITAL LETTER ER -> 'R' */
665de45d93fSNicolas Pitre	{ 0x21, 0x53 }, /* CYRILLIC CAPITAL LETTER ES -> 'S' */
666de45d93fSNicolas Pitre	{ 0x22, 0x54 }, /* CYRILLIC CAPITAL LETTER TE -> 'T' */
667de45d93fSNicolas Pitre	{ 0x23, 0x55 }, /* CYRILLIC CAPITAL LETTER U -> 'U' */
668de45d93fSNicolas Pitre	{ 0x24, 0x46 }, /* CYRILLIC CAPITAL LETTER EF -> 'F' */
669de45d93fSNicolas Pitre	{ 0x2A, 0x27 }, /* CYRILLIC CAPITAL LETTER HARD SIGN -> ''' */
670de45d93fSNicolas Pitre	{ 0x2B, 0x59 }, /* CYRILLIC CAPITAL LETTER YERU -> 'Y' */
671de45d93fSNicolas Pitre	{ 0x2C, 0x27 }, /* CYRILLIC CAPITAL LETTER SOFT SIGN -> ''' */
672de45d93fSNicolas Pitre	{ 0x2D, 0x45 }, /* CYRILLIC CAPITAL LETTER E -> 'E' */
673de45d93fSNicolas Pitre	{ 0x30, 0x61 }, /* CYRILLIC SMALL LETTER A -> 'a' */
674de45d93fSNicolas Pitre	{ 0x31, 0x62 }, /* CYRILLIC SMALL LETTER BE -> 'b' */
675de45d93fSNicolas Pitre	{ 0x32, 0x76 }, /* CYRILLIC SMALL LETTER VE -> 'v' */
676de45d93fSNicolas Pitre	{ 0x33, 0x67 }, /* CYRILLIC SMALL LETTER GHE -> 'g' */
677de45d93fSNicolas Pitre	{ 0x34, 0x64 }, /* CYRILLIC SMALL LETTER DE -> 'd' */
678de45d93fSNicolas Pitre	{ 0x35, 0x65 }, /* CYRILLIC SMALL LETTER IE -> 'e' */
679de45d93fSNicolas Pitre	{ 0x37, 0x7A }, /* CYRILLIC SMALL LETTER ZE -> 'z' */
680de45d93fSNicolas Pitre	{ 0x38, 0x69 }, /* CYRILLIC SMALL LETTER I -> 'i' */
681de45d93fSNicolas Pitre	{ 0x39, 0x69 }, /* CYRILLIC SMALL LETTER SHORT I -> 'i' */
682de45d93fSNicolas Pitre	{ 0x3A, 0x6B }, /* CYRILLIC SMALL LETTER KA -> 'k' */
683de45d93fSNicolas Pitre	{ 0x3B, 0x6C }, /* CYRILLIC SMALL LETTER EL -> 'l' */
684de45d93fSNicolas Pitre	{ 0x3C, 0x6D }, /* CYRILLIC SMALL LETTER EM -> 'm' */
685de45d93fSNicolas Pitre	{ 0x3D, 0x6E }, /* CYRILLIC SMALL LETTER EN -> 'n' */
686de45d93fSNicolas Pitre	{ 0x3E, 0x6F }, /* CYRILLIC SMALL LETTER O -> 'o' */
687de45d93fSNicolas Pitre	{ 0x3F, 0x70 }, /* CYRILLIC SMALL LETTER PE -> 'p' */
688de45d93fSNicolas Pitre	{ 0x40, 0x72 }, /* CYRILLIC SMALL LETTER ER -> 'r' */
689de45d93fSNicolas Pitre	{ 0x41, 0x73 }, /* CYRILLIC SMALL LETTER ES -> 's' */
690de45d93fSNicolas Pitre	{ 0x42, 0x74 }, /* CYRILLIC SMALL LETTER TE -> 't' */
691de45d93fSNicolas Pitre	{ 0x43, 0x75 }, /* CYRILLIC SMALL LETTER U -> 'u' */
692de45d93fSNicolas Pitre	{ 0x44, 0x66 }, /* CYRILLIC SMALL LETTER EF -> 'f' */
693de45d93fSNicolas Pitre	{ 0x4A, 0x27 }, /* CYRILLIC SMALL LETTER HARD SIGN -> ''' */
694de45d93fSNicolas Pitre	{ 0x4B, 0x79 }, /* CYRILLIC SMALL LETTER YERU -> 'y' */
695de45d93fSNicolas Pitre	{ 0x4C, 0x27 }, /* CYRILLIC SMALL LETTER SOFT SIGN -> ''' */
696de45d93fSNicolas Pitre	{ 0x4D, 0x65 }, /* CYRILLIC SMALL LETTER E -> 'e' */
697de45d93fSNicolas Pitre	{ 0x56, 0x69 }, /* CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I -> 'i' */
698de45d93fSNicolas Pitre	{ 0x58, 0x6A }, /* CYRILLIC SMALL LETTER JE -> 'j' */
699de45d93fSNicolas Pitre	{ 0x5D, 0x69 }, /* CYRILLIC SMALL LETTER I WITH GRAVE -> 'i' */
700de45d93fSNicolas Pitre	{ 0x5E, 0x75 }, /* CYRILLIC SMALL LETTER SHORT U -> 'u' */
701de45d93fSNicolas Pitre	{ 0x60, 0x4F }, /* CYRILLIC CAPITAL LETTER OMEGA -> 'O' */
702de45d93fSNicolas Pitre	{ 0x61, 0x6F }, /* CYRILLIC SMALL LETTER OMEGA -> 'o' */
703de45d93fSNicolas Pitre	{ 0x62, 0x45 }, /* CYRILLIC CAPITAL LETTER YAT -> 'E' */
704de45d93fSNicolas Pitre	{ 0x63, 0x65 }, /* CYRILLIC SMALL LETTER YAT -> 'e' */
705de45d93fSNicolas Pitre	{ 0x66, 0x45 }, /* CYRILLIC CAPITAL LETTER LITTLE YUS -> 'E' */
706de45d93fSNicolas Pitre	{ 0x67, 0x65 }, /* CYRILLIC SMALL LETTER LITTLE YUS -> 'e' */
707de45d93fSNicolas Pitre	{ 0x6A, 0x4F }, /* CYRILLIC CAPITAL LETTER BIG YUS -> 'O' */
708de45d93fSNicolas Pitre	{ 0x6B, 0x6F }, /* CYRILLIC SMALL LETTER BIG YUS -> 'o' */
709de45d93fSNicolas Pitre	{ 0x72, 0x46 }, /* CYRILLIC CAPITAL LETTER FITA -> 'F' */
710de45d93fSNicolas Pitre	{ 0x73, 0x66 }, /* CYRILLIC SMALL LETTER FITA -> 'f' */
711de45d93fSNicolas Pitre	{ 0x74, 0x59 }, /* CYRILLIC CAPITAL LETTER IZHITSA -> 'Y' */
712de45d93fSNicolas Pitre	{ 0x75, 0x79 }, /* CYRILLIC SMALL LETTER IZHITSA -> 'y' */
713de45d93fSNicolas Pitre	{ 0x76, 0x59 }, /* CYRILLIC CAPITAL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT -> 'Y' */
714de45d93fSNicolas Pitre	{ 0x77, 0x79 }, /* CYRILLIC SMALL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT -> 'y' */
715de45d93fSNicolas Pitre	{ 0x78, 0x75 }, /* CYRILLIC CAPITAL LETTER UK -> 'u' */
716de45d93fSNicolas Pitre	{ 0x79, 0x75 }, /* CYRILLIC SMALL LETTER UK -> 'u' */
717de45d93fSNicolas Pitre	{ 0x7A, 0x4F }, /* CYRILLIC CAPITAL LETTER ROUND OMEGA -> 'O' */
718de45d93fSNicolas Pitre	{ 0x7B, 0x6F }, /* CYRILLIC SMALL LETTER ROUND OMEGA -> 'o' */
719de45d93fSNicolas Pitre	{ 0x7C, 0x4F }, /* CYRILLIC CAPITAL LETTER OMEGA WITH TITLO -> 'O' */
720de45d93fSNicolas Pitre	{ 0x7D, 0x6F }, /* CYRILLIC SMALL LETTER OMEGA WITH TITLO -> 'o' */
721de45d93fSNicolas Pitre	{ 0x80, 0x51 }, /* CYRILLIC CAPITAL LETTER KOPPA -> 'Q' */
722de45d93fSNicolas Pitre	{ 0x81, 0x71 }, /* CYRILLIC SMALL LETTER KOPPA -> 'q' */
723de45d93fSNicolas Pitre	{ 0x8C, 0x22 }, /* CYRILLIC CAPITAL LETTER SEMISOFT SIGN -> '"' */
724de45d93fSNicolas Pitre	{ 0x8D, 0x22 }, /* CYRILLIC SMALL LETTER SEMISOFT SIGN -> '"' */
725de45d93fSNicolas Pitre	{ 0xAE, 0x55 }, /* CYRILLIC CAPITAL LETTER STRAIGHT U -> 'U' */
726de45d93fSNicolas Pitre	{ 0xAF, 0x75 }, /* CYRILLIC SMALL LETTER STRAIGHT U -> 'u' */
727de45d93fSNicolas Pitre	{ 0xBA, 0x48 }, /* CYRILLIC CAPITAL LETTER SHHA -> 'H' */
728de45d93fSNicolas Pitre	{ 0xBB, 0x68 }, /* CYRILLIC SMALL LETTER SHHA -> 'h' */
729de45d93fSNicolas Pitre	{ 0xC0, 0x60 }, /* CYRILLIC LETTER PALOCHKA -> '`' */
730de45d93fSNicolas Pitre	{ 0xD0, 0x61 }, /* CYRILLIC CAPITAL LETTER A WITH BREVE -> 'a' */
731de45d93fSNicolas Pitre	{ 0xD1, 0x61 }, /* CYRILLIC SMALL LETTER A WITH BREVE -> 'a' */
732de45d93fSNicolas Pitre	{ 0xD2, 0x41 }, /* CYRILLIC CAPITAL LETTER A WITH DIAERESIS -> 'A' */
733de45d93fSNicolas Pitre	{ 0xD3, 0x61 }, /* CYRILLIC SMALL LETTER A WITH DIAERESIS -> 'a' */
734de45d93fSNicolas Pitre	{ 0xD8, 0x00 }, /* CYRILLIC CAPITAL LETTER SCHWA -> ... */
735de45d93fSNicolas Pitre	{ 0xDB, 0x40 }, /* CYRILLIC SMALL LETTER SCHWA WITH DIAERESIS -> '@' */
736de45d93fSNicolas Pitre	{ 0xDE, 0x5A }, /* CYRILLIC CAPITAL LETTER ZE WITH DIAERESIS -> 'Z' */
737de45d93fSNicolas Pitre	{ 0xDF, 0x7A }, /* CYRILLIC SMALL LETTER ZE WITH DIAERESIS -> 'z' */
738de45d93fSNicolas Pitre	{ 0xE2, 0x49 }, /* CYRILLIC CAPITAL LETTER I WITH MACRON -> 'I' */
739de45d93fSNicolas Pitre	{ 0xE3, 0x69 }, /* CYRILLIC SMALL LETTER I WITH MACRON -> 'i' */
740de45d93fSNicolas Pitre	{ 0xE4, 0x49 }, /* CYRILLIC CAPITAL LETTER I WITH DIAERESIS -> 'I' */
741de45d93fSNicolas Pitre	{ 0xE5, 0x69 }, /* CYRILLIC SMALL LETTER I WITH DIAERESIS -> 'i' */
742de45d93fSNicolas Pitre	{ 0xE6, 0x4F }, /* CYRILLIC CAPITAL LETTER O WITH DIAERESIS -> 'O' */
743de45d93fSNicolas Pitre	{ 0xE7, 0x6F }, /* CYRILLIC SMALL LETTER O WITH DIAERESIS -> 'o' */
744de45d93fSNicolas Pitre	{ 0xE8, 0x4F }, /* CYRILLIC CAPITAL LETTER BARRED O -> 'O' */
745de45d93fSNicolas Pitre	{ 0xE9, 0x6F }, /* CYRILLIC SMALL LETTER BARRED O -> 'o' */
746de45d93fSNicolas Pitre	{ 0xEA, 0x4F }, /* CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS -> 'O' */
747de45d93fSNicolas Pitre	{ 0xEB, 0x6F }, /* CYRILLIC SMALL LETTER BARRED O WITH DIAERESIS -> 'o' */
748de45d93fSNicolas Pitre	{ 0xEC, 0x45 }, /* CYRILLIC CAPITAL LETTER E WITH DIAERESIS -> 'E' */
749de45d93fSNicolas Pitre	{ 0xED, 0x65 }, /* CYRILLIC SMALL LETTER E WITH DIAERESIS -> 'e' */
750de45d93fSNicolas Pitre	{ 0xEE, 0x55 }, /* CYRILLIC CAPITAL LETTER U WITH MACRON -> 'U' */
751de45d93fSNicolas Pitre	{ 0xEF, 0x75 }, /* CYRILLIC SMALL LETTER U WITH MACRON -> 'u' */
752de45d93fSNicolas Pitre	{ 0xF0, 0x55 }, /* CYRILLIC CAPITAL LETTER U WITH DIAERESIS -> 'U' */
753de45d93fSNicolas Pitre	{ 0xF1, 0x75 }, /* CYRILLIC SMALL LETTER U WITH DIAERESIS -> 'u' */
754de45d93fSNicolas Pitre	{ 0xF2, 0x55 }, /* CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE -> 'U' */
755de45d93fSNicolas Pitre	{ 0xF3, 0x75 }, /* CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE -> 'u' */
756de45d93fSNicolas Pitre	{ 0xF8, 0x59 }, /* CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS -> 'Y' */
757de45d93fSNicolas Pitre	{ 0xF9, 0x79 }, /* CYRILLIC SMALL LETTER YERU WITH DIAERESIS -> 'y' */
758de45d93fSNicolas Pitre	/* Entries for page 0x05 */
759de45d93fSNicolas Pitre	{ 0x31, 0x41 }, /* ARMENIAN CAPITAL LETTER AYB -> 'A' */
760de45d93fSNicolas Pitre	{ 0x32, 0x42 }, /* ARMENIAN CAPITAL LETTER BEN -> 'B' */
761de45d93fSNicolas Pitre	{ 0x33, 0x47 }, /* ARMENIAN CAPITAL LETTER GIM -> 'G' */
762de45d93fSNicolas Pitre	{ 0x34, 0x44 }, /* ARMENIAN CAPITAL LETTER DA -> 'D' */
763de45d93fSNicolas Pitre	{ 0x35, 0x45 }, /* ARMENIAN CAPITAL LETTER ECH -> 'E' */
764de45d93fSNicolas Pitre	{ 0x36, 0x5A }, /* ARMENIAN CAPITAL LETTER ZA -> 'Z' */
765de45d93fSNicolas Pitre	{ 0x37, 0x45 }, /* ARMENIAN CAPITAL LETTER EH -> 'E' */
766de45d93fSNicolas Pitre	{ 0x38, 0x45 }, /* ARMENIAN CAPITAL LETTER ET -> 'E' */
767de45d93fSNicolas Pitre	{ 0x3B, 0x49 }, /* ARMENIAN CAPITAL LETTER INI -> 'I' */
768de45d93fSNicolas Pitre	{ 0x3C, 0x4C }, /* ARMENIAN CAPITAL LETTER LIWN -> 'L' */
769de45d93fSNicolas Pitre	{ 0x3F, 0x4B }, /* ARMENIAN CAPITAL LETTER KEN -> 'K' */
770de45d93fSNicolas Pitre	{ 0x40, 0x48 }, /* ARMENIAN CAPITAL LETTER HO -> 'H' */
771de45d93fSNicolas Pitre	{ 0x44, 0x4D }, /* ARMENIAN CAPITAL LETTER MEN -> 'M' */
772de45d93fSNicolas Pitre	{ 0x45, 0x59 }, /* ARMENIAN CAPITAL LETTER YI -> 'Y' */
773de45d93fSNicolas Pitre	{ 0x46, 0x4E }, /* ARMENIAN CAPITAL LETTER NOW -> 'N' */
774de45d93fSNicolas Pitre	{ 0x48, 0x4F }, /* ARMENIAN CAPITAL LETTER VO -> 'O' */
775de45d93fSNicolas Pitre	{ 0x4A, 0x50 }, /* ARMENIAN CAPITAL LETTER PEH -> 'P' */
776de45d93fSNicolas Pitre	{ 0x4B, 0x4A }, /* ARMENIAN CAPITAL LETTER JHEH -> 'J' */
777de45d93fSNicolas Pitre	{ 0x4D, 0x53 }, /* ARMENIAN CAPITAL LETTER SEH -> 'S' */
778de45d93fSNicolas Pitre	{ 0x4E, 0x56 }, /* ARMENIAN CAPITAL LETTER VEW -> 'V' */
779de45d93fSNicolas Pitre	{ 0x4F, 0x54 }, /* ARMENIAN CAPITAL LETTER TIWN -> 'T' */
780de45d93fSNicolas Pitre	{ 0x50, 0x52 }, /* ARMENIAN CAPITAL LETTER REH -> 'R' */
781de45d93fSNicolas Pitre	{ 0x52, 0x57 }, /* ARMENIAN CAPITAL LETTER YIWN -> 'W' */
782de45d93fSNicolas Pitre	{ 0x55, 0x4F }, /* ARMENIAN CAPITAL LETTER OH -> 'O' */
783de45d93fSNicolas Pitre	{ 0x56, 0x46 }, /* ARMENIAN CAPITAL LETTER FEH -> 'F' */
784de45d93fSNicolas Pitre	{ 0x59, 0x3C }, /* ARMENIAN MODIFIER LETTER LEFT HALF RING -> '<' */
785de45d93fSNicolas Pitre	{ 0x5A, 0x27 }, /* ARMENIAN APOSTROPHE -> ''' */
786de45d93fSNicolas Pitre	{ 0x5B, 0x2F }, /* ARMENIAN EMPHASIS MARK -> '/' */
787de45d93fSNicolas Pitre	{ 0x5C, 0x21 }, /* ARMENIAN EXCLAMATION MARK -> '!' */
788de45d93fSNicolas Pitre	{ 0x5D, 0x2C }, /* ARMENIAN COMMA -> ',' */
789de45d93fSNicolas Pitre	{ 0x5E, 0x3F }, /* ARMENIAN QUESTION MARK -> '?' */
790de45d93fSNicolas Pitre	{ 0x5F, 0x2E }, /* ARMENIAN ABBREVIATION MARK -> '.' */
791de45d93fSNicolas Pitre	{ 0x61, 0x61 }, /* ARMENIAN SMALL LETTER AYB -> 'a' */
792de45d93fSNicolas Pitre	{ 0x62, 0x62 }, /* ARMENIAN SMALL LETTER BEN -> 'b' */
793de45d93fSNicolas Pitre	{ 0x63, 0x67 }, /* ARMENIAN SMALL LETTER GIM -> 'g' */
794de45d93fSNicolas Pitre	{ 0x64, 0x64 }, /* ARMENIAN SMALL LETTER DA -> 'd' */
795de45d93fSNicolas Pitre	{ 0x65, 0x65 }, /* ARMENIAN SMALL LETTER ECH -> 'e' */
796de45d93fSNicolas Pitre	{ 0x66, 0x7A }, /* ARMENIAN SMALL LETTER ZA -> 'z' */
797de45d93fSNicolas Pitre	{ 0x67, 0x65 }, /* ARMENIAN SMALL LETTER EH -> 'e' */
798de45d93fSNicolas Pitre	{ 0x68, 0x65 }, /* ARMENIAN SMALL LETTER ET -> 'e' */
799de45d93fSNicolas Pitre	{ 0x6B, 0x69 }, /* ARMENIAN SMALL LETTER INI -> 'i' */
800de45d93fSNicolas Pitre	{ 0x6C, 0x6C }, /* ARMENIAN SMALL LETTER LIWN -> 'l' */
801de45d93fSNicolas Pitre	{ 0x6F, 0x6B }, /* ARMENIAN SMALL LETTER KEN -> 'k' */
802de45d93fSNicolas Pitre	{ 0x70, 0x68 }, /* ARMENIAN SMALL LETTER HO -> 'h' */
803de45d93fSNicolas Pitre	{ 0x74, 0x6D }, /* ARMENIAN SMALL LETTER MEN -> 'm' */
804de45d93fSNicolas Pitre	{ 0x75, 0x79 }, /* ARMENIAN SMALL LETTER YI -> 'y' */
805de45d93fSNicolas Pitre	{ 0x76, 0x6E }, /* ARMENIAN SMALL LETTER NOW -> 'n' */
806de45d93fSNicolas Pitre	{ 0x78, 0x6F }, /* ARMENIAN SMALL LETTER VO -> 'o' */
807de45d93fSNicolas Pitre	{ 0x7A, 0x70 }, /* ARMENIAN SMALL LETTER PEH -> 'p' */
808de45d93fSNicolas Pitre	{ 0x7B, 0x6A }, /* ARMENIAN SMALL LETTER JHEH -> 'j' */
809de45d93fSNicolas Pitre	{ 0x7D, 0x73 }, /* ARMENIAN SMALL LETTER SEH -> 's' */
810de45d93fSNicolas Pitre	{ 0x7E, 0x76 }, /* ARMENIAN SMALL LETTER VEW -> 'v' */
811de45d93fSNicolas Pitre	{ 0x7F, 0x74 }, /* ARMENIAN SMALL LETTER TIWN -> 't' */
812de45d93fSNicolas Pitre	{ 0x80, 0x72 }, /* ARMENIAN SMALL LETTER REH -> 'r' */
813de45d93fSNicolas Pitre	{ 0x82, 0x77 }, /* ARMENIAN SMALL LETTER YIWN -> 'w' */
814de45d93fSNicolas Pitre	{ 0x85, 0x6F }, /* ARMENIAN SMALL LETTER OH -> 'o' */
815de45d93fSNicolas Pitre	{ 0x86, 0x66 }, /* ARMENIAN SMALL LETTER FEH -> 'f' */
816de45d93fSNicolas Pitre	{ 0x89, 0x3A }, /* ARMENIAN FULL STOP -> ':' */
817de45d93fSNicolas Pitre	{ 0x8A, 0x2D }, /* ARMENIAN HYPHEN -> '-' */
818de45d93fSNicolas Pitre	{ 0xB1, 0x65 }, /* HEBREW POINT HATAF SEGOL -> 'e' */
819de45d93fSNicolas Pitre	{ 0xB2, 0x61 }, /* HEBREW POINT HATAF PATAH -> 'a' */
820de45d93fSNicolas Pitre	{ 0xB3, 0x6F }, /* HEBREW POINT HATAF QAMATS -> 'o' */
821de45d93fSNicolas Pitre	{ 0xB4, 0x69 }, /* HEBREW POINT HIRIQ -> 'i' */
822de45d93fSNicolas Pitre	{ 0xB5, 0x65 }, /* HEBREW POINT TSERE -> 'e' */
823de45d93fSNicolas Pitre	{ 0xB6, 0x65 }, /* HEBREW POINT SEGOL -> 'e' */
824de45d93fSNicolas Pitre	{ 0xB7, 0x61 }, /* HEBREW POINT PATAH -> 'a' */
825de45d93fSNicolas Pitre	{ 0xB8, 0x61 }, /* HEBREW POINT QAMATS -> 'a' */
826de45d93fSNicolas Pitre	{ 0xB9, 0x6F }, /* HEBREW POINT HOLAM -> 'o' */
827de45d93fSNicolas Pitre	{ 0xBA, 0x6F }, /* HEBREW POINT HOLAM HASER FOR VAV -> 'o' */
828de45d93fSNicolas Pitre	{ 0xBB, 0x75 }, /* HEBREW POINT QUBUTS -> 'u' */
829de45d93fSNicolas Pitre	{ 0xBE, 0x2D }, /* HEBREW PUNCTUATION MAQAF -> '-' */
830de45d93fSNicolas Pitre	{ 0xC0, 0x7C }, /* HEBREW PUNCTUATION PASEQ -> '|' */
831de45d93fSNicolas Pitre	{ 0xC3, 0x2E }, /* HEBREW PUNCTUATION SOF PASUQ -> '.' */
832de45d93fSNicolas Pitre	{ 0xC6, 0x6E }, /* HEBREW PUNCTUATION NUN HAFUKHA -> 'n' */
833de45d93fSNicolas Pitre	{ 0xC7, 0x6F }, /* HEBREW POINT QAMATS QATAN -> 'o' */
834de45d93fSNicolas Pitre	{ 0xD0, 0x41 }, /* HEBREW LETTER ALEF -> 'A' */
835de45d93fSNicolas Pitre	{ 0xD1, 0x62 }, /* HEBREW LETTER BET -> 'b' */
836de45d93fSNicolas Pitre	{ 0xD2, 0x67 }, /* HEBREW LETTER GIMEL -> 'g' */
837de45d93fSNicolas Pitre	{ 0xD3, 0x64 }, /* HEBREW LETTER DALET -> 'd' */
838de45d93fSNicolas Pitre	{ 0xD4, 0x68 }, /* HEBREW LETTER HE -> 'h' */
839de45d93fSNicolas Pitre	{ 0xD5, 0x76 }, /* HEBREW LETTER VAV -> 'v' */
840de45d93fSNicolas Pitre	{ 0xD6, 0x7A }, /* HEBREW LETTER ZAYIN -> 'z' */
841de45d93fSNicolas Pitre	{ 0xD7, 0x48 }, /* HEBREW LETTER HET -> 'H' */
842de45d93fSNicolas Pitre	{ 0xD8, 0x54 }, /* HEBREW LETTER TET -> 'T' */
843de45d93fSNicolas Pitre	{ 0xD9, 0x79 }, /* HEBREW LETTER YOD -> 'y' */
844de45d93fSNicolas Pitre	{ 0xDC, 0x6C }, /* HEBREW LETTER LAMED -> 'l' */
845de45d93fSNicolas Pitre	{ 0xDD, 0x6D }, /* HEBREW LETTER FINAL MEM -> 'm' */
846de45d93fSNicolas Pitre	{ 0xDE, 0x6D }, /* HEBREW LETTER MEM -> 'm' */
847de45d93fSNicolas Pitre	{ 0xDF, 0x6E }, /* HEBREW LETTER FINAL NUN -> 'n' */
848de45d93fSNicolas Pitre	{ 0xE0, 0x6E }, /* HEBREW LETTER NUN -> 'n' */
849de45d93fSNicolas Pitre	{ 0xE1, 0x73 }, /* HEBREW LETTER SAMEKH -> 's' */
850de45d93fSNicolas Pitre	{ 0xE2, 0x60 }, /* HEBREW LETTER AYIN -> '`' */
851de45d93fSNicolas Pitre	{ 0xE3, 0x70 }, /* HEBREW LETTER FINAL PE -> 'p' */
852de45d93fSNicolas Pitre	{ 0xE4, 0x70 }, /* HEBREW LETTER PE -> 'p' */
853de45d93fSNicolas Pitre	{ 0xE7, 0x6B }, /* HEBREW LETTER QOF -> 'k' */
854de45d93fSNicolas Pitre	{ 0xE8, 0x72 }, /* HEBREW LETTER RESH -> 'r' */
855de45d93fSNicolas Pitre	{ 0xEA, 0x74 }, /* HEBREW LETTER TAV -> 't' */
856de45d93fSNicolas Pitre	{ 0xF0, 0x56 }, /* HEBREW LIGATURE YIDDISH DOUBLE VAV -> 'V' */
857de45d93fSNicolas Pitre	{ 0xF3, 0x27 }, /* HEBREW PUNCTUATION GERESH -> ''' */
858de45d93fSNicolas Pitre	{ 0xF4, 0x22 }, /* HEBREW PUNCTUATION GERSHAYIM -> '"' */
859de45d93fSNicolas Pitre	/* Entries for page 0x06 */
860de45d93fSNicolas Pitre	{ 0x0C, 0x2C }, /* ARABIC COMMA -> ',' */
861de45d93fSNicolas Pitre	{ 0x1B, 0x3B }, /* ARABIC SEMICOLON -> ';' */
862de45d93fSNicolas Pitre	{ 0x1F, 0x3F }, /* ARABIC QUESTION MARK -> '?' */
863de45d93fSNicolas Pitre	{ 0x22, 0x61 }, /* ARABIC LETTER ALEF WITH MADDA ABOVE -> 'a' */
864de45d93fSNicolas Pitre	{ 0x23, 0x27 }, /* ARABIC LETTER ALEF WITH HAMZA ABOVE -> ''' */
865de45d93fSNicolas Pitre	{ 0x28, 0x62 }, /* ARABIC LETTER BEH -> 'b' */
866de45d93fSNicolas Pitre	{ 0x29, 0x40 }, /* ARABIC LETTER TEH MARBUTA -> '@' */
867de45d93fSNicolas Pitre	{ 0x2A, 0x74 }, /* ARABIC LETTER TEH -> 't' */
868de45d93fSNicolas Pitre	{ 0x2C, 0x6A }, /* ARABIC LETTER JEEM -> 'j' */
869de45d93fSNicolas Pitre	{ 0x2D, 0x48 }, /* ARABIC LETTER HAH -> 'H' */
870de45d93fSNicolas Pitre	{ 0x2F, 0x64 }, /* ARABIC LETTER DAL -> 'd' */
871de45d93fSNicolas Pitre	{ 0x31, 0x72 }, /* ARABIC LETTER REH -> 'r' */
872de45d93fSNicolas Pitre	{ 0x32, 0x7A }, /* ARABIC LETTER ZAIN -> 'z' */
873de45d93fSNicolas Pitre	{ 0x33, 0x73 }, /* ARABIC LETTER SEEN -> 's' */
874de45d93fSNicolas Pitre	{ 0x35, 0x53 }, /* ARABIC LETTER SAD -> 'S' */
875de45d93fSNicolas Pitre	{ 0x36, 0x44 }, /* ARABIC LETTER DAD -> 'D' */
876de45d93fSNicolas Pitre	{ 0x37, 0x54 }, /* ARABIC LETTER TAH -> 'T' */
877de45d93fSNicolas Pitre	{ 0x38, 0x5A }, /* ARABIC LETTER ZAH -> 'Z' */
878de45d93fSNicolas Pitre	{ 0x39, 0x60 }, /* ARABIC LETTER AIN -> '`' */
879de45d93fSNicolas Pitre	{ 0x3A, 0x47 }, /* ARABIC LETTER GHAIN -> 'G' */
880de45d93fSNicolas Pitre	{ 0x41, 0x66 }, /* ARABIC LETTER FEH -> 'f' */
881de45d93fSNicolas Pitre	{ 0x42, 0x71 }, /* ARABIC LETTER QAF -> 'q' */
882de45d93fSNicolas Pitre	{ 0x43, 0x6B }, /* ARABIC LETTER KAF -> 'k' */
883de45d93fSNicolas Pitre	{ 0x44, 0x6C }, /* ARABIC LETTER LAM -> 'l' */
884de45d93fSNicolas Pitre	{ 0x45, 0x6D }, /* ARABIC LETTER MEEM -> 'm' */
885de45d93fSNicolas Pitre	{ 0x46, 0x6E }, /* ARABIC LETTER NOON -> 'n' */
886de45d93fSNicolas Pitre	{ 0x47, 0x68 }, /* ARABIC LETTER HEH -> 'h' */
887de45d93fSNicolas Pitre	{ 0x48, 0x77 }, /* ARABIC LETTER WAW -> 'w' */
888de45d93fSNicolas Pitre	{ 0x49, 0x7E }, /* ARABIC LETTER ALEF MAKSURA -> '~' */
889de45d93fSNicolas Pitre	{ 0x4A, 0x79 }, /* ARABIC LETTER YEH -> 'y' */
890de45d93fSNicolas Pitre	{ 0x4E, 0x61 }, /* ARABIC FATHA -> 'a' */
891de45d93fSNicolas Pitre	{ 0x4F, 0x75 }, /* ARABIC DAMMA -> 'u' */
892de45d93fSNicolas Pitre	{ 0x50, 0x69 }, /* ARABIC KASRA -> 'i' */
893de45d93fSNicolas Pitre	{ 0x51, 0x57 }, /* ARABIC SHADDA -> 'W' */
894de45d93fSNicolas Pitre	{ 0x54, 0x27 }, /* ARABIC HAMZA ABOVE -> ''' */
895de45d93fSNicolas Pitre	{ 0x55, 0x27 }, /* ARABIC HAMZA BELOW -> ''' */
896de45d93fSNicolas Pitre	{ 0x60, 0x30 }, /* ARABIC-INDIC DIGIT ZERO -> '0' */
897de45d93fSNicolas Pitre	{ 0x61, 0x31 }, /* ARABIC-INDIC DIGIT ONE -> '1' */
898de45d93fSNicolas Pitre	{ 0x62, 0x32 }, /* ARABIC-INDIC DIGIT TWO -> '2' */
899de45d93fSNicolas Pitre	{ 0x63, 0x33 }, /* ARABIC-INDIC DIGIT THREE -> '3' */
900de45d93fSNicolas Pitre	{ 0x64, 0x34 }, /* ARABIC-INDIC DIGIT FOUR -> '4' */
901de45d93fSNicolas Pitre	{ 0x65, 0x35 }, /* ARABIC-INDIC DIGIT FIVE -> '5' */
902de45d93fSNicolas Pitre	{ 0x66, 0x36 }, /* ARABIC-INDIC DIGIT SIX -> '6' */
903de45d93fSNicolas Pitre	{ 0x67, 0x37 }, /* ARABIC-INDIC DIGIT SEVEN -> '7' */
904de45d93fSNicolas Pitre	{ 0x68, 0x38 }, /* ARABIC-INDIC DIGIT EIGHT -> '8' */
905de45d93fSNicolas Pitre	{ 0x69, 0x39 }, /* ARABIC-INDIC DIGIT NINE -> '9' */
906de45d93fSNicolas Pitre	{ 0x6A, 0x25 }, /* ARABIC PERCENT SIGN -> '%' */
907de45d93fSNicolas Pitre	{ 0x6B, 0x2E }, /* ARABIC DECIMAL SEPARATOR -> '.' */
908de45d93fSNicolas Pitre	{ 0x6C, 0x2C }, /* ARABIC THOUSANDS SEPARATOR -> ',' */
909de45d93fSNicolas Pitre	{ 0x6D, 0x2A }, /* ARABIC FIVE POINTED STAR -> '*' */
910de45d93fSNicolas Pitre	{ 0x71, 0x00 }, /* ARABIC LETTER ALEF WASLA -> ... */
911de45d93fSNicolas Pitre	{ 0x73, 0x27 }, /* ARABIC LETTER ALEF WITH WAVY HAMZA BELOW -> ''' */
912de45d93fSNicolas Pitre	{ 0x75, 0x27 }, /* ARABIC LETTER HIGH HAMZA ALEF -> ''' */
913de45d93fSNicolas Pitre	{ 0x7B, 0x62 }, /* ARABIC LETTER BEEH -> 'b' */
914de45d93fSNicolas Pitre	{ 0x7C, 0x74 }, /* ARABIC LETTER TEH WITH RING -> 't' */
915de45d93fSNicolas Pitre	{ 0x7D, 0x54 }, /* ARABIC LETTER TEH WITH THREE DOTS ABOVE DOWNWARDS -> 'T' */
916de45d93fSNicolas Pitre	{ 0x7E, 0x70 }, /* ARABIC LETTER PEH -> 'p' */
917de45d93fSNicolas Pitre	{ 0x82, 0x48 }, /* ARABIC LETTER HAH WITH TWO DOTS VERTICAL ABOVE -> 'H' */
918de45d93fSNicolas Pitre	{ 0x85, 0x48 }, /* ARABIC LETTER HAH WITH THREE DOTS ABOVE -> 'H' */
919de45d93fSNicolas Pitre	{ 0x89, 0x44 }, /* ARABIC LETTER DAL WITH RING -> 'D' */
920de45d93fSNicolas Pitre	{ 0x8A, 0x44 }, /* ARABIC LETTER DAL WITH DOT BELOW -> 'D' */
921de45d93fSNicolas Pitre	{ 0x8E, 0x64 }, /* ARABIC LETTER DUL -> 'd' */
922de45d93fSNicolas Pitre	{ 0x8F, 0x44 }, /* ARABIC LETTER DAL WITH THREE DOTS ABOVE DOWNWARDS -> 'D' */
923de45d93fSNicolas Pitre	{ 0x90, 0x44 }, /* ARABIC LETTER DAL WITH FOUR DOTS ABOVE -> 'D' */
924de45d93fSNicolas Pitre	{ 0x92, 0x00 }, /* ARABIC LETTER REH WITH SMALL V -> ... */
925de45d93fSNicolas Pitre	{ 0x97, 0x52 }, /* ARABIC LETTER REH WITH TWO DOTS ABOVE -> 'R' */
926de45d93fSNicolas Pitre	{ 0x98, 0x6A }, /* ARABIC LETTER JEH -> 'j' */
927de45d93fSNicolas Pitre	{ 0x99, 0x52 }, /* ARABIC LETTER REH WITH FOUR DOTS ABOVE -> 'R' */
928de45d93fSNicolas Pitre	{ 0x9A, 0x00 }, /* ARABIC LETTER SEEN WITH DOT BELOW AND DOT ABOVE -> ... */
929de45d93fSNicolas Pitre	{ 0x9E, 0x53 }, /* ARABIC LETTER SAD WITH THREE DOTS ABOVE -> 'S' */
930de45d93fSNicolas Pitre	{ 0x9F, 0x54 }, /* ARABIC LETTER TAH WITH THREE DOTS ABOVE -> 'T' */
931de45d93fSNicolas Pitre	{ 0xA1, 0x00 }, /* ARABIC LETTER DOTLESS FEH -> ... */
932de45d93fSNicolas Pitre	{ 0xA3, 0x46 }, /* ARABIC LETTER FEH WITH DOT BELOW -> 'F' */
933de45d93fSNicolas Pitre	{ 0xA4, 0x76 }, /* ARABIC LETTER VEH -> 'v' */
934de45d93fSNicolas Pitre	{ 0xA5, 0x66 }, /* ARABIC LETTER FEH WITH THREE DOTS BELOW -> 'f' */
935de45d93fSNicolas Pitre	{ 0xA7, 0x51 }, /* ARABIC LETTER QAF WITH DOT ABOVE -> 'Q' */
936de45d93fSNicolas Pitre	{ 0xA8, 0x51 }, /* ARABIC LETTER QAF WITH THREE DOTS ABOVE -> 'Q' */
937de45d93fSNicolas Pitre	{ 0xAA, 0x6B }, /* ARABIC LETTER SWASH KAF -> 'k' */
938de45d93fSNicolas Pitre	{ 0xAB, 0x4B }, /* ARABIC LETTER KAF WITH RING -> 'K' */
939de45d93fSNicolas Pitre	{ 0xAC, 0x4B }, /* ARABIC LETTER KAF WITH DOT ABOVE -> 'K' */
940de45d93fSNicolas Pitre	{ 0xAE, 0x4B }, /* ARABIC LETTER KAF WITH THREE DOTS BELOW -> 'K' */
941de45d93fSNicolas Pitre	{ 0xAF, 0x67 }, /* ARABIC LETTER GAF -> 'g' */
942de45d93fSNicolas Pitre	{ 0xB0, 0x47 }, /* ARABIC LETTER GAF WITH RING -> 'G' */
943de45d93fSNicolas Pitre	{ 0xB1, 0x4E }, /* ARABIC LETTER NGOEH -> 'N' */
944de45d93fSNicolas Pitre	{ 0xB2, 0x00 }, /* ARABIC LETTER GAF WITH TWO DOTS BELOW -> ... */
945de45d93fSNicolas Pitre	{ 0xB4, 0x47 }, /* ARABIC LETTER GAF WITH THREE DOTS ABOVE -> 'G' */
946de45d93fSNicolas Pitre	{ 0xB5, 0x00 }, /* ARABIC LETTER LAM WITH SMALL V -> ... */
947de45d93fSNicolas Pitre	{ 0xB8, 0x4C }, /* ARABIC LETTER LAM WITH THREE DOTS BELOW -> 'L' */
948de45d93fSNicolas Pitre	{ 0xB9, 0x00 }, /* ARABIC LETTER NOON WITH DOT BELOW -> ... */
949de45d93fSNicolas Pitre	{ 0xBD, 0x4E }, /* ARABIC LETTER NOON WITH THREE DOTS ABOVE -> 'N' */
950de45d93fSNicolas Pitre	{ 0xBE, 0x68 }, /* ARABIC LETTER HEH DOACHASHMEE -> 'h' */
951de45d93fSNicolas Pitre	{ 0xC1, 0x68 }, /* ARABIC LETTER HEH GOAL -> 'h' */
952de45d93fSNicolas Pitre	{ 0xC2, 0x48 }, /* ARABIC LETTER HEH GOAL WITH HAMZA ABOVE -> 'H' */
953de45d93fSNicolas Pitre	{ 0xC3, 0x40 }, /* ARABIC LETTER TEH MARBUTA GOAL -> '@' */
954de45d93fSNicolas Pitre	{ 0xC4, 0x57 }, /* ARABIC LETTER WAW WITH RING -> 'W' */
955de45d93fSNicolas Pitre	{ 0xC7, 0x75 }, /* ARABIC LETTER U -> 'u' */
956de45d93fSNicolas Pitre	{ 0xCA, 0x57 }, /* ARABIC LETTER WAW WITH TWO DOTS ABOVE -> 'W' */
957de45d93fSNicolas Pitre	{ 0xCB, 0x76 }, /* ARABIC LETTER VE -> 'v' */
958de45d93fSNicolas Pitre	{ 0xCC, 0x79 }, /* ARABIC LETTER FARSI YEH -> 'y' */
959de45d93fSNicolas Pitre	{ 0xCD, 0x59 }, /* ARABIC LETTER YEH WITH TAIL -> 'Y' */
960de45d93fSNicolas Pitre	{ 0xCE, 0x59 }, /* ARABIC LETTER YEH WITH SMALL V -> 'Y' */
961de45d93fSNicolas Pitre	{ 0xCF, 0x57 }, /* ARABIC LETTER WAW WITH DOT ABOVE -> 'W' */
962de45d93fSNicolas Pitre	{ 0xD2, 0x79 }, /* ARABIC LETTER YEH BARREE -> 'y' */
963de45d93fSNicolas Pitre	{ 0xD4, 0x2E }, /* ARABIC FULL STOP -> '.' */
964de45d93fSNicolas Pitre	{ 0xDD, 0x40 }, /* ARABIC END OF AYAH -> '@' */
965de45d93fSNicolas Pitre	{ 0xDE, 0x23 }, /* ARABIC START OF RUB EL HIZB -> '#' */
966de45d93fSNicolas Pitre	{ 0xE9, 0x5E }, /* ARABIC PLACE OF SAJDAH -> '^' */
967de45d93fSNicolas Pitre	{ 0xF0, 0x30 }, /* EXTENDED ARABIC-INDIC DIGIT ZERO -> '0' */
968de45d93fSNicolas Pitre	{ 0xF1, 0x31 }, /* EXTENDED ARABIC-INDIC DIGIT ONE -> '1' */
969de45d93fSNicolas Pitre	{ 0xF2, 0x32 }, /* EXTENDED ARABIC-INDIC DIGIT TWO -> '2' */
970de45d93fSNicolas Pitre	{ 0xF3, 0x33 }, /* EXTENDED ARABIC-INDIC DIGIT THREE -> '3' */
971de45d93fSNicolas Pitre	{ 0xF4, 0x34 }, /* EXTENDED ARABIC-INDIC DIGIT FOUR -> '4' */
972de45d93fSNicolas Pitre	{ 0xF5, 0x35 }, /* EXTENDED ARABIC-INDIC DIGIT FIVE -> '5' */
973de45d93fSNicolas Pitre	{ 0xF6, 0x36 }, /* EXTENDED ARABIC-INDIC DIGIT SIX -> '6' */
974de45d93fSNicolas Pitre	{ 0xF7, 0x37 }, /* EXTENDED ARABIC-INDIC DIGIT SEVEN -> '7' */
975de45d93fSNicolas Pitre	{ 0xF8, 0x38 }, /* EXTENDED ARABIC-INDIC DIGIT EIGHT -> '8' */
976de45d93fSNicolas Pitre	{ 0xF9, 0x39 }, /* EXTENDED ARABIC-INDIC DIGIT NINE -> '9' */
977de45d93fSNicolas Pitre	{ 0xFB, 0x44 }, /* ARABIC LETTER DAD WITH DOT BELOW -> 'D' */
978de45d93fSNicolas Pitre	{ 0xFD, 0x26 }, /* ARABIC SIGN SINDHI AMPERSAND -> '&' */
979de45d93fSNicolas Pitre	/* Entries for page 0x07 */
980de45d93fSNicolas Pitre	{ 0x01, 0x2F }, /* SYRIAC SUPRALINEAR FULL STOP -> '/' */
981de45d93fSNicolas Pitre	{ 0x02, 0x2C }, /* SYRIAC SUBLINEAR FULL STOP -> ',' */
982de45d93fSNicolas Pitre	{ 0x03, 0x21 }, /* SYRIAC SUPRALINEAR COLON -> '!' */
983de45d93fSNicolas Pitre	{ 0x04, 0x21 }, /* SYRIAC SUBLINEAR COLON -> '!' */
984de45d93fSNicolas Pitre	{ 0x05, 0x2D }, /* SYRIAC HORIZONTAL COLON -> '-' */
985de45d93fSNicolas Pitre	{ 0x06, 0x2C }, /* SYRIAC COLON SKEWED LEFT -> ',' */
986de45d93fSNicolas Pitre	{ 0x07, 0x2C }, /* SYRIAC COLON SKEWED RIGHT -> ',' */
987de45d93fSNicolas Pitre	{ 0x08, 0x3B }, /* SYRIAC SUPRALINEAR COLON SKEWED LEFT -> ';' */
988de45d93fSNicolas Pitre	{ 0x09, 0x3F }, /* SYRIAC SUBLINEAR COLON SKEWED RIGHT -> '?' */
989de45d93fSNicolas Pitre	{ 0x0A, 0x7E }, /* SYRIAC CONTRACTION -> '~' */
990de45d93fSNicolas Pitre	{ 0x0B, 0x7B }, /* SYRIAC HARKLEAN OBELUS -> '{' */
991de45d93fSNicolas Pitre	{ 0x0C, 0x7D }, /* SYRIAC HARKLEAN METOBELUS -> '}' */
992de45d93fSNicolas Pitre	{ 0x0D, 0x2A }, /* SYRIAC HARKLEAN ASTERISCUS -> '*' */
993de45d93fSNicolas Pitre	{ 0x10, 0x27 }, /* SYRIAC LETTER ALAPH -> ''' */
994de45d93fSNicolas Pitre	{ 0x12, 0x62 }, /* SYRIAC LETTER BETH -> 'b' */
995de45d93fSNicolas Pitre	{ 0x13, 0x67 }, /* SYRIAC LETTER GAMAL -> 'g' */
996de45d93fSNicolas Pitre	{ 0x14, 0x67 }, /* SYRIAC LETTER GAMAL GARSHUNI -> 'g' */
997de45d93fSNicolas Pitre	{ 0x15, 0x64 }, /* SYRIAC LETTER DALATH -> 'd' */
998de45d93fSNicolas Pitre	{ 0x16, 0x64 }, /* SYRIAC LETTER DOTLESS DALATH RISH -> 'd' */
999de45d93fSNicolas Pitre	{ 0x17, 0x68 }, /* SYRIAC LETTER HE -> 'h' */
1000de45d93fSNicolas Pitre	{ 0x18, 0x77 }, /* SYRIAC LETTER WAW -> 'w' */
1001de45d93fSNicolas Pitre	{ 0x19, 0x7A }, /* SYRIAC LETTER ZAIN -> 'z' */
1002de45d93fSNicolas Pitre	{ 0x1A, 0x48 }, /* SYRIAC LETTER HETH -> 'H' */
1003de45d93fSNicolas Pitre	{ 0x1B, 0x74 }, /* SYRIAC LETTER TETH -> 't' */
1004de45d93fSNicolas Pitre	{ 0x1C, 0x74 }, /* SYRIAC LETTER TETH GARSHUNI -> 't' */
1005de45d93fSNicolas Pitre	{ 0x1D, 0x79 }, /* SYRIAC LETTER YUDH -> 'y' */
1006de45d93fSNicolas Pitre	{ 0x1F, 0x6B }, /* SYRIAC LETTER KAPH -> 'k' */
1007de45d93fSNicolas Pitre	{ 0x20, 0x6C }, /* SYRIAC LETTER LAMADH -> 'l' */
1008de45d93fSNicolas Pitre	{ 0x21, 0x6D }, /* SYRIAC LETTER MIM -> 'm' */
1009de45d93fSNicolas Pitre	{ 0x22, 0x6E }, /* SYRIAC LETTER NUN -> 'n' */
1010de45d93fSNicolas Pitre	{ 0x23, 0x73 }, /* SYRIAC LETTER SEMKATH -> 's' */
1011de45d93fSNicolas Pitre	{ 0x24, 0x73 }, /* SYRIAC LETTER FINAL SEMKATH -> 's' */
1012de45d93fSNicolas Pitre	{ 0x25, 0x60 }, /* SYRIAC LETTER E -> '`' */
1013de45d93fSNicolas Pitre	{ 0x26, 0x70 }, /* SYRIAC LETTER PE -> 'p' */
1014de45d93fSNicolas Pitre	{ 0x27, 0x70 }, /* SYRIAC LETTER REVERSED PE -> 'p' */
1015de45d93fSNicolas Pitre	{ 0x28, 0x53 }, /* SYRIAC LETTER SADHE -> 'S' */
1016de45d93fSNicolas Pitre	{ 0x29, 0x71 }, /* SYRIAC LETTER QAPH -> 'q' */
1017de45d93fSNicolas Pitre	{ 0x2A, 0x72 }, /* SYRIAC LETTER RISH -> 'r' */
1018de45d93fSNicolas Pitre	{ 0x2C, 0x74 }, /* SYRIAC LETTER TAW -> 't' */
1019de45d93fSNicolas Pitre	{ 0x30, 0x00 }, /* SYRIAC PTHAHA ABOVE -> ... */
1020de45d93fSNicolas Pitre	{ 0x32, 0x61 }, /* SYRIAC PTHAHA DOTTED -> 'a' */
1021de45d93fSNicolas Pitre	{ 0x33, 0x00 }, /* SYRIAC ZQAPHA ABOVE -> ... */
1022de45d93fSNicolas Pitre	{ 0x35, 0x41 }, /* SYRIAC ZQAPHA DOTTED -> 'A' */
1023de45d93fSNicolas Pitre	{ 0x36, 0x00 }, /* SYRIAC RBASA ABOVE -> ... */
1024de45d93fSNicolas Pitre	{ 0x38, 0x65 }, /* SYRIAC DOTTED ZLAMA HORIZONTAL -> 'e' */
1025de45d93fSNicolas Pitre	{ 0x39, 0x45 }, /* SYRIAC DOTTED ZLAMA ANGULAR -> 'E' */
1026de45d93fSNicolas Pitre	{ 0x3A, 0x69 }, /* SYRIAC HBASA ABOVE -> 'i' */
1027de45d93fSNicolas Pitre	{ 0x3B, 0x69 }, /* SYRIAC HBASA BELOW -> 'i' */
1028de45d93fSNicolas Pitre	{ 0x3C, 0x00 }, /* SYRIAC HBASA-ESASA DOTTED -> ... */
1029de45d93fSNicolas Pitre	{ 0x3E, 0x75 }, /* SYRIAC ESASA BELOW -> 'u' */
1030de45d93fSNicolas Pitre	{ 0x3F, 0x6F }, /* SYRIAC RWAHA -> 'o' */
1031de45d93fSNicolas Pitre	{ 0x41, 0x60 }, /* SYRIAC QUSHSHAYA -> '`' */
1032de45d93fSNicolas Pitre	{ 0x42, 0x27 }, /* SYRIAC RUKKAKHA -> ''' */
1033de45d93fSNicolas Pitre	{ 0x45, 0x58 }, /* SYRIAC THREE DOTS ABOVE -> 'X' */
1034de45d93fSNicolas Pitre	{ 0x46, 0x51 }, /* SYRIAC THREE DOTS BELOW -> 'Q' */
1035de45d93fSNicolas Pitre	{ 0x47, 0x40 }, /* SYRIAC OBLIQUE LINE ABOVE -> '@' */
1036de45d93fSNicolas Pitre	{ 0x48, 0x40 }, /* SYRIAC OBLIQUE LINE BELOW -> '@' */
1037de45d93fSNicolas Pitre	{ 0x49, 0x7C }, /* SYRIAC MUSIC -> '|' */
1038de45d93fSNicolas Pitre	{ 0x4A, 0x2B }, /* SYRIAC BARREKH -> '+' */
1039de45d93fSNicolas Pitre	{ 0x80, 0x68 }, /* THAANA LETTER HAA -> 'h' */
1040de45d93fSNicolas Pitre	{ 0x82, 0x6E }, /* THAANA LETTER NOONU -> 'n' */
1041de45d93fSNicolas Pitre	{ 0x83, 0x72 }, /* THAANA LETTER RAA -> 'r' */
1042de45d93fSNicolas Pitre	{ 0x84, 0x62 }, /* THAANA LETTER BAA -> 'b' */
1043de45d93fSNicolas Pitre	{ 0x85, 0x4C }, /* THAANA LETTER LHAVIYANI -> 'L' */
1044de45d93fSNicolas Pitre	{ 0x86, 0x6B }, /* THAANA LETTER KAAFU -> 'k' */
1045de45d93fSNicolas Pitre	{ 0x87, 0x27 }, /* THAANA LETTER ALIFU -> ''' */
1046de45d93fSNicolas Pitre	{ 0x88, 0x76 }, /* THAANA LETTER VAAVU -> 'v' */
1047de45d93fSNicolas Pitre	{ 0x89, 0x6D }, /* THAANA LETTER MEEMU -> 'm' */
1048de45d93fSNicolas Pitre	{ 0x8A, 0x66 }, /* THAANA LETTER FAAFU -> 'f' */
1049de45d93fSNicolas Pitre	{ 0x8D, 0x6C }, /* THAANA LETTER LAAMU -> 'l' */
1050de45d93fSNicolas Pitre	{ 0x8E, 0x67 }, /* THAANA LETTER GAAFU -> 'g' */
1051de45d93fSNicolas Pitre	{ 0x90, 0x73 }, /* THAANA LETTER SEENU -> 's' */
1052de45d93fSNicolas Pitre	{ 0x91, 0x64 }, /* THAANA LETTER DAVIYANI -> 'd' */
1053de45d93fSNicolas Pitre	{ 0x92, 0x7A }, /* THAANA LETTER ZAVIYANI -> 'z' */
1054de45d93fSNicolas Pitre	{ 0x93, 0x74 }, /* THAANA LETTER TAVIYANI -> 't' */
1055de45d93fSNicolas Pitre	{ 0x94, 0x79 }, /* THAANA LETTER YAA -> 'y' */
1056de45d93fSNicolas Pitre	{ 0x95, 0x70 }, /* THAANA LETTER PAVIYANI -> 'p' */
1057de45d93fSNicolas Pitre	{ 0x96, 0x6A }, /* THAANA LETTER JAVIYANI -> 'j' */
1058de45d93fSNicolas Pitre	{ 0x9C, 0x7A }, /* THAANA LETTER ZAA -> 'z' */
1059de45d93fSNicolas Pitre	{ 0x9E, 0x73 }, /* THAANA LETTER SAADHU -> 's' */
1060de45d93fSNicolas Pitre	{ 0x9F, 0x64 }, /* THAANA LETTER DAADHU -> 'd' */
1061de45d93fSNicolas Pitre	{ 0xA0, 0x74 }, /* THAANA LETTER TO -> 't' */
1062de45d93fSNicolas Pitre	{ 0xA1, 0x7A }, /* THAANA LETTER ZO -> 'z' */
1063de45d93fSNicolas Pitre	{ 0xA2, 0x60 }, /* THAANA LETTER AINU -> '`' */
1064de45d93fSNicolas Pitre	{ 0xA4, 0x71 }, /* THAANA LETTER QAAFU -> 'q' */
1065de45d93fSNicolas Pitre	{ 0xA5, 0x77 }, /* THAANA LETTER WAAVU -> 'w' */
1066de45d93fSNicolas Pitre	{ 0xA6, 0x61 }, /* THAANA ABAFILI -> 'a' */
1067de45d93fSNicolas Pitre	{ 0xA8, 0x69 }, /* THAANA IBIFILI -> 'i' */
1068de45d93fSNicolas Pitre	{ 0xAA, 0x75 }, /* THAANA UBUFILI -> 'u' */
1069de45d93fSNicolas Pitre	{ 0xAC, 0x65 }, /* THAANA EBEFILI -> 'e' */
1070de45d93fSNicolas Pitre	{ 0xAE, 0x6F }, /* THAANA OBOFILI -> 'o' */
1071de45d93fSNicolas Pitre	/* Entries for page 0x09 */
1072de45d93fSNicolas Pitre	{ 0x01, 0x4E }, /* DEVANAGARI SIGN CANDRABINDU -> 'N' */
1073de45d93fSNicolas Pitre	{ 0x02, 0x4E }, /* DEVANAGARI SIGN ANUSVARA -> 'N' */
1074de45d93fSNicolas Pitre	{ 0x03, 0x48 }, /* DEVANAGARI SIGN VISARGA -> 'H' */
1075de45d93fSNicolas Pitre	{ 0x05, 0x61 }, /* DEVANAGARI LETTER A -> 'a' */
1076de45d93fSNicolas Pitre	{ 0x07, 0x69 }, /* DEVANAGARI LETTER I -> 'i' */
1077de45d93fSNicolas Pitre	{ 0x09, 0x75 }, /* DEVANAGARI LETTER U -> 'u' */
1078de45d93fSNicolas Pitre	{ 0x0B, 0x52 }, /* DEVANAGARI LETTER VOCALIC R -> 'R' */
1079de45d93fSNicolas Pitre	{ 0x0C, 0x4C }, /* DEVANAGARI LETTER VOCALIC L -> 'L' */
1080de45d93fSNicolas Pitre	{ 0x0E, 0x65 }, /* DEVANAGARI LETTER SHORT E -> 'e' */
1081de45d93fSNicolas Pitre	{ 0x0F, 0x65 }, /* DEVANAGARI LETTER E -> 'e' */
1082de45d93fSNicolas Pitre	{ 0x12, 0x6F }, /* DEVANAGARI LETTER SHORT O -> 'o' */
1083de45d93fSNicolas Pitre	{ 0x13, 0x6F }, /* DEVANAGARI LETTER O -> 'o' */
1084de45d93fSNicolas Pitre	{ 0x15, 0x6B }, /* DEVANAGARI LETTER KA -> 'k' */
1085de45d93fSNicolas Pitre	{ 0x17, 0x67 }, /* DEVANAGARI LETTER GA -> 'g' */
1086de45d93fSNicolas Pitre	{ 0x1A, 0x63 }, /* DEVANAGARI LETTER CA -> 'c' */
1087de45d93fSNicolas Pitre	{ 0x1C, 0x6A }, /* DEVANAGARI LETTER JA -> 'j' */
1088de45d93fSNicolas Pitre	{ 0x24, 0x74 }, /* DEVANAGARI LETTER TA -> 't' */
1089de45d93fSNicolas Pitre	{ 0x26, 0x64 }, /* DEVANAGARI LETTER DA -> 'd' */
1090de45d93fSNicolas Pitre	{ 0x28, 0x6E }, /* DEVANAGARI LETTER NA -> 'n' */
1091de45d93fSNicolas Pitre	{ 0x2A, 0x70 }, /* DEVANAGARI LETTER PA -> 'p' */
1092de45d93fSNicolas Pitre	{ 0x2C, 0x62 }, /* DEVANAGARI LETTER BA -> 'b' */
1093de45d93fSNicolas Pitre	{ 0x2E, 0x6D }, /* DEVANAGARI LETTER MA -> 'm' */
1094de45d93fSNicolas Pitre	{ 0x2F, 0x79 }, /* DEVANAGARI LETTER YA -> 'y' */
1095de45d93fSNicolas Pitre	{ 0x30, 0x72 }, /* DEVANAGARI LETTER RA -> 'r' */
1096de45d93fSNicolas Pitre	{ 0x32, 0x6C }, /* DEVANAGARI LETTER LA -> 'l' */
1097de45d93fSNicolas Pitre	{ 0x33, 0x6C }, /* DEVANAGARI LETTER LLA -> 'l' */
1098de45d93fSNicolas Pitre	{ 0x35, 0x76 }, /* DEVANAGARI LETTER VA -> 'v' */
1099de45d93fSNicolas Pitre	{ 0x38, 0x73 }, /* DEVANAGARI LETTER SA -> 's' */
1100de45d93fSNicolas Pitre	{ 0x39, 0x68 }, /* DEVANAGARI LETTER HA -> 'h' */
1101de45d93fSNicolas Pitre	{ 0x3C, 0x27 }, /* DEVANAGARI SIGN NUKTA -> ''' */
1102de45d93fSNicolas Pitre	{ 0x3D, 0x27 }, /* DEVANAGARI SIGN AVAGRAHA -> ''' */
1103de45d93fSNicolas Pitre	{ 0x3F, 0x69 }, /* DEVANAGARI VOWEL SIGN I -> 'i' */
1104de45d93fSNicolas Pitre	{ 0x41, 0x75 }, /* DEVANAGARI VOWEL SIGN U -> 'u' */
1105de45d93fSNicolas Pitre	{ 0x43, 0x52 }, /* DEVANAGARI VOWEL SIGN VOCALIC R -> 'R' */
1106de45d93fSNicolas Pitre	{ 0x46, 0x65 }, /* DEVANAGARI VOWEL SIGN SHORT E -> 'e' */
1107de45d93fSNicolas Pitre	{ 0x47, 0x65 }, /* DEVANAGARI VOWEL SIGN E -> 'e' */
1108de45d93fSNicolas Pitre	{ 0x4A, 0x6F }, /* DEVANAGARI VOWEL SIGN SHORT O -> 'o' */
1109de45d93fSNicolas Pitre	{ 0x4B, 0x6F }, /* DEVANAGARI VOWEL SIGN O -> 'o' */
1110de45d93fSNicolas Pitre	{ 0x51, 0x27 }, /* DEVANAGARI STRESS SIGN UDATTA -> ''' */
1111de45d93fSNicolas Pitre	{ 0x52, 0x27 }, /* DEVANAGARI STRESS SIGN ANUDATTA -> ''' */
1112de45d93fSNicolas Pitre	{ 0x53, 0x60 }, /* DEVANAGARI GRAVE ACCENT -> '`' */
1113de45d93fSNicolas Pitre	{ 0x54, 0x27 }, /* DEVANAGARI ACUTE ACCENT -> ''' */
1114de45d93fSNicolas Pitre	{ 0x58, 0x71 }, /* DEVANAGARI LETTER QA -> 'q' */
1115de45d93fSNicolas Pitre	{ 0x5B, 0x7A }, /* DEVANAGARI LETTER ZA -> 'z' */
1116de45d93fSNicolas Pitre	{ 0x5E, 0x66 }, /* DEVANAGARI LETTER FA -> 'f' */
1117de45d93fSNicolas Pitre	{ 0x62, 0x4C }, /* DEVANAGARI VOWEL SIGN VOCALIC L -> 'L' */
1118de45d93fSNicolas Pitre	{ 0x66, 0x30 }, /* DEVANAGARI DIGIT ZERO -> '0' */
1119de45d93fSNicolas Pitre	{ 0x67, 0x31 }, /* DEVANAGARI DIGIT ONE -> '1' */
1120de45d93fSNicolas Pitre	{ 0x68, 0x32 }, /* DEVANAGARI DIGIT TWO -> '2' */
1121de45d93fSNicolas Pitre	{ 0x69, 0x33 }, /* DEVANAGARI DIGIT THREE -> '3' */
1122de45d93fSNicolas Pitre	{ 0x6A, 0x34 }, /* DEVANAGARI DIGIT FOUR -> '4' */
1123de45d93fSNicolas Pitre	{ 0x6B, 0x35 }, /* DEVANAGARI DIGIT FIVE -> '5' */
1124de45d93fSNicolas Pitre	{ 0x6C, 0x36 }, /* DEVANAGARI DIGIT SIX -> '6' */
1125de45d93fSNicolas Pitre	{ 0x6D, 0x37 }, /* DEVANAGARI DIGIT SEVEN -> '7' */
1126de45d93fSNicolas Pitre	{ 0x6E, 0x38 }, /* DEVANAGARI DIGIT EIGHT -> '8' */
1127de45d93fSNicolas Pitre	{ 0x6F, 0x39 }, /* DEVANAGARI DIGIT NINE -> '9' */
1128de45d93fSNicolas Pitre	{ 0x70, 0x2E }, /* DEVANAGARI ABBREVIATION SIGN -> '.' */
1129de45d93fSNicolas Pitre	{ 0x81, 0x4E }, /* BENGALI SIGN CANDRABINDU -> 'N' */
1130de45d93fSNicolas Pitre	{ 0x82, 0x4E }, /* BENGALI SIGN ANUSVARA -> 'N' */
1131de45d93fSNicolas Pitre	{ 0x83, 0x48 }, /* BENGALI SIGN VISARGA -> 'H' */
1132de45d93fSNicolas Pitre	{ 0x85, 0x61 }, /* BENGALI LETTER A -> 'a' */
1133de45d93fSNicolas Pitre	{ 0x87, 0x69 }, /* BENGALI LETTER I -> 'i' */
1134de45d93fSNicolas Pitre	{ 0x89, 0x75 }, /* BENGALI LETTER U -> 'u' */
1135de45d93fSNicolas Pitre	{ 0x8B, 0x52 }, /* BENGALI LETTER VOCALIC R -> 'R' */
1136de45d93fSNicolas Pitre	{ 0x8F, 0x65 }, /* BENGALI LETTER E -> 'e' */
1137de45d93fSNicolas Pitre	{ 0x93, 0x6F }, /* BENGALI LETTER O -> 'o' */
1138de45d93fSNicolas Pitre	{ 0x95, 0x6B }, /* BENGALI LETTER KA -> 'k' */
1139de45d93fSNicolas Pitre	{ 0x97, 0x67 }, /* BENGALI LETTER GA -> 'g' */
1140de45d93fSNicolas Pitre	{ 0x9A, 0x63 }, /* BENGALI LETTER CA -> 'c' */
1141de45d93fSNicolas Pitre	{ 0x9C, 0x6A }, /* BENGALI LETTER JA -> 'j' */
1142de45d93fSNicolas Pitre	{ 0xA4, 0x74 }, /* BENGALI LETTER TA -> 't' */
1143de45d93fSNicolas Pitre	{ 0xA6, 0x64 }, /* BENGALI LETTER DA -> 'd' */
1144de45d93fSNicolas Pitre	{ 0xA8, 0x6E }, /* BENGALI LETTER NA -> 'n' */
1145de45d93fSNicolas Pitre	{ 0xAA, 0x70 }, /* BENGALI LETTER PA -> 'p' */
1146de45d93fSNicolas Pitre	{ 0xAC, 0x62 }, /* BENGALI LETTER BA -> 'b' */
1147de45d93fSNicolas Pitre	{ 0xAE, 0x6D }, /* BENGALI LETTER MA -> 'm' */
1148de45d93fSNicolas Pitre	{ 0xAF, 0x79 }, /* BENGALI LETTER YA -> 'y' */
1149de45d93fSNicolas Pitre	{ 0xB0, 0x72 }, /* BENGALI LETTER RA -> 'r' */
1150de45d93fSNicolas Pitre	{ 0xB2, 0x6C }, /* BENGALI LETTER LA -> 'l' */
1151de45d93fSNicolas Pitre	{ 0xB8, 0x73 }, /* BENGALI LETTER SA -> 's' */
1152de45d93fSNicolas Pitre	{ 0xB9, 0x68 }, /* BENGALI LETTER HA -> 'h' */
1153de45d93fSNicolas Pitre	{ 0xBC, 0x27 }, /* BENGALI SIGN NUKTA -> ''' */
1154de45d93fSNicolas Pitre	{ 0xBF, 0x69 }, /* BENGALI VOWEL SIGN I -> 'i' */
1155de45d93fSNicolas Pitre	{ 0xC1, 0x75 }, /* BENGALI VOWEL SIGN U -> 'u' */
1156de45d93fSNicolas Pitre	{ 0xC3, 0x52 }, /* BENGALI VOWEL SIGN VOCALIC R -> 'R' */
1157de45d93fSNicolas Pitre	{ 0xC7, 0x65 }, /* BENGALI VOWEL SIGN E -> 'e' */
1158de45d93fSNicolas Pitre	{ 0xCB, 0x6F }, /* BENGALI VOWEL SIGN O -> 'o' */
1159de45d93fSNicolas Pitre	{ 0xD7, 0x2B }, /* BENGALI AU LENGTH MARK -> '+' */
1160de45d93fSNicolas Pitre	{ 0xE2, 0x4C }, /* BENGALI VOWEL SIGN VOCALIC L -> 'L' */
1161de45d93fSNicolas Pitre	{ 0xE6, 0x30 }, /* BENGALI DIGIT ZERO -> '0' */
1162de45d93fSNicolas Pitre	{ 0xE7, 0x31 }, /* BENGALI DIGIT ONE -> '1' */
1163de45d93fSNicolas Pitre	{ 0xE8, 0x32 }, /* BENGALI DIGIT TWO -> '2' */
1164de45d93fSNicolas Pitre	{ 0xE9, 0x33 }, /* BENGALI DIGIT THREE -> '3' */
1165de45d93fSNicolas Pitre	{ 0xEA, 0x34 }, /* BENGALI DIGIT FOUR -> '4' */
1166de45d93fSNicolas Pitre	{ 0xEB, 0x35 }, /* BENGALI DIGIT FIVE -> '5' */
1167de45d93fSNicolas Pitre	{ 0xEC, 0x36 }, /* BENGALI DIGIT SIX -> '6' */
1168de45d93fSNicolas Pitre	{ 0xED, 0x37 }, /* BENGALI DIGIT SEVEN -> '7' */
1169de45d93fSNicolas Pitre	{ 0xEE, 0x38 }, /* BENGALI DIGIT EIGHT -> '8' */
1170de45d93fSNicolas Pitre	{ 0xEF, 0x39 }, /* BENGALI DIGIT NINE -> '9' */
1171de45d93fSNicolas Pitre	/* Entries for page 0x0A */
1172de45d93fSNicolas Pitre	{ 0x02, 0x4E }, /* GURMUKHI SIGN BINDI -> 'N' */
1173de45d93fSNicolas Pitre	{ 0x05, 0x61 }, /* GURMUKHI LETTER A -> 'a' */
1174de45d93fSNicolas Pitre	{ 0x07, 0x69 }, /* GURMUKHI LETTER I -> 'i' */
1175de45d93fSNicolas Pitre	{ 0x09, 0x75 }, /* GURMUKHI LETTER U -> 'u' */
1176de45d93fSNicolas Pitre	{ 0x15, 0x6B }, /* GURMUKHI LETTER KA -> 'k' */
1177de45d93fSNicolas Pitre	{ 0x17, 0x67 }, /* GURMUKHI LETTER GA -> 'g' */
1178de45d93fSNicolas Pitre	{ 0x1A, 0x63 }, /* GURMUKHI LETTER CA -> 'c' */
1179de45d93fSNicolas Pitre	{ 0x1C, 0x6A }, /* GURMUKHI LETTER JA -> 'j' */
1180de45d93fSNicolas Pitre	{ 0x24, 0x74 }, /* GURMUKHI LETTER TA -> 't' */
1181de45d93fSNicolas Pitre	{ 0x26, 0x64 }, /* GURMUKHI LETTER DA -> 'd' */
1182de45d93fSNicolas Pitre	{ 0x28, 0x6E }, /* GURMUKHI LETTER NA -> 'n' */
1183de45d93fSNicolas Pitre	{ 0x2A, 0x70 }, /* GURMUKHI LETTER PA -> 'p' */
1184de45d93fSNicolas Pitre	{ 0x2C, 0x62 }, /* GURMUKHI LETTER BA -> 'b' */
1185de45d93fSNicolas Pitre	{ 0x2E, 0x6D }, /* GURMUKHI LETTER MA -> 'm' */
1186de45d93fSNicolas Pitre	{ 0x2F, 0x79 }, /* GURMUKHI LETTER YA -> 'y' */
1187de45d93fSNicolas Pitre	{ 0x30, 0x72 }, /* GURMUKHI LETTER RA -> 'r' */
1188de45d93fSNicolas Pitre	{ 0x32, 0x6C }, /* GURMUKHI LETTER LA -> 'l' */
1189de45d93fSNicolas Pitre	{ 0x35, 0x76 }, /* GURMUKHI LETTER VA -> 'v' */
1190de45d93fSNicolas Pitre	{ 0x38, 0x73 }, /* GURMUKHI LETTER SA -> 's' */
1191de45d93fSNicolas Pitre	{ 0x39, 0x68 }, /* GURMUKHI LETTER HA -> 'h' */
1192de45d93fSNicolas Pitre	{ 0x3C, 0x27 }, /* GURMUKHI SIGN NUKTA -> ''' */
1193de45d93fSNicolas Pitre	{ 0x3F, 0x69 }, /* GURMUKHI VOWEL SIGN I -> 'i' */
1194de45d93fSNicolas Pitre	{ 0x41, 0x75 }, /* GURMUKHI VOWEL SIGN U -> 'u' */
1195de45d93fSNicolas Pitre	{ 0x5B, 0x7A }, /* GURMUKHI LETTER ZA -> 'z' */
1196de45d93fSNicolas Pitre	{ 0x5E, 0x66 }, /* GURMUKHI LETTER FA -> 'f' */
1197de45d93fSNicolas Pitre	{ 0x66, 0x30 }, /* GURMUKHI DIGIT ZERO -> '0' */
1198de45d93fSNicolas Pitre	{ 0x67, 0x31 }, /* GURMUKHI DIGIT ONE -> '1' */
1199de45d93fSNicolas Pitre	{ 0x68, 0x32 }, /* GURMUKHI DIGIT TWO -> '2' */
1200de45d93fSNicolas Pitre	{ 0x69, 0x33 }, /* GURMUKHI DIGIT THREE -> '3' */
1201de45d93fSNicolas Pitre	{ 0x6A, 0x34 }, /* GURMUKHI DIGIT FOUR -> '4' */
1202de45d93fSNicolas Pitre	{ 0x6B, 0x35 }, /* GURMUKHI DIGIT FIVE -> '5' */
1203de45d93fSNicolas Pitre	{ 0x6C, 0x36 }, /* GURMUKHI DIGIT SIX -> '6' */
1204de45d93fSNicolas Pitre	{ 0x6D, 0x37 }, /* GURMUKHI DIGIT SEVEN -> '7' */
1205de45d93fSNicolas Pitre	{ 0x6E, 0x38 }, /* GURMUKHI DIGIT EIGHT -> '8' */
1206de45d93fSNicolas Pitre	{ 0x6F, 0x39 }, /* GURMUKHI DIGIT NINE -> '9' */
1207de45d93fSNicolas Pitre	{ 0x70, 0x4E }, /* GURMUKHI TIPPI -> 'N' */
1208de45d93fSNicolas Pitre	{ 0x71, 0x48 }, /* GURMUKHI ADDAK -> 'H' */
1209de45d93fSNicolas Pitre	{ 0x81, 0x4E }, /* GUJARATI SIGN CANDRABINDU -> 'N' */
1210de45d93fSNicolas Pitre	{ 0x82, 0x4E }, /* GUJARATI SIGN ANUSVARA -> 'N' */
1211de45d93fSNicolas Pitre	{ 0x83, 0x48 }, /* GUJARATI SIGN VISARGA -> 'H' */
1212de45d93fSNicolas Pitre	{ 0x85, 0x61 }, /* GUJARATI LETTER A -> 'a' */
1213de45d93fSNicolas Pitre	{ 0x87, 0x69 }, /* GUJARATI LETTER I -> 'i' */
1214de45d93fSNicolas Pitre	{ 0x89, 0x75 }, /* GUJARATI LETTER U -> 'u' */
1215de45d93fSNicolas Pitre	{ 0x8B, 0x52 }, /* GUJARATI LETTER VOCALIC R -> 'R' */
1216de45d93fSNicolas Pitre	{ 0x8F, 0x65 }, /* GUJARATI LETTER E -> 'e' */
1217de45d93fSNicolas Pitre	{ 0x93, 0x6F }, /* GUJARATI LETTER O -> 'o' */
1218de45d93fSNicolas Pitre	{ 0x95, 0x6B }, /* GUJARATI LETTER KA -> 'k' */
1219de45d93fSNicolas Pitre	{ 0x97, 0x67 }, /* GUJARATI LETTER GA -> 'g' */
1220de45d93fSNicolas Pitre	{ 0x9A, 0x63 }, /* GUJARATI LETTER CA -> 'c' */
1221de45d93fSNicolas Pitre	{ 0x9C, 0x6A }, /* GUJARATI LETTER JA -> 'j' */
1222de45d93fSNicolas Pitre	{ 0xA4, 0x74 }, /* GUJARATI LETTER TA -> 't' */
1223de45d93fSNicolas Pitre	{ 0xA6, 0x64 }, /* GUJARATI LETTER DA -> 'd' */
1224de45d93fSNicolas Pitre	{ 0xA8, 0x6E }, /* GUJARATI LETTER NA -> 'n' */
1225de45d93fSNicolas Pitre	{ 0xAA, 0x70 }, /* GUJARATI LETTER PA -> 'p' */
1226de45d93fSNicolas Pitre	{ 0xAC, 0x62 }, /* GUJARATI LETTER BA -> 'b' */
1227de45d93fSNicolas Pitre	{ 0xAE, 0x6D }, /* GUJARATI LETTER MA -> 'm' */
1228de45d93fSNicolas Pitre	{ 0xB0, 0x72 }, /* GUJARATI LETTER RA -> 'r' */
1229de45d93fSNicolas Pitre	{ 0xB2, 0x6C }, /* GUJARATI LETTER LA -> 'l' */
1230de45d93fSNicolas Pitre	{ 0xB5, 0x76 }, /* GUJARATI LETTER VA -> 'v' */
1231de45d93fSNicolas Pitre	{ 0xB8, 0x73 }, /* GUJARATI LETTER SA -> 's' */
1232de45d93fSNicolas Pitre	{ 0xB9, 0x68 }, /* GUJARATI LETTER HA -> 'h' */
1233de45d93fSNicolas Pitre	{ 0xBC, 0x27 }, /* GUJARATI SIGN NUKTA -> ''' */
1234de45d93fSNicolas Pitre	{ 0xBD, 0x27 }, /* GUJARATI SIGN AVAGRAHA -> ''' */
1235de45d93fSNicolas Pitre	{ 0xBF, 0x69 }, /* GUJARATI VOWEL SIGN I -> 'i' */
1236de45d93fSNicolas Pitre	{ 0xC1, 0x75 }, /* GUJARATI VOWEL SIGN U -> 'u' */
1237de45d93fSNicolas Pitre	{ 0xC3, 0x52 }, /* GUJARATI VOWEL SIGN VOCALIC R -> 'R' */
1238de45d93fSNicolas Pitre	{ 0xC7, 0x65 }, /* GUJARATI VOWEL SIGN E -> 'e' */
1239de45d93fSNicolas Pitre	{ 0xCB, 0x6F }, /* GUJARATI VOWEL SIGN O -> 'o' */
1240de45d93fSNicolas Pitre	{ 0xE6, 0x30 }, /* GUJARATI DIGIT ZERO -> '0' */
1241de45d93fSNicolas Pitre	{ 0xE7, 0x31 }, /* GUJARATI DIGIT ONE -> '1' */
1242de45d93fSNicolas Pitre	{ 0xE8, 0x32 }, /* GUJARATI DIGIT TWO -> '2' */
1243de45d93fSNicolas Pitre	{ 0xE9, 0x33 }, /* GUJARATI DIGIT THREE -> '3' */
1244de45d93fSNicolas Pitre	{ 0xEA, 0x34 }, /* GUJARATI DIGIT FOUR -> '4' */
1245de45d93fSNicolas Pitre	{ 0xEB, 0x35 }, /* GUJARATI DIGIT FIVE -> '5' */
1246de45d93fSNicolas Pitre	{ 0xEC, 0x36 }, /* GUJARATI DIGIT SIX -> '6' */
1247de45d93fSNicolas Pitre	{ 0xED, 0x37 }, /* GUJARATI DIGIT SEVEN -> '7' */
1248de45d93fSNicolas Pitre	{ 0xEE, 0x38 }, /* GUJARATI DIGIT EIGHT -> '8' */
1249de45d93fSNicolas Pitre	{ 0xEF, 0x39 }, /* GUJARATI DIGIT NINE -> '9' */
1250de45d93fSNicolas Pitre	/* Entries for page 0x0B */
1251de45d93fSNicolas Pitre	{ 0x01, 0x4E }, /* ORIYA SIGN CANDRABINDU -> 'N' */
1252de45d93fSNicolas Pitre	{ 0x02, 0x4E }, /* ORIYA SIGN ANUSVARA -> 'N' */
1253de45d93fSNicolas Pitre	{ 0x03, 0x48 }, /* ORIYA SIGN VISARGA -> 'H' */
1254de45d93fSNicolas Pitre	{ 0x05, 0x61 }, /* ORIYA LETTER A -> 'a' */
1255de45d93fSNicolas Pitre	{ 0x07, 0x69 }, /* ORIYA LETTER I -> 'i' */
1256de45d93fSNicolas Pitre	{ 0x09, 0x75 }, /* ORIYA LETTER U -> 'u' */
1257de45d93fSNicolas Pitre	{ 0x0B, 0x52 }, /* ORIYA LETTER VOCALIC R -> 'R' */
1258de45d93fSNicolas Pitre	{ 0x0C, 0x4C }, /* ORIYA LETTER VOCALIC L -> 'L' */
1259de45d93fSNicolas Pitre	{ 0x0F, 0x65 }, /* ORIYA LETTER E -> 'e' */
1260de45d93fSNicolas Pitre	{ 0x13, 0x6F }, /* ORIYA LETTER O -> 'o' */
1261de45d93fSNicolas Pitre	{ 0x15, 0x6B }, /* ORIYA LETTER KA -> 'k' */
1262de45d93fSNicolas Pitre	{ 0x17, 0x67 }, /* ORIYA LETTER GA -> 'g' */
1263de45d93fSNicolas Pitre	{ 0x1A, 0x63 }, /* ORIYA LETTER CA -> 'c' */
1264de45d93fSNicolas Pitre	{ 0x1C, 0x6A }, /* ORIYA LETTER JA -> 'j' */
1265de45d93fSNicolas Pitre	{ 0x24, 0x74 }, /* ORIYA LETTER TA -> 't' */
1266de45d93fSNicolas Pitre	{ 0x26, 0x64 }, /* ORIYA LETTER DA -> 'd' */
1267de45d93fSNicolas Pitre	{ 0x28, 0x6E }, /* ORIYA LETTER NA -> 'n' */
1268de45d93fSNicolas Pitre	{ 0x2A, 0x70 }, /* ORIYA LETTER PA -> 'p' */
1269de45d93fSNicolas Pitre	{ 0x2C, 0x62 }, /* ORIYA LETTER BA -> 'b' */
1270de45d93fSNicolas Pitre	{ 0x2E, 0x6D }, /* ORIYA LETTER MA -> 'm' */
1271de45d93fSNicolas Pitre	{ 0x2F, 0x79 }, /* ORIYA LETTER YA -> 'y' */
1272de45d93fSNicolas Pitre	{ 0x30, 0x72 }, /* ORIYA LETTER RA -> 'r' */
1273de45d93fSNicolas Pitre	{ 0x32, 0x6C }, /* ORIYA LETTER LA -> 'l' */
1274de45d93fSNicolas Pitre	{ 0x38, 0x73 }, /* ORIYA LETTER SA -> 's' */
1275de45d93fSNicolas Pitre	{ 0x39, 0x68 }, /* ORIYA LETTER HA -> 'h' */
1276de45d93fSNicolas Pitre	{ 0x3C, 0x27 }, /* ORIYA SIGN NUKTA -> ''' */
1277de45d93fSNicolas Pitre	{ 0x3D, 0x27 }, /* ORIYA SIGN AVAGRAHA -> ''' */
1278de45d93fSNicolas Pitre	{ 0x3F, 0x69 }, /* ORIYA VOWEL SIGN I -> 'i' */
1279de45d93fSNicolas Pitre	{ 0x41, 0x75 }, /* ORIYA VOWEL SIGN U -> 'u' */
1280de45d93fSNicolas Pitre	{ 0x43, 0x52 }, /* ORIYA VOWEL SIGN VOCALIC R -> 'R' */
1281de45d93fSNicolas Pitre	{ 0x47, 0x65 }, /* ORIYA VOWEL SIGN E -> 'e' */
1282de45d93fSNicolas Pitre	{ 0x4B, 0x6F }, /* ORIYA VOWEL SIGN O -> 'o' */
1283de45d93fSNicolas Pitre	{ 0x56, 0x2B }, /* ORIYA AI LENGTH MARK -> '+' */
1284de45d93fSNicolas Pitre	{ 0x57, 0x2B }, /* ORIYA AU LENGTH MARK -> '+' */
1285de45d93fSNicolas Pitre	{ 0x66, 0x30 }, /* ORIYA DIGIT ZERO -> '0' */
1286de45d93fSNicolas Pitre	{ 0x67, 0x31 }, /* ORIYA DIGIT ONE -> '1' */
1287de45d93fSNicolas Pitre	{ 0x68, 0x32 }, /* ORIYA DIGIT TWO -> '2' */
1288de45d93fSNicolas Pitre	{ 0x69, 0x33 }, /* ORIYA DIGIT THREE -> '3' */
1289de45d93fSNicolas Pitre	{ 0x6A, 0x34 }, /* ORIYA DIGIT FOUR -> '4' */
1290de45d93fSNicolas Pitre	{ 0x6B, 0x35 }, /* ORIYA DIGIT FIVE -> '5' */
1291de45d93fSNicolas Pitre	{ 0x6C, 0x36 }, /* ORIYA DIGIT SIX -> '6' */
1292de45d93fSNicolas Pitre	{ 0x6D, 0x37 }, /* ORIYA DIGIT SEVEN -> '7' */
1293de45d93fSNicolas Pitre	{ 0x6E, 0x38 }, /* ORIYA DIGIT EIGHT -> '8' */
1294de45d93fSNicolas Pitre	{ 0x6F, 0x39 }, /* ORIYA DIGIT NINE -> '9' */
1295de45d93fSNicolas Pitre	{ 0x82, 0x4E }, /* TAMIL SIGN ANUSVARA -> 'N' */
1296de45d93fSNicolas Pitre	{ 0x83, 0x48 }, /* TAMIL SIGN VISARGA -> 'H' */
1297de45d93fSNicolas Pitre	{ 0x85, 0x61 }, /* TAMIL LETTER A -> 'a' */
1298de45d93fSNicolas Pitre	{ 0x87, 0x69 }, /* TAMIL LETTER I -> 'i' */
1299de45d93fSNicolas Pitre	{ 0x89, 0x75 }, /* TAMIL LETTER U -> 'u' */
1300de45d93fSNicolas Pitre	{ 0x8E, 0x65 }, /* TAMIL LETTER E -> 'e' */
1301de45d93fSNicolas Pitre	{ 0x92, 0x6F }, /* TAMIL LETTER O -> 'o' */
1302de45d93fSNicolas Pitre	{ 0x95, 0x6B }, /* TAMIL LETTER KA -> 'k' */
1303de45d93fSNicolas Pitre	{ 0x9A, 0x63 }, /* TAMIL LETTER CA -> 'c' */
1304de45d93fSNicolas Pitre	{ 0x9C, 0x6A }, /* TAMIL LETTER JA -> 'j' */
1305de45d93fSNicolas Pitre	{ 0xA4, 0x74 }, /* TAMIL LETTER TA -> 't' */
1306de45d93fSNicolas Pitre	{ 0xA8, 0x6E }, /* TAMIL LETTER NA -> 'n' */
1307de45d93fSNicolas Pitre	{ 0xAA, 0x70 }, /* TAMIL LETTER PA -> 'p' */
1308de45d93fSNicolas Pitre	{ 0xAE, 0x6D }, /* TAMIL LETTER MA -> 'm' */
1309de45d93fSNicolas Pitre	{ 0xAF, 0x79 }, /* TAMIL LETTER YA -> 'y' */
1310de45d93fSNicolas Pitre	{ 0xB0, 0x72 }, /* TAMIL LETTER RA -> 'r' */
1311de45d93fSNicolas Pitre	{ 0xB2, 0x6C }, /* TAMIL LETTER LA -> 'l' */
1312de45d93fSNicolas Pitre	{ 0xB5, 0x76 }, /* TAMIL LETTER VA -> 'v' */
1313de45d93fSNicolas Pitre	{ 0xB8, 0x73 }, /* TAMIL LETTER SA -> 's' */
1314de45d93fSNicolas Pitre	{ 0xB9, 0x68 }, /* TAMIL LETTER HA -> 'h' */
1315de45d93fSNicolas Pitre	{ 0xBF, 0x69 }, /* TAMIL VOWEL SIGN I -> 'i' */
1316de45d93fSNicolas Pitre	{ 0xC1, 0x75 }, /* TAMIL VOWEL SIGN U -> 'u' */
1317de45d93fSNicolas Pitre	{ 0xC6, 0x65 }, /* TAMIL VOWEL SIGN E -> 'e' */
1318de45d93fSNicolas Pitre	{ 0xCA, 0x6F }, /* TAMIL VOWEL SIGN O -> 'o' */
1319de45d93fSNicolas Pitre	{ 0xD7, 0x2B }, /* TAMIL AU LENGTH MARK -> '+' */
1320de45d93fSNicolas Pitre	{ 0xE6, 0x30 }, /* TAMIL DIGIT ZERO -> '0' */
1321de45d93fSNicolas Pitre	{ 0xE7, 0x31 }, /* TAMIL DIGIT ONE -> '1' */
1322de45d93fSNicolas Pitre	{ 0xE8, 0x32 }, /* TAMIL DIGIT TWO -> '2' */
1323de45d93fSNicolas Pitre	{ 0xE9, 0x33 }, /* TAMIL DIGIT THREE -> '3' */
1324de45d93fSNicolas Pitre	{ 0xEA, 0x34 }, /* TAMIL DIGIT FOUR -> '4' */
1325de45d93fSNicolas Pitre	{ 0xEB, 0x35 }, /* TAMIL DIGIT FIVE -> '5' */
1326de45d93fSNicolas Pitre	{ 0xEC, 0x36 }, /* TAMIL DIGIT SIX -> '6' */
1327de45d93fSNicolas Pitre	{ 0xED, 0x37 }, /* TAMIL DIGIT SEVEN -> '7' */
1328de45d93fSNicolas Pitre	{ 0xEE, 0x38 }, /* TAMIL DIGIT EIGHT -> '8' */
1329de45d93fSNicolas Pitre	{ 0xEF, 0x39 }, /* TAMIL DIGIT NINE -> '9' */
1330de45d93fSNicolas Pitre	/* Entries for page 0x0C */
1331de45d93fSNicolas Pitre	{ 0x01, 0x4E }, /* TELUGU SIGN CANDRABINDU -> 'N' */
1332de45d93fSNicolas Pitre	{ 0x02, 0x4E }, /* TELUGU SIGN ANUSVARA -> 'N' */
1333de45d93fSNicolas Pitre	{ 0x03, 0x48 }, /* TELUGU SIGN VISARGA -> 'H' */
1334de45d93fSNicolas Pitre	{ 0x05, 0x61 }, /* TELUGU LETTER A -> 'a' */
1335de45d93fSNicolas Pitre	{ 0x07, 0x69 }, /* TELUGU LETTER I -> 'i' */
1336de45d93fSNicolas Pitre	{ 0x09, 0x75 }, /* TELUGU LETTER U -> 'u' */
1337de45d93fSNicolas Pitre	{ 0x0B, 0x52 }, /* TELUGU LETTER VOCALIC R -> 'R' */
1338de45d93fSNicolas Pitre	{ 0x0C, 0x4C }, /* TELUGU LETTER VOCALIC L -> 'L' */
1339de45d93fSNicolas Pitre	{ 0x0E, 0x65 }, /* TELUGU LETTER E -> 'e' */
1340de45d93fSNicolas Pitre	{ 0x12, 0x6F }, /* TELUGU LETTER O -> 'o' */
1341de45d93fSNicolas Pitre	{ 0x15, 0x6B }, /* TELUGU LETTER KA -> 'k' */
1342de45d93fSNicolas Pitre	{ 0x17, 0x67 }, /* TELUGU LETTER GA -> 'g' */
1343de45d93fSNicolas Pitre	{ 0x1A, 0x63 }, /* TELUGU LETTER CA -> 'c' */
1344de45d93fSNicolas Pitre	{ 0x1C, 0x6A }, /* TELUGU LETTER JA -> 'j' */
1345de45d93fSNicolas Pitre	{ 0x24, 0x74 }, /* TELUGU LETTER TA -> 't' */
1346de45d93fSNicolas Pitre	{ 0x26, 0x64 }, /* TELUGU LETTER DA -> 'd' */
1347de45d93fSNicolas Pitre	{ 0x28, 0x6E }, /* TELUGU LETTER NA -> 'n' */
1348de45d93fSNicolas Pitre	{ 0x2A, 0x70 }, /* TELUGU LETTER PA -> 'p' */
1349de45d93fSNicolas Pitre	{ 0x2C, 0x62 }, /* TELUGU LETTER BA -> 'b' */
1350de45d93fSNicolas Pitre	{ 0x2E, 0x6D }, /* TELUGU LETTER MA -> 'm' */
1351de45d93fSNicolas Pitre	{ 0x2F, 0x79 }, /* TELUGU LETTER YA -> 'y' */
1352de45d93fSNicolas Pitre	{ 0x30, 0x72 }, /* TELUGU LETTER RA -> 'r' */
1353de45d93fSNicolas Pitre	{ 0x32, 0x6C }, /* TELUGU LETTER LA -> 'l' */
1354de45d93fSNicolas Pitre	{ 0x35, 0x76 }, /* TELUGU LETTER VA -> 'v' */
1355de45d93fSNicolas Pitre	{ 0x38, 0x73 }, /* TELUGU LETTER SA -> 's' */
1356de45d93fSNicolas Pitre	{ 0x39, 0x68 }, /* TELUGU LETTER HA -> 'h' */
1357de45d93fSNicolas Pitre	{ 0x3F, 0x69 }, /* TELUGU VOWEL SIGN I -> 'i' */
1358de45d93fSNicolas Pitre	{ 0x41, 0x75 }, /* TELUGU VOWEL SIGN U -> 'u' */
1359de45d93fSNicolas Pitre	{ 0x43, 0x52 }, /* TELUGU VOWEL SIGN VOCALIC R -> 'R' */
1360de45d93fSNicolas Pitre	{ 0x46, 0x65 }, /* TELUGU VOWEL SIGN E -> 'e' */
1361de45d93fSNicolas Pitre	{ 0x4A, 0x6F }, /* TELUGU VOWEL SIGN O -> 'o' */
1362de45d93fSNicolas Pitre	{ 0x55, 0x2B }, /* TELUGU LENGTH MARK -> '+' */
1363de45d93fSNicolas Pitre	{ 0x56, 0x2B }, /* TELUGU AI LENGTH MARK -> '+' */
1364de45d93fSNicolas Pitre	{ 0x66, 0x30 }, /* TELUGU DIGIT ZERO -> '0' */
1365de45d93fSNicolas Pitre	{ 0x67, 0x31 }, /* TELUGU DIGIT ONE -> '1' */
1366de45d93fSNicolas Pitre	{ 0x68, 0x32 }, /* TELUGU DIGIT TWO -> '2' */
1367de45d93fSNicolas Pitre	{ 0x69, 0x33 }, /* TELUGU DIGIT THREE -> '3' */
1368de45d93fSNicolas Pitre	{ 0x6A, 0x34 }, /* TELUGU DIGIT FOUR -> '4' */
1369de45d93fSNicolas Pitre	{ 0x6B, 0x35 }, /* TELUGU DIGIT FIVE -> '5' */
1370de45d93fSNicolas Pitre	{ 0x6C, 0x36 }, /* TELUGU DIGIT SIX -> '6' */
1371de45d93fSNicolas Pitre	{ 0x6D, 0x37 }, /* TELUGU DIGIT SEVEN -> '7' */
1372de45d93fSNicolas Pitre	{ 0x6E, 0x38 }, /* TELUGU DIGIT EIGHT -> '8' */
1373de45d93fSNicolas Pitre	{ 0x6F, 0x39 }, /* TELUGU DIGIT NINE -> '9' */
1374de45d93fSNicolas Pitre	{ 0x82, 0x4E }, /* KANNADA SIGN ANUSVARA -> 'N' */
1375de45d93fSNicolas Pitre	{ 0x83, 0x48 }, /* KANNADA SIGN VISARGA -> 'H' */
1376de45d93fSNicolas Pitre	{ 0x85, 0x61 }, /* KANNADA LETTER A -> 'a' */
1377de45d93fSNicolas Pitre	{ 0x87, 0x69 }, /* KANNADA LETTER I -> 'i' */
1378de45d93fSNicolas Pitre	{ 0x89, 0x75 }, /* KANNADA LETTER U -> 'u' */
1379de45d93fSNicolas Pitre	{ 0x8B, 0x52 }, /* KANNADA LETTER VOCALIC R -> 'R' */
1380de45d93fSNicolas Pitre	{ 0x8C, 0x4C }, /* KANNADA LETTER VOCALIC L -> 'L' */
1381de45d93fSNicolas Pitre	{ 0x8E, 0x65 }, /* KANNADA LETTER E -> 'e' */
1382de45d93fSNicolas Pitre	{ 0x92, 0x6F }, /* KANNADA LETTER O -> 'o' */
1383de45d93fSNicolas Pitre	{ 0x95, 0x6B }, /* KANNADA LETTER KA -> 'k' */
1384de45d93fSNicolas Pitre	{ 0x97, 0x67 }, /* KANNADA LETTER GA -> 'g' */
1385de45d93fSNicolas Pitre	{ 0x9A, 0x63 }, /* KANNADA LETTER CA -> 'c' */
1386de45d93fSNicolas Pitre	{ 0x9C, 0x6A }, /* KANNADA LETTER JA -> 'j' */
1387de45d93fSNicolas Pitre	{ 0xA4, 0x74 }, /* KANNADA LETTER TA -> 't' */
1388de45d93fSNicolas Pitre	{ 0xA6, 0x64 }, /* KANNADA LETTER DA -> 'd' */
1389de45d93fSNicolas Pitre	{ 0xA8, 0x6E }, /* KANNADA LETTER NA -> 'n' */
1390de45d93fSNicolas Pitre	{ 0xAA, 0x70 }, /* KANNADA LETTER PA -> 'p' */
1391de45d93fSNicolas Pitre	{ 0xAC, 0x62 }, /* KANNADA LETTER BA -> 'b' */
1392de45d93fSNicolas Pitre	{ 0xAE, 0x6D }, /* KANNADA LETTER MA -> 'm' */
1393de45d93fSNicolas Pitre	{ 0xAF, 0x79 }, /* KANNADA LETTER YA -> 'y' */
1394de45d93fSNicolas Pitre	{ 0xB0, 0x72 }, /* KANNADA LETTER RA -> 'r' */
1395de45d93fSNicolas Pitre	{ 0xB2, 0x6C }, /* KANNADA LETTER LA -> 'l' */
1396de45d93fSNicolas Pitre	{ 0xB5, 0x76 }, /* KANNADA LETTER VA -> 'v' */
1397de45d93fSNicolas Pitre	{ 0xB8, 0x73 }, /* KANNADA LETTER SA -> 's' */
1398de45d93fSNicolas Pitre	{ 0xB9, 0x68 }, /* KANNADA LETTER HA -> 'h' */
1399de45d93fSNicolas Pitre	{ 0xBF, 0x69 }, /* KANNADA VOWEL SIGN I -> 'i' */
1400de45d93fSNicolas Pitre	{ 0xC1, 0x75 }, /* KANNADA VOWEL SIGN U -> 'u' */
1401de45d93fSNicolas Pitre	{ 0xC3, 0x52 }, /* KANNADA VOWEL SIGN VOCALIC R -> 'R' */
1402de45d93fSNicolas Pitre	{ 0xC6, 0x65 }, /* KANNADA VOWEL SIGN E -> 'e' */
1403de45d93fSNicolas Pitre	{ 0xCA, 0x6F }, /* KANNADA VOWEL SIGN O -> 'o' */
1404de45d93fSNicolas Pitre	{ 0xD5, 0x2B }, /* KANNADA LENGTH MARK -> '+' */
1405de45d93fSNicolas Pitre	{ 0xD6, 0x2B }, /* KANNADA AI LENGTH MARK -> '+' */
1406de45d93fSNicolas Pitre	{ 0xE6, 0x30 }, /* KANNADA DIGIT ZERO -> '0' */
1407de45d93fSNicolas Pitre	{ 0xE7, 0x31 }, /* KANNADA DIGIT ONE -> '1' */
1408de45d93fSNicolas Pitre	{ 0xE8, 0x32 }, /* KANNADA DIGIT TWO -> '2' */
1409de45d93fSNicolas Pitre	{ 0xE9, 0x33 }, /* KANNADA DIGIT THREE -> '3' */
1410de45d93fSNicolas Pitre	{ 0xEA, 0x34 }, /* KANNADA DIGIT FOUR -> '4' */
1411de45d93fSNicolas Pitre	{ 0xEB, 0x35 }, /* KANNADA DIGIT FIVE -> '5' */
1412de45d93fSNicolas Pitre	{ 0xEC, 0x36 }, /* KANNADA DIGIT SIX -> '6' */
1413de45d93fSNicolas Pitre	{ 0xED, 0x37 }, /* KANNADA DIGIT SEVEN -> '7' */
1414de45d93fSNicolas Pitre	{ 0xEE, 0x38 }, /* KANNADA DIGIT EIGHT -> '8' */
1415de45d93fSNicolas Pitre	{ 0xEF, 0x39 }, /* KANNADA DIGIT NINE -> '9' */
1416de45d93fSNicolas Pitre	/* Entries for page 0x0D */
1417de45d93fSNicolas Pitre	{ 0x02, 0x4E }, /* MALAYALAM SIGN ANUSVARA -> 'N' */
1418de45d93fSNicolas Pitre	{ 0x03, 0x48 }, /* MALAYALAM SIGN VISARGA -> 'H' */
1419de45d93fSNicolas Pitre	{ 0x05, 0x61 }, /* MALAYALAM LETTER A -> 'a' */
1420de45d93fSNicolas Pitre	{ 0x07, 0x69 }, /* MALAYALAM LETTER I -> 'i' */
1421de45d93fSNicolas Pitre	{ 0x09, 0x75 }, /* MALAYALAM LETTER U -> 'u' */
1422de45d93fSNicolas Pitre	{ 0x0B, 0x52 }, /* MALAYALAM LETTER VOCALIC R -> 'R' */
1423de45d93fSNicolas Pitre	{ 0x0C, 0x4C }, /* MALAYALAM LETTER VOCALIC L -> 'L' */
1424de45d93fSNicolas Pitre	{ 0x0E, 0x65 }, /* MALAYALAM LETTER E -> 'e' */
1425de45d93fSNicolas Pitre	{ 0x12, 0x6F }, /* MALAYALAM LETTER O -> 'o' */
1426de45d93fSNicolas Pitre	{ 0x15, 0x6B }, /* MALAYALAM LETTER KA -> 'k' */
1427de45d93fSNicolas Pitre	{ 0x17, 0x67 }, /* MALAYALAM LETTER GA -> 'g' */
1428de45d93fSNicolas Pitre	{ 0x1A, 0x63 }, /* MALAYALAM LETTER CA -> 'c' */
1429de45d93fSNicolas Pitre	{ 0x1C, 0x6A }, /* MALAYALAM LETTER JA -> 'j' */
1430de45d93fSNicolas Pitre	{ 0x24, 0x74 }, /* MALAYALAM LETTER TA -> 't' */
1431de45d93fSNicolas Pitre	{ 0x26, 0x64 }, /* MALAYALAM LETTER DA -> 'd' */
1432de45d93fSNicolas Pitre	{ 0x28, 0x6E }, /* MALAYALAM LETTER NA -> 'n' */
1433de45d93fSNicolas Pitre	{ 0x2A, 0x70 }, /* MALAYALAM LETTER PA -> 'p' */
1434de45d93fSNicolas Pitre	{ 0x2C, 0x62 }, /* MALAYALAM LETTER BA -> 'b' */
1435de45d93fSNicolas Pitre	{ 0x2E, 0x6D }, /* MALAYALAM LETTER MA -> 'm' */
1436de45d93fSNicolas Pitre	{ 0x2F, 0x79 }, /* MALAYALAM LETTER YA -> 'y' */
1437de45d93fSNicolas Pitre	{ 0x30, 0x72 }, /* MALAYALAM LETTER RA -> 'r' */
1438de45d93fSNicolas Pitre	{ 0x32, 0x6C }, /* MALAYALAM LETTER LA -> 'l' */
1439de45d93fSNicolas Pitre	{ 0x35, 0x76 }, /* MALAYALAM LETTER VA -> 'v' */
1440de45d93fSNicolas Pitre	{ 0x38, 0x73 }, /* MALAYALAM LETTER SA -> 's' */
1441de45d93fSNicolas Pitre	{ 0x39, 0x68 }, /* MALAYALAM LETTER HA -> 'h' */
1442de45d93fSNicolas Pitre	{ 0x3F, 0x69 }, /* MALAYALAM VOWEL SIGN I -> 'i' */
1443de45d93fSNicolas Pitre	{ 0x41, 0x75 }, /* MALAYALAM VOWEL SIGN U -> 'u' */
1444de45d93fSNicolas Pitre	{ 0x43, 0x52 }, /* MALAYALAM VOWEL SIGN VOCALIC R -> 'R' */
1445de45d93fSNicolas Pitre	{ 0x46, 0x65 }, /* MALAYALAM VOWEL SIGN E -> 'e' */
1446de45d93fSNicolas Pitre	{ 0x4A, 0x6F }, /* MALAYALAM VOWEL SIGN O -> 'o' */
1447de45d93fSNicolas Pitre	{ 0x57, 0x2B }, /* MALAYALAM AU LENGTH MARK -> '+' */
1448de45d93fSNicolas Pitre	{ 0x66, 0x30 }, /* MALAYALAM DIGIT ZERO -> '0' */
1449de45d93fSNicolas Pitre	{ 0x67, 0x31 }, /* MALAYALAM DIGIT ONE -> '1' */
1450de45d93fSNicolas Pitre	{ 0x68, 0x32 }, /* MALAYALAM DIGIT TWO -> '2' */
1451de45d93fSNicolas Pitre	{ 0x69, 0x33 }, /* MALAYALAM DIGIT THREE -> '3' */
1452de45d93fSNicolas Pitre	{ 0x6A, 0x34 }, /* MALAYALAM DIGIT FOUR -> '4' */
1453de45d93fSNicolas Pitre	{ 0x6B, 0x35 }, /* MALAYALAM DIGIT FIVE -> '5' */
1454de45d93fSNicolas Pitre	{ 0x6C, 0x36 }, /* MALAYALAM DIGIT SIX -> '6' */
1455de45d93fSNicolas Pitre	{ 0x6D, 0x37 }, /* MALAYALAM DIGIT SEVEN -> '7' */
1456de45d93fSNicolas Pitre	{ 0x6E, 0x38 }, /* MALAYALAM DIGIT EIGHT -> '8' */
1457de45d93fSNicolas Pitre	{ 0x6F, 0x39 }, /* MALAYALAM DIGIT NINE -> '9' */
1458de45d93fSNicolas Pitre	{ 0x82, 0x4E }, /* SINHALA SIGN ANUSVARAYA -> 'N' */
1459de45d93fSNicolas Pitre	{ 0x83, 0x48 }, /* SINHALA SIGN VISARGAYA -> 'H' */
1460de45d93fSNicolas Pitre	{ 0x85, 0x61 }, /* SINHALA LETTER AYANNA -> 'a' */
1461de45d93fSNicolas Pitre	{ 0x89, 0x69 }, /* SINHALA LETTER IYANNA -> 'i' */
1462de45d93fSNicolas Pitre	{ 0x8B, 0x75 }, /* SINHALA LETTER UYANNA -> 'u' */
1463de45d93fSNicolas Pitre	{ 0x8D, 0x52 }, /* SINHALA LETTER IRUYANNA -> 'R' */
1464de45d93fSNicolas Pitre	{ 0x8F, 0x4C }, /* SINHALA LETTER ILUYANNA -> 'L' */
1465de45d93fSNicolas Pitre	{ 0x91, 0x65 }, /* SINHALA LETTER EYANNA -> 'e' */
1466de45d93fSNicolas Pitre	{ 0x94, 0x6F }, /* SINHALA LETTER OYANNA -> 'o' */
1467de45d93fSNicolas Pitre	{ 0x9A, 0x6B }, /* SINHALA LETTER ALPAPRAANA KAYANNA -> 'k' */
1468de45d93fSNicolas Pitre	{ 0x9C, 0x67 }, /* SINHALA LETTER ALPAPRAANA GAYANNA -> 'g' */
1469de45d93fSNicolas Pitre	{ 0xA0, 0x63 }, /* SINHALA LETTER ALPAPRAANA CAYANNA -> 'c' */
1470de45d93fSNicolas Pitre	{ 0xA2, 0x6A }, /* SINHALA LETTER ALPAPRAANA JAYANNA -> 'j' */
1471de45d93fSNicolas Pitre	{ 0xAD, 0x74 }, /* SINHALA LETTER ALPAPRAANA TAYANNA -> 't' */
1472de45d93fSNicolas Pitre	{ 0xAF, 0x64 }, /* SINHALA LETTER ALPAPRAANA DAYANNA -> 'd' */
1473de45d93fSNicolas Pitre	{ 0xB1, 0x6E }, /* SINHALA LETTER DANTAJA NAYANNA -> 'n' */
1474de45d93fSNicolas Pitre	{ 0xB4, 0x70 }, /* SINHALA LETTER ALPAPRAANA PAYANNA -> 'p' */
1475de45d93fSNicolas Pitre	{ 0xB6, 0x62 }, /* SINHALA LETTER ALPAPRAANA BAYANNA -> 'b' */
1476de45d93fSNicolas Pitre	{ 0xB8, 0x6D }, /* SINHALA LETTER MAYANNA -> 'm' */
1477de45d93fSNicolas Pitre	{ 0xBA, 0x79 }, /* SINHALA LETTER YAYANNA -> 'y' */
1478de45d93fSNicolas Pitre	{ 0xBB, 0x72 }, /* SINHALA LETTER RAYANNA -> 'r' */
1479de45d93fSNicolas Pitre	{ 0xBD, 0x6C }, /* SINHALA LETTER DANTAJA LAYANNA -> 'l' */
1480de45d93fSNicolas Pitre	{ 0xC0, 0x76 }, /* SINHALA LETTER VAYANNA -> 'v' */
1481de45d93fSNicolas Pitre	{ 0xC3, 0x73 }, /* SINHALA LETTER DANTAJA SAYANNA -> 's' */
1482de45d93fSNicolas Pitre	{ 0xC4, 0x68 }, /* SINHALA LETTER HAYANNA -> 'h' */
1483de45d93fSNicolas Pitre	{ 0xC6, 0x66 }, /* SINHALA LETTER FAYANNA -> 'f' */
1484de45d93fSNicolas Pitre	{ 0xD2, 0x69 }, /* SINHALA VOWEL SIGN KETTI IS-PILLA -> 'i' */
1485de45d93fSNicolas Pitre	{ 0xD4, 0x75 }, /* SINHALA VOWEL SIGN KETTI PAA-PILLA -> 'u' */
1486de45d93fSNicolas Pitre	{ 0xD8, 0x52 }, /* SINHALA VOWEL SIGN GAETTA-PILLA -> 'R' */
1487de45d93fSNicolas Pitre	{ 0xD9, 0x65 }, /* SINHALA VOWEL SIGN KOMBUVA -> 'e' */
1488de45d93fSNicolas Pitre	{ 0xDC, 0x6F }, /* SINHALA VOWEL SIGN KOMBUVA HAA AELA-PILLA -> 'o' */
1489de45d93fSNicolas Pitre	{ 0xDF, 0x4C }, /* SINHALA VOWEL SIGN GAYANUKITTA -> 'L' */
1490de45d93fSNicolas Pitre	/* Entries for page 0x0E */
1491de45d93fSNicolas Pitre	{ 0x01, 0x6B }, /* THAI CHARACTER KO KAI -> 'k' */
1492de45d93fSNicolas Pitre	{ 0x0D, 0x79 }, /* THAI CHARACTER YO YING -> 'y' */
1493de45d93fSNicolas Pitre	{ 0x0E, 0x64 }, /* THAI CHARACTER DO CHADA -> 'd' */
1494de45d93fSNicolas Pitre	{ 0x0F, 0x74 }, /* THAI CHARACTER TO PATAK -> 't' */
1495de45d93fSNicolas Pitre	{ 0x13, 0x6E }, /* THAI CHARACTER NO NEN -> 'n' */
1496de45d93fSNicolas Pitre	{ 0x14, 0x64 }, /* THAI CHARACTER DO DEK -> 'd' */
1497de45d93fSNicolas Pitre	{ 0x15, 0x74 }, /* THAI CHARACTER TO TAO -> 't' */
1498de45d93fSNicolas Pitre	{ 0x19, 0x6E }, /* THAI CHARACTER NO NU -> 'n' */
1499de45d93fSNicolas Pitre	{ 0x1A, 0x62 }, /* THAI CHARACTER BO BAIMAI -> 'b' */
1500de45d93fSNicolas Pitre	{ 0x1B, 0x70 }, /* THAI CHARACTER PO PLA -> 'p' */
1501de45d93fSNicolas Pitre	{ 0x1D, 0x66 }, /* THAI CHARACTER FO FA -> 'f' */
1502de45d93fSNicolas Pitre	{ 0x1F, 0x66 }, /* THAI CHARACTER FO FAN -> 'f' */
1503de45d93fSNicolas Pitre	{ 0x21, 0x6D }, /* THAI CHARACTER MO MA -> 'm' */
1504de45d93fSNicolas Pitre	{ 0x22, 0x79 }, /* THAI CHARACTER YO YAK -> 'y' */
1505de45d93fSNicolas Pitre	{ 0x23, 0x72 }, /* THAI CHARACTER RO RUA -> 'r' */
1506de45d93fSNicolas Pitre	{ 0x24, 0x52 }, /* THAI CHARACTER RU -> 'R' */
1507de45d93fSNicolas Pitre	{ 0x25, 0x6C }, /* THAI CHARACTER LO LING -> 'l' */
1508de45d93fSNicolas Pitre	{ 0x26, 0x4C }, /* THAI CHARACTER LU -> 'L' */
1509de45d93fSNicolas Pitre	{ 0x27, 0x77 }, /* THAI CHARACTER WO WAEN -> 'w' */
1510de45d93fSNicolas Pitre	{ 0x28, 0x00 }, /* THAI CHARACTER SO SALA -> ... */
1511de45d93fSNicolas Pitre	{ 0x2A, 0x73 }, /* THAI CHARACTER SO SUA -> 's' */
1512de45d93fSNicolas Pitre	{ 0x2B, 0x68 }, /* THAI CHARACTER HO HIP -> 'h' */
1513de45d93fSNicolas Pitre	{ 0x2C, 0x6C }, /* THAI CHARACTER LO CHULA -> 'l' */
1514de45d93fSNicolas Pitre	{ 0x2D, 0x60 }, /* THAI CHARACTER O ANG -> '`' */
1515de45d93fSNicolas Pitre	{ 0x2E, 0x68 }, /* THAI CHARACTER HO NOKHUK -> 'h' */
1516de45d93fSNicolas Pitre	{ 0x2F, 0x7E }, /* THAI CHARACTER PAIYANNOI -> '~' */
1517de45d93fSNicolas Pitre	{ 0x30, 0x61 }, /* THAI CHARACTER SARA A -> 'a' */
1518de45d93fSNicolas Pitre	{ 0x31, 0x61 }, /* THAI CHARACTER MAI HAN-AKAT -> 'a' */
1519de45d93fSNicolas Pitre	{ 0x34, 0x69 }, /* THAI CHARACTER SARA I -> 'i' */
1520de45d93fSNicolas Pitre	{ 0x38, 0x75 }, /* THAI CHARACTER SARA U -> 'u' */
1521de45d93fSNicolas Pitre	{ 0x3A, 0x27 }, /* THAI CHARACTER PHINTHU -> ''' */
1522de45d93fSNicolas Pitre	{ 0x40, 0x65 }, /* THAI CHARACTER SARA E -> 'e' */
1523de45d93fSNicolas Pitre	{ 0x42, 0x6F }, /* THAI CHARACTER SARA O -> 'o' */
1524de45d93fSNicolas Pitre	{ 0x46, 0x2B }, /* THAI CHARACTER MAIYAMOK -> '+' */
1525de45d93fSNicolas Pitre	{ 0x4D, 0x4D }, /* THAI CHARACTER NIKHAHIT -> 'M' */
1526de45d93fSNicolas Pitre	{ 0x50, 0x30 }, /* THAI DIGIT ZERO -> '0' */
1527de45d93fSNicolas Pitre	{ 0x51, 0x31 }, /* THAI DIGIT ONE -> '1' */
1528de45d93fSNicolas Pitre	{ 0x52, 0x32 }, /* THAI DIGIT TWO -> '2' */
1529de45d93fSNicolas Pitre	{ 0x53, 0x33 }, /* THAI DIGIT THREE -> '3' */
1530de45d93fSNicolas Pitre	{ 0x54, 0x34 }, /* THAI DIGIT FOUR -> '4' */
1531de45d93fSNicolas Pitre	{ 0x55, 0x35 }, /* THAI DIGIT FIVE -> '5' */
1532de45d93fSNicolas Pitre	{ 0x56, 0x36 }, /* THAI DIGIT SIX -> '6' */
1533de45d93fSNicolas Pitre	{ 0x57, 0x37 }, /* THAI DIGIT SEVEN -> '7' */
1534de45d93fSNicolas Pitre	{ 0x58, 0x38 }, /* THAI DIGIT EIGHT -> '8' */
1535de45d93fSNicolas Pitre	{ 0x59, 0x39 }, /* THAI DIGIT NINE -> '9' */
1536de45d93fSNicolas Pitre	{ 0x81, 0x6B }, /* LAO LETTER KO -> 'k' */
1537de45d93fSNicolas Pitre	{ 0x8A, 0x73 }, /* LAO LETTER SO TAM -> 's' */
1538de45d93fSNicolas Pitre	{ 0x94, 0x64 }, /* LAO LETTER DO -> 'd' */
1539de45d93fSNicolas Pitre	{ 0x95, 0x68 }, /* LAO LETTER TO -> 'h' */
1540de45d93fSNicolas Pitre	{ 0x99, 0x6E }, /* LAO LETTER NO -> 'n' */
1541de45d93fSNicolas Pitre	{ 0x9A, 0x62 }, /* LAO LETTER BO -> 'b' */
1542de45d93fSNicolas Pitre	{ 0x9B, 0x70 }, /* LAO LETTER PO -> 'p' */
1543de45d93fSNicolas Pitre	{ 0x9D, 0x66 }, /* LAO LETTER FO TAM -> 'f' */
1544de45d93fSNicolas Pitre	{ 0x9F, 0x66 }, /* LAO LETTER FO SUNG -> 'f' */
1545de45d93fSNicolas Pitre	{ 0xA1, 0x6D }, /* LAO LETTER MO -> 'm' */
1546de45d93fSNicolas Pitre	{ 0xA2, 0x79 }, /* LAO LETTER YO -> 'y' */
1547de45d93fSNicolas Pitre	{ 0xA3, 0x72 }, /* LAO LETTER LO LING -> 'r' */
1548de45d93fSNicolas Pitre	{ 0xA5, 0x6C }, /* LAO LETTER LO LOOT -> 'l' */
1549de45d93fSNicolas Pitre	{ 0xA7, 0x77 }, /* LAO LETTER WO -> 'w' */
1550de45d93fSNicolas Pitre	{ 0xAA, 0x73 }, /* LAO LETTER SO SUNG -> 's' */
1551de45d93fSNicolas Pitre	{ 0xAB, 0x68 }, /* LAO LETTER HO SUNG -> 'h' */
1552de45d93fSNicolas Pitre	{ 0xAD, 0x60 }, /* LAO LETTER O -> '`' */
1553de45d93fSNicolas Pitre	{ 0xAF, 0x7E }, /* LAO ELLIPSIS -> '~' */
1554de45d93fSNicolas Pitre	{ 0xB0, 0x61 }, /* LAO VOWEL SIGN A -> 'a' */
1555de45d93fSNicolas Pitre	{ 0xB4, 0x69 }, /* LAO VOWEL SIGN I -> 'i' */
1556de45d93fSNicolas Pitre	{ 0xB6, 0x79 }, /* LAO VOWEL SIGN Y -> 'y' */
1557de45d93fSNicolas Pitre	{ 0xB8, 0x75 }, /* LAO VOWEL SIGN U -> 'u' */
1558de45d93fSNicolas Pitre	{ 0xBB, 0x6F }, /* LAO VOWEL SIGN MAI KON -> 'o' */
1559de45d93fSNicolas Pitre	{ 0xBC, 0x6C }, /* LAO SEMIVOWEL SIGN LO -> 'l' */
1560de45d93fSNicolas Pitre	{ 0xC0, 0x65 }, /* LAO VOWEL SIGN E -> 'e' */
1561de45d93fSNicolas Pitre	{ 0xC2, 0x6F }, /* LAO VOWEL SIGN O -> 'o' */
1562de45d93fSNicolas Pitre	{ 0xC6, 0x2B }, /* LAO KO LA -> '+' */
1563de45d93fSNicolas Pitre	{ 0xCD, 0x4D }, /* LAO NIGGAHITA -> 'M' */
1564de45d93fSNicolas Pitre	{ 0xD0, 0x30 }, /* LAO DIGIT ZERO -> '0' */
1565de45d93fSNicolas Pitre	{ 0xD1, 0x31 }, /* LAO DIGIT ONE -> '1' */
1566de45d93fSNicolas Pitre	{ 0xD2, 0x32 }, /* LAO DIGIT TWO -> '2' */
1567de45d93fSNicolas Pitre	{ 0xD3, 0x33 }, /* LAO DIGIT THREE -> '3' */
1568de45d93fSNicolas Pitre	{ 0xD4, 0x34 }, /* LAO DIGIT FOUR -> '4' */
1569de45d93fSNicolas Pitre	{ 0xD5, 0x35 }, /* LAO DIGIT FIVE -> '5' */
1570de45d93fSNicolas Pitre	{ 0xD6, 0x36 }, /* LAO DIGIT SIX -> '6' */
1571de45d93fSNicolas Pitre	{ 0xD7, 0x37 }, /* LAO DIGIT SEVEN -> '7' */
1572de45d93fSNicolas Pitre	{ 0xD8, 0x38 }, /* LAO DIGIT EIGHT -> '8' */
1573de45d93fSNicolas Pitre	{ 0xD9, 0x39 }, /* LAO DIGIT NINE -> '9' */
1574de45d93fSNicolas Pitre	/* Entries for page 0x0F */
1575de45d93fSNicolas Pitre	{ 0x0B, 0x2D }, /* TIBETAN MARK INTERSYLLABIC TSHEG -> '-' */
1576de45d93fSNicolas Pitre	{ 0x20, 0x30 }, /* TIBETAN DIGIT ZERO -> '0' */
1577de45d93fSNicolas Pitre	{ 0x21, 0x31 }, /* TIBETAN DIGIT ONE -> '1' */
1578de45d93fSNicolas Pitre	{ 0x22, 0x32 }, /* TIBETAN DIGIT TWO -> '2' */
1579de45d93fSNicolas Pitre	{ 0x23, 0x33 }, /* TIBETAN DIGIT THREE -> '3' */
1580de45d93fSNicolas Pitre	{ 0x24, 0x34 }, /* TIBETAN DIGIT FOUR -> '4' */
1581de45d93fSNicolas Pitre	{ 0x25, 0x35 }, /* TIBETAN DIGIT FIVE -> '5' */
1582de45d93fSNicolas Pitre	{ 0x26, 0x36 }, /* TIBETAN DIGIT SIX -> '6' */
1583de45d93fSNicolas Pitre	{ 0x27, 0x37 }, /* TIBETAN DIGIT SEVEN -> '7' */
1584de45d93fSNicolas Pitre	{ 0x28, 0x38 }, /* TIBETAN DIGIT EIGHT -> '8' */
1585de45d93fSNicolas Pitre	{ 0x29, 0x39 }, /* TIBETAN DIGIT NINE -> '9' */
1586de45d93fSNicolas Pitre	{ 0x34, 0x2B }, /* TIBETAN MARK BSDUS RTAGS -> '+' */
1587de45d93fSNicolas Pitre	{ 0x35, 0x2A }, /* TIBETAN MARK NGAS BZUNG NYI ZLA -> '*' */
1588de45d93fSNicolas Pitre	{ 0x36, 0x5E }, /* TIBETAN MARK CARET -DZUD RTAGS BZHI MIG CAN -> '^' */
1589de45d93fSNicolas Pitre	{ 0x37, 0x5F }, /* TIBETAN MARK NGAS BZUNG SGOR RTAGS -> '_' */
1590de45d93fSNicolas Pitre	{ 0x39, 0x7E }, /* TIBETAN MARK TSA -PHRU -> '~' */
1591de45d93fSNicolas Pitre	{ 0x3B, 0x5D }, /* TIBETAN MARK GUG RTAGS GYAS -> ']' */
1592de45d93fSNicolas Pitre	{ 0x40, 0x6B }, /* TIBETAN LETTER KA -> 'k' */
1593de45d93fSNicolas Pitre	{ 0x42, 0x67 }, /* TIBETAN LETTER GA -> 'g' */
1594de45d93fSNicolas Pitre	{ 0x45, 0x63 }, /* TIBETAN LETTER CA -> 'c' */
1595de45d93fSNicolas Pitre	{ 0x47, 0x6A }, /* TIBETAN LETTER JA -> 'j' */
1596de45d93fSNicolas Pitre	{ 0x4F, 0x74 }, /* TIBETAN LETTER TA -> 't' */
1597de45d93fSNicolas Pitre	{ 0x51, 0x64 }, /* TIBETAN LETTER DA -> 'd' */
1598de45d93fSNicolas Pitre	{ 0x53, 0x6E }, /* TIBETAN LETTER NA -> 'n' */
1599de45d93fSNicolas Pitre	{ 0x54, 0x70 }, /* TIBETAN LETTER PA -> 'p' */
1600de45d93fSNicolas Pitre	{ 0x56, 0x62 }, /* TIBETAN LETTER BA -> 'b' */
1601de45d93fSNicolas Pitre	{ 0x58, 0x6D }, /* TIBETAN LETTER MA -> 'm' */
1602de45d93fSNicolas Pitre	{ 0x5D, 0x77 }, /* TIBETAN LETTER WA -> 'w' */
1603de45d93fSNicolas Pitre	{ 0x5F, 0x7A }, /* TIBETAN LETTER ZA -> 'z' */
1604de45d93fSNicolas Pitre	{ 0x60, 0x27 }, /* TIBETAN LETTER -A -> ''' */
1605de45d93fSNicolas Pitre	{ 0x61, 0x79 }, /* TIBETAN LETTER YA -> 'y' */
1606de45d93fSNicolas Pitre	{ 0x62, 0x72 }, /* TIBETAN LETTER RA -> 'r' */
1607de45d93fSNicolas Pitre	{ 0x63, 0x6C }, /* TIBETAN LETTER LA -> 'l' */
1608de45d93fSNicolas Pitre	{ 0x66, 0x73 }, /* TIBETAN LETTER SA -> 's' */
1609de45d93fSNicolas Pitre	{ 0x67, 0x68 }, /* TIBETAN LETTER HA -> 'h' */
1610de45d93fSNicolas Pitre	{ 0x68, 0x61 }, /* TIBETAN LETTER A -> 'a' */
1611de45d93fSNicolas Pitre	{ 0x6A, 0x72 }, /* TIBETAN LETTER FIXED-FORM RA -> 'r' */
1612de45d93fSNicolas Pitre	{ 0x72, 0x69 }, /* TIBETAN VOWEL SIGN I -> 'i' */
1613de45d93fSNicolas Pitre	{ 0x74, 0x75 }, /* TIBETAN VOWEL SIGN U -> 'u' */
1614de45d93fSNicolas Pitre	{ 0x76, 0x52 }, /* TIBETAN VOWEL SIGN VOCALIC R -> 'R' */
1615de45d93fSNicolas Pitre	{ 0x78, 0x4C }, /* TIBETAN VOWEL SIGN VOCALIC L -> 'L' */
1616de45d93fSNicolas Pitre	{ 0x7A, 0x65 }, /* TIBETAN VOWEL SIGN E -> 'e' */
1617de45d93fSNicolas Pitre	{ 0x7C, 0x6F }, /* TIBETAN VOWEL SIGN O -> 'o' */
1618de45d93fSNicolas Pitre	{ 0x7E, 0x4D }, /* TIBETAN SIGN RJES SU NGA RO -> 'M' */
1619de45d93fSNicolas Pitre	{ 0x7F, 0x48 }, /* TIBETAN SIGN RNAM BCAD -> 'H' */
1620de45d93fSNicolas Pitre	{ 0x80, 0x69 }, /* TIBETAN VOWEL SIGN REVERSED I -> 'i' */
1621de45d93fSNicolas Pitre	{ 0x90, 0x6B }, /* TIBETAN SUBJOINED LETTER KA -> 'k' */
1622de45d93fSNicolas Pitre	{ 0x92, 0x67 }, /* TIBETAN SUBJOINED LETTER GA -> 'g' */
1623de45d93fSNicolas Pitre	{ 0x95, 0x63 }, /* TIBETAN SUBJOINED LETTER CA -> 'c' */
1624de45d93fSNicolas Pitre	{ 0x97, 0x6A }, /* TIBETAN SUBJOINED LETTER JA -> 'j' */
1625de45d93fSNicolas Pitre	{ 0x9F, 0x74 }, /* TIBETAN SUBJOINED LETTER TA -> 't' */
1626de45d93fSNicolas Pitre	{ 0xA1, 0x64 }, /* TIBETAN SUBJOINED LETTER DA -> 'd' */
1627de45d93fSNicolas Pitre	{ 0xA3, 0x6E }, /* TIBETAN SUBJOINED LETTER NA -> 'n' */
1628de45d93fSNicolas Pitre	{ 0xA4, 0x70 }, /* TIBETAN SUBJOINED LETTER PA -> 'p' */
1629de45d93fSNicolas Pitre	{ 0xA6, 0x62 }, /* TIBETAN SUBJOINED LETTER BA -> 'b' */
1630de45d93fSNicolas Pitre	{ 0xA8, 0x6D }, /* TIBETAN SUBJOINED LETTER MA -> 'm' */
1631de45d93fSNicolas Pitre	{ 0xAD, 0x77 }, /* TIBETAN SUBJOINED LETTER WA -> 'w' */
1632de45d93fSNicolas Pitre	{ 0xAF, 0x7A }, /* TIBETAN SUBJOINED LETTER ZA -> 'z' */
1633de45d93fSNicolas Pitre	{ 0xB0, 0x27 }, /* TIBETAN SUBJOINED LETTER -A -> ''' */
1634de45d93fSNicolas Pitre	{ 0xB1, 0x79 }, /* TIBETAN SUBJOINED LETTER YA -> 'y' */
1635de45d93fSNicolas Pitre	{ 0xB2, 0x72 }, /* TIBETAN SUBJOINED LETTER RA -> 'r' */
1636de45d93fSNicolas Pitre	{ 0xB3, 0x6C }, /* TIBETAN SUBJOINED LETTER LA -> 'l' */
1637de45d93fSNicolas Pitre	{ 0xB6, 0x73 }, /* TIBETAN SUBJOINED LETTER SA -> 's' */
1638de45d93fSNicolas Pitre	{ 0xB7, 0x68 }, /* TIBETAN SUBJOINED LETTER HA -> 'h' */
1639de45d93fSNicolas Pitre	{ 0xB8, 0x61 }, /* TIBETAN SUBJOINED LETTER A -> 'a' */
1640de45d93fSNicolas Pitre	{ 0xBA, 0x77 }, /* TIBETAN SUBJOINED LETTER FIXED-FORM WA -> 'w' */
1641de45d93fSNicolas Pitre	{ 0xBB, 0x79 }, /* TIBETAN SUBJOINED LETTER FIXED-FORM YA -> 'y' */
1642de45d93fSNicolas Pitre	{ 0xBC, 0x72 }, /* TIBETAN SUBJOINED LETTER FIXED-FORM RA -> 'r' */
1643de45d93fSNicolas Pitre	{ 0xBE, 0x58 }, /* TIBETAN KU RU KHA -> 'X' */
1644de45d93fSNicolas Pitre	/* Entries for page 0x10 */
1645de45d93fSNicolas Pitre	{ 0x00, 0x6B }, /* MYANMAR LETTER KA -> 'k' */
1646de45d93fSNicolas Pitre	{ 0x02, 0x67 }, /* MYANMAR LETTER GA -> 'g' */
1647de45d93fSNicolas Pitre	{ 0x05, 0x63 }, /* MYANMAR LETTER CA -> 'c' */
1648de45d93fSNicolas Pitre	{ 0x07, 0x6A }, /* MYANMAR LETTER JA -> 'j' */
1649de45d93fSNicolas Pitre	{ 0x12, 0x64 }, /* MYANMAR LETTER DA -> 'd' */
1650de45d93fSNicolas Pitre	{ 0x14, 0x6E }, /* MYANMAR LETTER NA -> 'n' */
1651de45d93fSNicolas Pitre	{ 0x15, 0x70 }, /* MYANMAR LETTER PA -> 'p' */
1652de45d93fSNicolas Pitre	{ 0x17, 0x62 }, /* MYANMAR LETTER BA -> 'b' */
1653de45d93fSNicolas Pitre	{ 0x19, 0x6D }, /* MYANMAR LETTER MA -> 'm' */
1654de45d93fSNicolas Pitre	{ 0x1A, 0x79 }, /* MYANMAR LETTER YA -> 'y' */
1655de45d93fSNicolas Pitre	{ 0x1B, 0x72 }, /* MYANMAR LETTER RA -> 'r' */
1656de45d93fSNicolas Pitre	{ 0x1C, 0x6C }, /* MYANMAR LETTER LA -> 'l' */
1657de45d93fSNicolas Pitre	{ 0x1D, 0x77 }, /* MYANMAR LETTER WA -> 'w' */
1658de45d93fSNicolas Pitre	{ 0x1E, 0x73 }, /* MYANMAR LETTER SA -> 's' */
1659de45d93fSNicolas Pitre	{ 0x1F, 0x68 }, /* MYANMAR LETTER HA -> 'h' */
1660de45d93fSNicolas Pitre	{ 0x21, 0x61 }, /* MYANMAR LETTER A -> 'a' */
1661de45d93fSNicolas Pitre	{ 0x23, 0x69 }, /* MYANMAR LETTER I -> 'i' */
1662de45d93fSNicolas Pitre	{ 0x25, 0x75 }, /* MYANMAR LETTER U -> 'u' */
1663de45d93fSNicolas Pitre	{ 0x27, 0x65 }, /* MYANMAR LETTER E -> 'e' */
1664de45d93fSNicolas Pitre	{ 0x29, 0x6F }, /* MYANMAR LETTER O -> 'o' */
1665de45d93fSNicolas Pitre	{ 0x2D, 0x69 }, /* MYANMAR VOWEL SIGN I -> 'i' */
1666de45d93fSNicolas Pitre	{ 0x2F, 0x75 }, /* MYANMAR VOWEL SIGN U -> 'u' */
1667de45d93fSNicolas Pitre	{ 0x31, 0x65 }, /* MYANMAR VOWEL SIGN E -> 'e' */
1668de45d93fSNicolas Pitre	{ 0x36, 0x4E }, /* MYANMAR SIGN ANUSVARA -> 'N' */
1669de45d93fSNicolas Pitre	{ 0x37, 0x27 }, /* MYANMAR SIGN DOT BELOW -> ''' */
1670de45d93fSNicolas Pitre	{ 0x38, 0x3A }, /* MYANMAR SIGN VISARGA -> ':' */
1671de45d93fSNicolas Pitre	{ 0x40, 0x30 }, /* MYANMAR DIGIT ZERO -> '0' */
1672de45d93fSNicolas Pitre	{ 0x41, 0x31 }, /* MYANMAR DIGIT ONE -> '1' */
1673de45d93fSNicolas Pitre	{ 0x42, 0x32 }, /* MYANMAR DIGIT TWO -> '2' */
1674de45d93fSNicolas Pitre	{ 0x43, 0x33 }, /* MYANMAR DIGIT THREE -> '3' */
1675de45d93fSNicolas Pitre	{ 0x44, 0x34 }, /* MYANMAR DIGIT FOUR -> '4' */
1676de45d93fSNicolas Pitre	{ 0x45, 0x35 }, /* MYANMAR DIGIT FIVE -> '5' */
1677de45d93fSNicolas Pitre	{ 0x46, 0x36 }, /* MYANMAR DIGIT SIX -> '6' */
1678de45d93fSNicolas Pitre	{ 0x47, 0x37 }, /* MYANMAR DIGIT SEVEN -> '7' */
1679de45d93fSNicolas Pitre	{ 0x48, 0x38 }, /* MYANMAR DIGIT EIGHT -> '8' */
1680de45d93fSNicolas Pitre	{ 0x49, 0x39 }, /* MYANMAR DIGIT NINE -> '9' */
1681de45d93fSNicolas Pitre	{ 0x52, 0x52 }, /* MYANMAR LETTER VOCALIC R -> 'R' */
1682de45d93fSNicolas Pitre	{ 0x54, 0x4C }, /* MYANMAR LETTER VOCALIC L -> 'L' */
1683de45d93fSNicolas Pitre	{ 0x56, 0x52 }, /* MYANMAR VOWEL SIGN VOCALIC R -> 'R' */
1684de45d93fSNicolas Pitre	{ 0x58, 0x4C }, /* MYANMAR VOWEL SIGN VOCALIC L -> 'L' */
1685de45d93fSNicolas Pitre	{ 0xA0, 0x41 }, /* GEORGIAN CAPITAL LETTER AN -> 'A' */
1686de45d93fSNicolas Pitre	{ 0xA1, 0x42 }, /* GEORGIAN CAPITAL LETTER BAN -> 'B' */
1687de45d93fSNicolas Pitre	{ 0xA2, 0x47 }, /* GEORGIAN CAPITAL LETTER GAN -> 'G' */
1688de45d93fSNicolas Pitre	{ 0xA3, 0x44 }, /* GEORGIAN CAPITAL LETTER DON -> 'D' */
1689de45d93fSNicolas Pitre	{ 0xA4, 0x45 }, /* GEORGIAN CAPITAL LETTER EN -> 'E' */
1690de45d93fSNicolas Pitre	{ 0xA5, 0x56 }, /* GEORGIAN CAPITAL LETTER VIN -> 'V' */
1691de45d93fSNicolas Pitre	{ 0xA6, 0x5A }, /* GEORGIAN CAPITAL LETTER ZEN -> 'Z' */
1692de45d93fSNicolas Pitre	{ 0xA8, 0x49 }, /* GEORGIAN CAPITAL LETTER IN -> 'I' */
1693de45d93fSNicolas Pitre	{ 0xA9, 0x4B }, /* GEORGIAN CAPITAL LETTER KAN -> 'K' */
1694de45d93fSNicolas Pitre	{ 0xAA, 0x4C }, /* GEORGIAN CAPITAL LETTER LAS -> 'L' */
1695de45d93fSNicolas Pitre	{ 0xAB, 0x4D }, /* GEORGIAN CAPITAL LETTER MAN -> 'M' */
1696de45d93fSNicolas Pitre	{ 0xAC, 0x4E }, /* GEORGIAN CAPITAL LETTER NAR -> 'N' */
1697de45d93fSNicolas Pitre	{ 0xAD, 0x4F }, /* GEORGIAN CAPITAL LETTER ON -> 'O' */
1698de45d93fSNicolas Pitre	{ 0xAE, 0x50 }, /* GEORGIAN CAPITAL LETTER PAR -> 'P' */
1699de45d93fSNicolas Pitre	{ 0xB0, 0x52 }, /* GEORGIAN CAPITAL LETTER RAE -> 'R' */
1700de45d93fSNicolas Pitre	{ 0xB1, 0x53 }, /* GEORGIAN CAPITAL LETTER SAN -> 'S' */
1701de45d93fSNicolas Pitre	{ 0xB2, 0x54 }, /* GEORGIAN CAPITAL LETTER TAR -> 'T' */
1702de45d93fSNicolas Pitre	{ 0xB3, 0x55 }, /* GEORGIAN CAPITAL LETTER UN -> 'U' */
1703de45d93fSNicolas Pitre	{ 0xB7, 0x51 }, /* GEORGIAN CAPITAL LETTER QAR -> 'Q' */
1704de45d93fSNicolas Pitre	{ 0xBC, 0x43 }, /* GEORGIAN CAPITAL LETTER CIL -> 'C' */
1705de45d93fSNicolas Pitre	{ 0xBE, 0x58 }, /* GEORGIAN CAPITAL LETTER XAN -> 'X' */
1706de45d93fSNicolas Pitre	{ 0xBF, 0x4A }, /* GEORGIAN CAPITAL LETTER JHAN -> 'J' */
1707de45d93fSNicolas Pitre	{ 0xC0, 0x48 }, /* GEORGIAN CAPITAL LETTER HAE -> 'H' */
1708de45d93fSNicolas Pitre	{ 0xC1, 0x45 }, /* GEORGIAN CAPITAL LETTER HE -> 'E' */
1709de45d93fSNicolas Pitre	{ 0xC2, 0x59 }, /* GEORGIAN CAPITAL LETTER HIE -> 'Y' */
1710de45d93fSNicolas Pitre	{ 0xC3, 0x57 }, /* GEORGIAN CAPITAL LETTER WE -> 'W' */
1711de45d93fSNicolas Pitre	{ 0xD0, 0x61 }, /* GEORGIAN LETTER AN -> 'a' */
1712de45d93fSNicolas Pitre	{ 0xD1, 0x62 }, /* GEORGIAN LETTER BAN -> 'b' */
1713de45d93fSNicolas Pitre	{ 0xD2, 0x67 }, /* GEORGIAN LETTER GAN -> 'g' */
1714de45d93fSNicolas Pitre	{ 0xD3, 0x64 }, /* GEORGIAN LETTER DON -> 'd' */
1715de45d93fSNicolas Pitre	{ 0xD4, 0x65 }, /* GEORGIAN LETTER EN -> 'e' */
1716de45d93fSNicolas Pitre	{ 0xD5, 0x76 }, /* GEORGIAN LETTER VIN -> 'v' */
1717de45d93fSNicolas Pitre	{ 0xD6, 0x7A }, /* GEORGIAN LETTER ZEN -> 'z' */
1718de45d93fSNicolas Pitre	{ 0xD8, 0x69 }, /* GEORGIAN LETTER IN -> 'i' */
1719de45d93fSNicolas Pitre	{ 0xD9, 0x6B }, /* GEORGIAN LETTER KAN -> 'k' */
1720de45d93fSNicolas Pitre	{ 0xDA, 0x6C }, /* GEORGIAN LETTER LAS -> 'l' */
1721de45d93fSNicolas Pitre	{ 0xDB, 0x6D }, /* GEORGIAN LETTER MAN -> 'm' */
1722de45d93fSNicolas Pitre	{ 0xDC, 0x6E }, /* GEORGIAN LETTER NAR -> 'n' */
1723de45d93fSNicolas Pitre	{ 0xDD, 0x6F }, /* GEORGIAN LETTER ON -> 'o' */
1724de45d93fSNicolas Pitre	{ 0xDE, 0x70 }, /* GEORGIAN LETTER PAR -> 'p' */
1725de45d93fSNicolas Pitre	{ 0xE0, 0x72 }, /* GEORGIAN LETTER RAE -> 'r' */
1726de45d93fSNicolas Pitre	{ 0xE1, 0x73 }, /* GEORGIAN LETTER SAN -> 's' */
1727de45d93fSNicolas Pitre	{ 0xE2, 0x74 }, /* GEORGIAN LETTER TAR -> 't' */
1728de45d93fSNicolas Pitre	{ 0xE3, 0x75 }, /* GEORGIAN LETTER UN -> 'u' */
1729de45d93fSNicolas Pitre	{ 0xE7, 0x71 }, /* GEORGIAN LETTER QAR -> 'q' */
1730de45d93fSNicolas Pitre	{ 0xEC, 0x63 }, /* GEORGIAN LETTER CIL -> 'c' */
1731de45d93fSNicolas Pitre	{ 0xEE, 0x78 }, /* GEORGIAN LETTER XAN -> 'x' */
1732de45d93fSNicolas Pitre	{ 0xEF, 0x6A }, /* GEORGIAN LETTER JHAN -> 'j' */
1733de45d93fSNicolas Pitre	{ 0xF0, 0x68 }, /* GEORGIAN LETTER HAE -> 'h' */
1734de45d93fSNicolas Pitre	{ 0xF1, 0x65 }, /* GEORGIAN LETTER HE -> 'e' */
1735de45d93fSNicolas Pitre	{ 0xF2, 0x79 }, /* GEORGIAN LETTER HIE -> 'y' */
1736de45d93fSNicolas Pitre	{ 0xF3, 0x77 }, /* GEORGIAN LETTER WE -> 'w' */
1737de45d93fSNicolas Pitre	{ 0xF6, 0x66 }, /* GEORGIAN LETTER FI -> 'f' */
1738de45d93fSNicolas Pitre	/* Entries for page 0x11 */
1739de45d93fSNicolas Pitre	{ 0x00, 0x67 }, /* HANGUL CHOSEONG KIYEOK -> 'g' */
1740de45d93fSNicolas Pitre	{ 0x02, 0x6E }, /* HANGUL CHOSEONG NIEUN -> 'n' */
1741de45d93fSNicolas Pitre	{ 0x03, 0x64 }, /* HANGUL CHOSEONG TIKEUT -> 'd' */
1742de45d93fSNicolas Pitre	{ 0x05, 0x72 }, /* HANGUL CHOSEONG RIEUL -> 'r' */
1743de45d93fSNicolas Pitre	{ 0x06, 0x6D }, /* HANGUL CHOSEONG MIEUM -> 'm' */
1744de45d93fSNicolas Pitre	{ 0x07, 0x62 }, /* HANGUL CHOSEONG PIEUP -> 'b' */
1745de45d93fSNicolas Pitre	{ 0x09, 0x73 }, /* HANGUL CHOSEONG SIOS -> 's' */
1746de45d93fSNicolas Pitre	{ 0x0C, 0x6A }, /* HANGUL CHOSEONG CIEUC -> 'j' */
1747de45d93fSNicolas Pitre	{ 0x0E, 0x63 }, /* HANGUL CHOSEONG CHIEUCH -> 'c' */
1748de45d93fSNicolas Pitre	{ 0x0F, 0x6B }, /* HANGUL CHOSEONG KHIEUKH -> 'k' */
1749de45d93fSNicolas Pitre	{ 0x10, 0x74 }, /* HANGUL CHOSEONG THIEUTH -> 't' */
1750de45d93fSNicolas Pitre	{ 0x11, 0x70 }, /* HANGUL CHOSEONG PHIEUPH -> 'p' */
1751de45d93fSNicolas Pitre	{ 0x12, 0x68 }, /* HANGUL CHOSEONG HIEUH -> 'h' */
1752de45d93fSNicolas Pitre	{ 0x35, 0x73 }, /* HANGUL CHOSEONG SIOS-IEUNG -> 's' */
1753de45d93fSNicolas Pitre	{ 0x40, 0x5A }, /* HANGUL CHOSEONG PANSIOS -> 'Z' */
1754de45d93fSNicolas Pitre	{ 0x41, 0x67 }, /* HANGUL CHOSEONG IEUNG-KIYEOK -> 'g' */
1755de45d93fSNicolas Pitre	{ 0x42, 0x64 }, /* HANGUL CHOSEONG IEUNG-TIKEUT -> 'd' */
1756de45d93fSNicolas Pitre	{ 0x43, 0x6D }, /* HANGUL CHOSEONG IEUNG-MIEUM -> 'm' */
1757de45d93fSNicolas Pitre	{ 0x44, 0x62 }, /* HANGUL CHOSEONG IEUNG-PIEUP -> 'b' */
1758de45d93fSNicolas Pitre	{ 0x45, 0x73 }, /* HANGUL CHOSEONG IEUNG-SIOS -> 's' */
1759de45d93fSNicolas Pitre	{ 0x46, 0x5A }, /* HANGUL CHOSEONG IEUNG-PANSIOS -> 'Z' */
1760de45d93fSNicolas Pitre	{ 0x48, 0x6A }, /* HANGUL CHOSEONG IEUNG-CIEUC -> 'j' */
1761de45d93fSNicolas Pitre	{ 0x49, 0x63 }, /* HANGUL CHOSEONG IEUNG-CHIEUCH -> 'c' */
1762de45d93fSNicolas Pitre	{ 0x4A, 0x74 }, /* HANGUL CHOSEONG IEUNG-THIEUTH -> 't' */
1763de45d93fSNicolas Pitre	{ 0x4B, 0x70 }, /* HANGUL CHOSEONG IEUNG-PHIEUPH -> 'p' */
1764de45d93fSNicolas Pitre	{ 0x4C, 0x4E }, /* HANGUL CHOSEONG YESIEUNG -> 'N' */
1765de45d93fSNicolas Pitre	{ 0x4D, 0x6A }, /* HANGUL CHOSEONG CIEUC-IEUNG -> 'j' */
1766de45d93fSNicolas Pitre	{ 0x59, 0x51 }, /* HANGUL CHOSEONG YEORINHIEUH -> 'Q' */
1767de45d93fSNicolas Pitre	{ 0x61, 0x61 }, /* HANGUL JUNGSEONG A -> 'a' */
1768de45d93fSNicolas Pitre	{ 0x66, 0x65 }, /* HANGUL JUNGSEONG E -> 'e' */
1769de45d93fSNicolas Pitre	{ 0x69, 0x6F }, /* HANGUL JUNGSEONG O -> 'o' */
1770de45d93fSNicolas Pitre	{ 0x6E, 0x75 }, /* HANGUL JUNGSEONG U -> 'u' */
1771de45d93fSNicolas Pitre	{ 0x75, 0x69 }, /* HANGUL JUNGSEONG I -> 'i' */
1772de45d93fSNicolas Pitre	{ 0x9E, 0x55 }, /* HANGUL JUNGSEONG ARAEA -> 'U' */
1773de45d93fSNicolas Pitre	{ 0xA8, 0x67 }, /* HANGUL JONGSEONG KIYEOK -> 'g' */
1774de45d93fSNicolas Pitre	{ 0xAB, 0x6E }, /* HANGUL JONGSEONG NIEUN -> 'n' */
1775de45d93fSNicolas Pitre	{ 0xAE, 0x64 }, /* HANGUL JONGSEONG TIKEUT -> 'd' */
1776de45d93fSNicolas Pitre	{ 0xAF, 0x6C }, /* HANGUL JONGSEONG RIEUL -> 'l' */
1777de45d93fSNicolas Pitre	{ 0xB7, 0x6D }, /* HANGUL JONGSEONG MIEUM -> 'm' */
1778de45d93fSNicolas Pitre	{ 0xB8, 0x62 }, /* HANGUL JONGSEONG PIEUP -> 'b' */
1779de45d93fSNicolas Pitre	{ 0xBA, 0x73 }, /* HANGUL JONGSEONG SIOS -> 's' */
1780de45d93fSNicolas Pitre	{ 0xBD, 0x6A }, /* HANGUL JONGSEONG CIEUC -> 'j' */
1781de45d93fSNicolas Pitre	{ 0xBE, 0x63 }, /* HANGUL JONGSEONG CHIEUCH -> 'c' */
1782de45d93fSNicolas Pitre	{ 0xBF, 0x6B }, /* HANGUL JONGSEONG KHIEUKH -> 'k' */
1783de45d93fSNicolas Pitre	{ 0xC0, 0x74 }, /* HANGUL JONGSEONG THIEUTH -> 't' */
1784de45d93fSNicolas Pitre	{ 0xC1, 0x70 }, /* HANGUL JONGSEONG PHIEUPH -> 'p' */
1785de45d93fSNicolas Pitre	{ 0xC2, 0x68 }, /* HANGUL JONGSEONG HIEUH -> 'h' */
1786de45d93fSNicolas Pitre	{ 0xEB, 0x5A }, /* HANGUL JONGSEONG PANSIOS -> 'Z' */
1787de45d93fSNicolas Pitre	{ 0xEC, 0x67 }, /* HANGUL JONGSEONG IEUNG-KIYEOK -> 'g' */
1788de45d93fSNicolas Pitre	{ 0xF0, 0x4E }, /* HANGUL JONGSEONG YESIEUNG -> 'N' */
1789de45d93fSNicolas Pitre	{ 0xF9, 0x51 }, /* HANGUL JONGSEONG YEORINHIEUH -> 'Q' */
1790de45d93fSNicolas Pitre	/* Entries for page 0x13 */
1791de45d93fSNicolas Pitre	{ 0x61, 0x20 }, /* ETHIOPIC WORDSPACE -> ' ' */
1792de45d93fSNicolas Pitre	{ 0x62, 0x2E }, /* ETHIOPIC FULL STOP -> '.' */
1793de45d93fSNicolas Pitre	{ 0x63, 0x2C }, /* ETHIOPIC COMMA -> ',' */
1794de45d93fSNicolas Pitre	{ 0x64, 0x3B }, /* ETHIOPIC SEMICOLON -> ';' */
1795de45d93fSNicolas Pitre	{ 0x65, 0x3A }, /* ETHIOPIC COLON -> ':' */
1796de45d93fSNicolas Pitre	{ 0x67, 0x3F }, /* ETHIOPIC QUESTION MARK -> '?' */
1797de45d93fSNicolas Pitre	{ 0x69, 0x31 }, /* ETHIOPIC DIGIT ONE -> '1' */
1798de45d93fSNicolas Pitre	{ 0x6A, 0x32 }, /* ETHIOPIC DIGIT TWO -> '2' */
1799de45d93fSNicolas Pitre	{ 0x6B, 0x33 }, /* ETHIOPIC DIGIT THREE -> '3' */
1800de45d93fSNicolas Pitre	{ 0x6C, 0x34 }, /* ETHIOPIC DIGIT FOUR -> '4' */
1801de45d93fSNicolas Pitre	{ 0x6D, 0x35 }, /* ETHIOPIC DIGIT FIVE -> '5' */
1802de45d93fSNicolas Pitre	{ 0x6E, 0x36 }, /* ETHIOPIC DIGIT SIX -> '6' */
1803de45d93fSNicolas Pitre	{ 0x6F, 0x37 }, /* ETHIOPIC DIGIT SEVEN -> '7' */
1804de45d93fSNicolas Pitre	{ 0x70, 0x38 }, /* ETHIOPIC DIGIT EIGHT -> '8' */
1805de45d93fSNicolas Pitre	{ 0x71, 0x39 }, /* ETHIOPIC DIGIT NINE -> '9' */
1806de45d93fSNicolas Pitre	{ 0xA0, 0x61 }, /* CHEROKEE LETTER A -> 'a' */
1807de45d93fSNicolas Pitre	{ 0xA1, 0x65 }, /* CHEROKEE LETTER E -> 'e' */
1808de45d93fSNicolas Pitre	{ 0xA2, 0x69 }, /* CHEROKEE LETTER I -> 'i' */
1809de45d93fSNicolas Pitre	{ 0xA3, 0x6F }, /* CHEROKEE LETTER O -> 'o' */
1810de45d93fSNicolas Pitre	{ 0xA4, 0x75 }, /* CHEROKEE LETTER U -> 'u' */
1811de45d93fSNicolas Pitre	{ 0xA5, 0x76 }, /* CHEROKEE LETTER V -> 'v' */
1812de45d93fSNicolas Pitre	{ 0xCD, 0x73 }, /* CHEROKEE LETTER S -> 's' */
1813de45d93fSNicolas Pitre	/* Entries for page 0x14 */
1814de45d93fSNicolas Pitre	{ 0x01, 0x65 }, /* CANADIAN SYLLABICS E -> 'e' */
1815de45d93fSNicolas Pitre	{ 0x03, 0x69 }, /* CANADIAN SYLLABICS I -> 'i' */
1816de45d93fSNicolas Pitre	{ 0x05, 0x6F }, /* CANADIAN SYLLABICS O -> 'o' */
1817de45d93fSNicolas Pitre	{ 0x09, 0x69 }, /* CANADIAN SYLLABICS CARRIER I -> 'i' */
1818de45d93fSNicolas Pitre	{ 0x0A, 0x61 }, /* CANADIAN SYLLABICS A -> 'a' */
1819de45d93fSNicolas Pitre	{ 0x1D, 0x77 }, /* CANADIAN SYLLABICS Y-CREE W -> 'w' */
1820de45d93fSNicolas Pitre	{ 0x1E, 0x27 }, /* CANADIAN SYLLABICS GLOTTAL STOP -> ''' */
1821de45d93fSNicolas Pitre	{ 0x1F, 0x74 }, /* CANADIAN SYLLABICS FINAL ACUTE -> 't' */
1822de45d93fSNicolas Pitre	{ 0x20, 0x6B }, /* CANADIAN SYLLABICS FINAL GRAVE -> 'k' */
1823de45d93fSNicolas Pitre	{ 0x22, 0x73 }, /* CANADIAN SYLLABICS FINAL TOP HALF RING -> 's' */
1824de45d93fSNicolas Pitre	{ 0x23, 0x6E }, /* CANADIAN SYLLABICS FINAL RIGHT HALF RING -> 'n' */
1825de45d93fSNicolas Pitre	{ 0x24, 0x77 }, /* CANADIAN SYLLABICS FINAL RING -> 'w' */
1826de45d93fSNicolas Pitre	{ 0x25, 0x6E }, /* CANADIAN SYLLABICS FINAL DOUBLE ACUTE -> 'n' */
1827de45d93fSNicolas Pitre	{ 0x27, 0x77 }, /* CANADIAN SYLLABICS FINAL MIDDLE DOT -> 'w' */
1828de45d93fSNicolas Pitre	{ 0x28, 0x63 }, /* CANADIAN SYLLABICS FINAL SHORT HORIZONTAL STROKE -> 'c' */
1829de45d93fSNicolas Pitre	{ 0x29, 0x3F }, /* CANADIAN SYLLABICS FINAL PLUS -> '?' */
1830de45d93fSNicolas Pitre	{ 0x2A, 0x6C }, /* CANADIAN SYLLABICS FINAL DOWN TACK -> 'l' */
1831de45d93fSNicolas Pitre	{ 0x49, 0x70 }, /* CANADIAN SYLLABICS P -> 'p' */
1832de45d93fSNicolas Pitre	{ 0x4A, 0x70 }, /* CANADIAN SYLLABICS WEST-CREE P -> 'p' */
1833de45d93fSNicolas Pitre	{ 0x4B, 0x68 }, /* CANADIAN SYLLABICS CARRIER H -> 'h' */
1834de45d93fSNicolas Pitre	{ 0x66, 0x74 }, /* CANADIAN SYLLABICS T -> 't' */
1835de45d93fSNicolas Pitre	{ 0x83, 0x6B }, /* CANADIAN SYLLABICS K -> 'k' */
1836de45d93fSNicolas Pitre	{ 0xA1, 0x63 }, /* CANADIAN SYLLABICS C -> 'c' */
1837de45d93fSNicolas Pitre	{ 0xBB, 0x6D }, /* CANADIAN SYLLABICS M -> 'm' */
1838de45d93fSNicolas Pitre	{ 0xBC, 0x6D }, /* CANADIAN SYLLABICS WEST-CREE M -> 'm' */
1839de45d93fSNicolas Pitre	{ 0xBE, 0x6D }, /* CANADIAN SYLLABICS ATHAPASCAN M -> 'm' */
1840de45d93fSNicolas Pitre	{ 0xBF, 0x6D }, /* CANADIAN SYLLABICS SAYISI M -> 'm' */
1841de45d93fSNicolas Pitre	{ 0xD0, 0x6E }, /* CANADIAN SYLLABICS N -> 'n' */
1842de45d93fSNicolas Pitre	{ 0xEA, 0x00 }, /* CANADIAN SYLLABICS L -> ... */
1843de45d93fSNicolas Pitre	{ 0xEC, 0x6C }, /* CANADIAN SYLLABICS MEDIAL L -> 'l' */
1844de45d93fSNicolas Pitre	/* Entries for page 0x15 */
1845de45d93fSNicolas Pitre	{ 0x05, 0x73 }, /* CANADIAN SYLLABICS S -> 's' */
1846de45d93fSNicolas Pitre	{ 0x06, 0x73 }, /* CANADIAN SYLLABICS ATHAPASCAN S -> 's' */
1847de45d93fSNicolas Pitre	{ 0x08, 0x73 }, /* CANADIAN SYLLABICS BLACKFOOT S -> 's' */
1848de45d93fSNicolas Pitre	{ 0x3E, 0x00 }, /* CANADIAN SYLLABICS Y -> ... */
1849de45d93fSNicolas Pitre	{ 0x40, 0x79 }, /* CANADIAN SYLLABICS WEST-CREE Y -> 'y' */
1850de45d93fSNicolas Pitre	{ 0x50, 0x00 }, /* CANADIAN SYLLABICS R -> ... */
1851de45d93fSNicolas Pitre	{ 0x52, 0x72 }, /* CANADIAN SYLLABICS MEDIAL R -> 'r' */
1852de45d93fSNicolas Pitre	{ 0x5D, 0x66 }, /* CANADIAN SYLLABICS F -> 'f' */
1853de45d93fSNicolas Pitre	{ 0x7B, 0x68 }, /* CANADIAN SYLLABICS NUNAVIK H -> 'h' */
1854de45d93fSNicolas Pitre	{ 0x7C, 0x68 }, /* CANADIAN SYLLABICS NUNAVUT H -> 'h' */
1855de45d93fSNicolas Pitre	{ 0x85, 0x71 }, /* CANADIAN SYLLABICS Q -> 'q' */
1856de45d93fSNicolas Pitre	{ 0xAF, 0x62 }, /* CANADIAN SYLLABICS AIVILIK B -> 'b' */
1857de45d93fSNicolas Pitre	{ 0xB0, 0x65 }, /* CANADIAN SYLLABICS BLACKFOOT E -> 'e' */
1858de45d93fSNicolas Pitre	{ 0xB1, 0x69 }, /* CANADIAN SYLLABICS BLACKFOOT I -> 'i' */
1859de45d93fSNicolas Pitre	{ 0xB2, 0x6F }, /* CANADIAN SYLLABICS BLACKFOOT O -> 'o' */
1860de45d93fSNicolas Pitre	{ 0xB3, 0x61 }, /* CANADIAN SYLLABICS BLACKFOOT A -> 'a' */
1861de45d93fSNicolas Pitre	{ 0xEE, 0x70 }, /* CANADIAN SYLLABICS CARRIER P -> 'p' */
1862de45d93fSNicolas Pitre	/* Entries for page 0x16 */
1863de45d93fSNicolas Pitre	{ 0x46, 0x7A }, /* CANADIAN SYLLABICS CARRIER Z -> 'z' */
1864de45d93fSNicolas Pitre	{ 0x47, 0x7A }, /* CANADIAN SYLLABICS CARRIER INITIAL Z -> 'z' */
1865de45d93fSNicolas Pitre	{ 0x6D, 0x58 }, /* CANADIAN SYLLABICS CHI SIGN -> 'X' */
1866de45d93fSNicolas Pitre	{ 0x6E, 0x2E }, /* CANADIAN SYLLABICS FULL STOP -> '.' */
1867de45d93fSNicolas Pitre	{ 0x80, 0x20 }, /* OGHAM SPACE MARK -> ' ' */
1868de45d93fSNicolas Pitre	{ 0x81, 0x62 }, /* OGHAM LETTER BEITH -> 'b' */
1869de45d93fSNicolas Pitre	{ 0x82, 0x6C }, /* OGHAM LETTER LUIS -> 'l' */
1870de45d93fSNicolas Pitre	{ 0x83, 0x66 }, /* OGHAM LETTER FEARN -> 'f' */
1871de45d93fSNicolas Pitre	{ 0x84, 0x73 }, /* OGHAM LETTER SAIL -> 's' */
1872de45d93fSNicolas Pitre	{ 0x85, 0x6E }, /* OGHAM LETTER NION -> 'n' */
1873de45d93fSNicolas Pitre	{ 0x86, 0x68 }, /* OGHAM LETTER UATH -> 'h' */
1874de45d93fSNicolas Pitre	{ 0x87, 0x64 }, /* OGHAM LETTER DAIR -> 'd' */
1875de45d93fSNicolas Pitre	{ 0x88, 0x74 }, /* OGHAM LETTER TINNE -> 't' */
1876de45d93fSNicolas Pitre	{ 0x89, 0x63 }, /* OGHAM LETTER COLL -> 'c' */
1877de45d93fSNicolas Pitre	{ 0x8A, 0x71 }, /* OGHAM LETTER CEIRT -> 'q' */
1878de45d93fSNicolas Pitre	{ 0x8B, 0x6D }, /* OGHAM LETTER MUIN -> 'm' */
1879de45d93fSNicolas Pitre	{ 0x8C, 0x67 }, /* OGHAM LETTER GORT -> 'g' */
1880de45d93fSNicolas Pitre	{ 0x8E, 0x7A }, /* OGHAM LETTER STRAIF -> 'z' */
1881de45d93fSNicolas Pitre	{ 0x8F, 0x72 }, /* OGHAM LETTER RUIS -> 'r' */
1882de45d93fSNicolas Pitre	{ 0x90, 0x61 }, /* OGHAM LETTER AILM -> 'a' */
1883de45d93fSNicolas Pitre	{ 0x91, 0x6F }, /* OGHAM LETTER ONN -> 'o' */
1884de45d93fSNicolas Pitre	{ 0x92, 0x75 }, /* OGHAM LETTER UR -> 'u' */
1885de45d93fSNicolas Pitre	{ 0x93, 0x65 }, /* OGHAM LETTER EADHADH -> 'e' */
1886de45d93fSNicolas Pitre	{ 0x94, 0x69 }, /* OGHAM LETTER IODHADH -> 'i' */
1887de45d93fSNicolas Pitre	{ 0x98, 0x70 }, /* OGHAM LETTER IFIN -> 'p' */
1888de45d93fSNicolas Pitre	{ 0x99, 0x78 }, /* OGHAM LETTER EAMHANCHOLL -> 'x' */
1889de45d93fSNicolas Pitre	{ 0x9A, 0x70 }, /* OGHAM LETTER PEITH -> 'p' */
1890de45d93fSNicolas Pitre	{ 0x9B, 0x3C }, /* OGHAM FEATHER MARK -> '<' */
1891de45d93fSNicolas Pitre	{ 0x9C, 0x3E }, /* OGHAM REVERSED FEATHER MARK -> '>' */
1892de45d93fSNicolas Pitre	{ 0xA0, 0x66 }, /* RUNIC LETTER FEHU FEOH FE F -> 'f' */
1893de45d93fSNicolas Pitre	{ 0xA1, 0x76 }, /* RUNIC LETTER V -> 'v' */
1894de45d93fSNicolas Pitre	{ 0xA2, 0x75 }, /* RUNIC LETTER URUZ UR U -> 'u' */
1895de45d93fSNicolas Pitre	{ 0xA4, 0x79 }, /* RUNIC LETTER Y -> 'y' */
1896de45d93fSNicolas Pitre	{ 0xA5, 0x77 }, /* RUNIC LETTER W -> 'w' */
1897de45d93fSNicolas Pitre	{ 0xA8, 0x61 }, /* RUNIC LETTER ANSUZ A -> 'a' */
1898de45d93fSNicolas Pitre	{ 0xA9, 0x6F }, /* RUNIC LETTER OS O -> 'o' */
1899de45d93fSNicolas Pitre	{ 0xAC, 0x00 }, /* RUNIC LETTER LONG-BRANCH-OSS O -> ... */
1900de45d93fSNicolas Pitre	{ 0xAE, 0x6F }, /* RUNIC LETTER O -> 'o' */
1901de45d93fSNicolas Pitre	{ 0xB1, 0x72 }, /* RUNIC LETTER RAIDO RAD REID R -> 'r' */
1902de45d93fSNicolas Pitre	{ 0xB2, 0x6B }, /* RUNIC LETTER KAUNA -> 'k' */
1903de45d93fSNicolas Pitre	{ 0xB3, 0x63 }, /* RUNIC LETTER CEN -> 'c' */
1904de45d93fSNicolas Pitre	{ 0xB4, 0x6B }, /* RUNIC LETTER KAUN K -> 'k' */
1905de45d93fSNicolas Pitre	{ 0xB5, 0x67 }, /* RUNIC LETTER G -> 'g' */
1906de45d93fSNicolas Pitre	{ 0xB7, 0x67 }, /* RUNIC LETTER GEBO GYFU G -> 'g' */
1907de45d93fSNicolas Pitre	{ 0xB8, 0x67 }, /* RUNIC LETTER GAR -> 'g' */
1908de45d93fSNicolas Pitre	{ 0xB9, 0x77 }, /* RUNIC LETTER WUNJO WYNN W -> 'w' */
1909de45d93fSNicolas Pitre	{ 0xBA, 0x00 }, /* RUNIC LETTER HAGLAZ H -> ... */
1910de45d93fSNicolas Pitre	{ 0xBD, 0x68 }, /* RUNIC LETTER SHORT-TWIG-HAGALL H -> 'h' */
1911de45d93fSNicolas Pitre	{ 0xBE, 0x00 }, /* RUNIC LETTER NAUDIZ NYD NAUD N -> ... */
1912de45d93fSNicolas Pitre	{ 0xC0, 0x6E }, /* RUNIC LETTER DOTTED-N -> 'n' */
1913de45d93fSNicolas Pitre	{ 0xC1, 0x69 }, /* RUNIC LETTER ISAZ IS ISS I -> 'i' */
1914de45d93fSNicolas Pitre	{ 0xC2, 0x65 }, /* RUNIC LETTER E -> 'e' */
1915de45d93fSNicolas Pitre	{ 0xC3, 0x6A }, /* RUNIC LETTER JERAN J -> 'j' */
1916de45d93fSNicolas Pitre	{ 0xC4, 0x67 }, /* RUNIC LETTER GER -> 'g' */
1917de45d93fSNicolas Pitre	{ 0xC6, 0x61 }, /* RUNIC LETTER SHORT-TWIG-AR A -> 'a' */
1918de45d93fSNicolas Pitre	{ 0xC8, 0x70 }, /* RUNIC LETTER PERTHO PEORTH P -> 'p' */
1919de45d93fSNicolas Pitre	{ 0xC9, 0x7A }, /* RUNIC LETTER ALGIZ EOLHX -> 'z' */
1920de45d93fSNicolas Pitre	{ 0xCA, 0x00 }, /* RUNIC LETTER SOWILO S -> ... */
1921de45d93fSNicolas Pitre	{ 0xCC, 0x73 }, /* RUNIC LETTER SHORT-TWIG-SOL S -> 's' */
1922de45d93fSNicolas Pitre	{ 0xCD, 0x63 }, /* RUNIC LETTER C -> 'c' */
1923de45d93fSNicolas Pitre	{ 0xCE, 0x7A }, /* RUNIC LETTER Z -> 'z' */
1924de45d93fSNicolas Pitre	{ 0xCF, 0x74 }, /* RUNIC LETTER TIWAZ TIR TYR T -> 't' */
1925de45d93fSNicolas Pitre	{ 0xD0, 0x74 }, /* RUNIC LETTER SHORT-TWIG-TYR T -> 't' */
1926de45d93fSNicolas Pitre	{ 0xD1, 0x64 }, /* RUNIC LETTER D -> 'd' */
1927de45d93fSNicolas Pitre	{ 0xD2, 0x62 }, /* RUNIC LETTER BERKANAN BEORC BJARKAN B -> 'b' */
1928de45d93fSNicolas Pitre	{ 0xD3, 0x62 }, /* RUNIC LETTER SHORT-TWIG-BJARKAN B -> 'b' */
1929de45d93fSNicolas Pitre	{ 0xD4, 0x70 }, /* RUNIC LETTER DOTTED-P -> 'p' */
1930de45d93fSNicolas Pitre	{ 0xD5, 0x70 }, /* RUNIC LETTER OPEN-P -> 'p' */
1931de45d93fSNicolas Pitre	{ 0xD6, 0x65 }, /* RUNIC LETTER EHWAZ EH E -> 'e' */
1932de45d93fSNicolas Pitre	{ 0xD7, 0x00 }, /* RUNIC LETTER MANNAZ MAN M -> ... */
1933de45d93fSNicolas Pitre	{ 0xD9, 0x6D }, /* RUNIC LETTER SHORT-TWIG-MADR M -> 'm' */
1934de45d93fSNicolas Pitre	{ 0xDA, 0x6C }, /* RUNIC LETTER LAUKAZ LAGU LOGR L -> 'l' */
1935de45d93fSNicolas Pitre	{ 0xDB, 0x6C }, /* RUNIC LETTER DOTTED-L -> 'l' */
1936de45d93fSNicolas Pitre	{ 0xDE, 0x64 }, /* RUNIC LETTER DAGAZ DAEG D -> 'd' */
1937de45d93fSNicolas Pitre	{ 0xDF, 0x6F }, /* RUNIC LETTER OTHALAN ETHEL O -> 'o' */
1938de45d93fSNicolas Pitre	{ 0xE5, 0x73 }, /* RUNIC LETTER STAN -> 's' */
1939de45d93fSNicolas Pitre	{ 0xE9, 0x71 }, /* RUNIC LETTER Q -> 'q' */
1940de45d93fSNicolas Pitre	{ 0xEA, 0x78 }, /* RUNIC LETTER X -> 'x' */
1941de45d93fSNicolas Pitre	{ 0xEB, 0x2E }, /* RUNIC SINGLE PUNCTUATION -> '.' */
1942de45d93fSNicolas Pitre	{ 0xEC, 0x3A }, /* RUNIC MULTIPLE PUNCTUATION -> ':' */
1943de45d93fSNicolas Pitre	{ 0xED, 0x2B }, /* RUNIC CROSS PUNCTUATION -> '+' */
1944de45d93fSNicolas Pitre	/* Entries for page 0x17 */
1945de45d93fSNicolas Pitre	{ 0x80, 0x6B }, /* KHMER LETTER KA -> 'k' */
1946de45d93fSNicolas Pitre	{ 0x82, 0x67 }, /* KHMER LETTER KO -> 'g' */
1947de45d93fSNicolas Pitre	{ 0x85, 0x63 }, /* KHMER LETTER CA -> 'c' */
1948de45d93fSNicolas Pitre	{ 0x87, 0x6A }, /* KHMER LETTER CO -> 'j' */
1949de45d93fSNicolas Pitre	{ 0x8A, 0x74 }, /* KHMER LETTER DA -> 't' */
1950de45d93fSNicolas Pitre	{ 0x8C, 0x64 }, /* KHMER LETTER DO -> 'd' */
1951de45d93fSNicolas Pitre	{ 0x8F, 0x74 }, /* KHMER LETTER TA -> 't' */
1952de45d93fSNicolas Pitre	{ 0x91, 0x64 }, /* KHMER LETTER TO -> 'd' */
1953de45d93fSNicolas Pitre	{ 0x93, 0x6E }, /* KHMER LETTER NO -> 'n' */
1954de45d93fSNicolas Pitre	{ 0x94, 0x70 }, /* KHMER LETTER BA -> 'p' */
1955de45d93fSNicolas Pitre	{ 0x96, 0x62 }, /* KHMER LETTER PO -> 'b' */
1956de45d93fSNicolas Pitre	{ 0x98, 0x6D }, /* KHMER LETTER MO -> 'm' */
1957de45d93fSNicolas Pitre	{ 0x99, 0x79 }, /* KHMER LETTER YO -> 'y' */
1958de45d93fSNicolas Pitre	{ 0x9A, 0x72 }, /* KHMER LETTER RO -> 'r' */
1959de45d93fSNicolas Pitre	{ 0x9B, 0x6C }, /* KHMER LETTER LO -> 'l' */
1960de45d93fSNicolas Pitre	{ 0x9C, 0x76 }, /* KHMER LETTER VO -> 'v' */
1961de45d93fSNicolas Pitre	{ 0x9F, 0x73 }, /* KHMER LETTER SA -> 's' */
1962de45d93fSNicolas Pitre	{ 0xA0, 0x68 }, /* KHMER LETTER HA -> 'h' */
1963de45d93fSNicolas Pitre	{ 0xA1, 0x6C }, /* KHMER LETTER LA -> 'l' */
1964de45d93fSNicolas Pitre	{ 0xA2, 0x71 }, /* KHMER LETTER QA -> 'q' */
1965de45d93fSNicolas Pitre	{ 0xA3, 0x61 }, /* KHMER INDEPENDENT VOWEL QAQ -> 'a' */
1966de45d93fSNicolas Pitre	{ 0xA5, 0x69 }, /* KHMER INDEPENDENT VOWEL QI -> 'i' */
1967de45d93fSNicolas Pitre	{ 0xA7, 0x75 }, /* KHMER INDEPENDENT VOWEL QU -> 'u' */
1968de45d93fSNicolas Pitre	{ 0xAF, 0x65 }, /* KHMER INDEPENDENT VOWEL QE -> 'e' */
1969de45d93fSNicolas Pitre	{ 0xB4, 0x61 }, /* KHMER VOWEL INHERENT AQ -> 'a' */
1970de45d93fSNicolas Pitre	{ 0xB7, 0x69 }, /* KHMER VOWEL SIGN I -> 'i' */
1971de45d93fSNicolas Pitre	{ 0xB9, 0x79 }, /* KHMER VOWEL SIGN Y -> 'y' */
1972de45d93fSNicolas Pitre	{ 0xBB, 0x75 }, /* KHMER VOWEL SIGN U -> 'u' */
1973de45d93fSNicolas Pitre	{ 0xC1, 0x65 }, /* KHMER VOWEL SIGN E -> 'e' */
1974de45d93fSNicolas Pitre	{ 0xC6, 0x4D }, /* KHMER SIGN NIKAHIT -> 'M' */
1975de45d93fSNicolas Pitre	{ 0xC7, 0x48 }, /* KHMER SIGN REAHMUK -> 'H' */
1976de45d93fSNicolas Pitre	{ 0xCC, 0x72 }, /* KHMER SIGN ROBAT -> 'r' */
1977de45d93fSNicolas Pitre	{ 0xCE, 0x21 }, /* KHMER SIGN KAKABAT -> '!' */
1978de45d93fSNicolas Pitre	{ 0xD4, 0x2E }, /* KHMER SIGN KHAN -> '.' */
1979de45d93fSNicolas Pitre	{ 0xD6, 0x3A }, /* KHMER SIGN CAMNUC PII KUUH -> ':' */
1980de45d93fSNicolas Pitre	{ 0xD7, 0x2B }, /* KHMER SIGN LEK TOO -> '+' */
1981de45d93fSNicolas Pitre	{ 0xDC, 0x27 }, /* KHMER SIGN AVAKRAHASANYA -> ''' */
1982de45d93fSNicolas Pitre	{ 0xE0, 0x30 }, /* KHMER DIGIT ZERO -> '0' */
1983de45d93fSNicolas Pitre	{ 0xE1, 0x31 }, /* KHMER DIGIT ONE -> '1' */
1984de45d93fSNicolas Pitre	{ 0xE2, 0x32 }, /* KHMER DIGIT TWO -> '2' */
1985de45d93fSNicolas Pitre	{ 0xE3, 0x33 }, /* KHMER DIGIT THREE -> '3' */
1986de45d93fSNicolas Pitre	{ 0xE4, 0x34 }, /* KHMER DIGIT FOUR -> '4' */
1987de45d93fSNicolas Pitre	{ 0xE5, 0x35 }, /* KHMER DIGIT FIVE -> '5' */
1988de45d93fSNicolas Pitre	{ 0xE6, 0x36 }, /* KHMER DIGIT SIX -> '6' */
1989de45d93fSNicolas Pitre	{ 0xE7, 0x37 }, /* KHMER DIGIT SEVEN -> '7' */
1990de45d93fSNicolas Pitre	{ 0xE8, 0x38 }, /* KHMER DIGIT EIGHT -> '8' */
1991de45d93fSNicolas Pitre	{ 0xE9, 0x39 }, /* KHMER DIGIT NINE -> '9' */
1992de45d93fSNicolas Pitre	/* Entries for page 0x18 */
1993de45d93fSNicolas Pitre	{ 0x07, 0x2D }, /* MONGOLIAN SIBE SYLLABLE BOUNDARY MARKER -> '-' */
1994de45d93fSNicolas Pitre	{ 0x10, 0x30 }, /* MONGOLIAN DIGIT ZERO -> '0' */
1995de45d93fSNicolas Pitre	{ 0x11, 0x31 }, /* MONGOLIAN DIGIT ONE -> '1' */
1996de45d93fSNicolas Pitre	{ 0x12, 0x32 }, /* MONGOLIAN DIGIT TWO -> '2' */
1997de45d93fSNicolas Pitre	{ 0x13, 0x33 }, /* MONGOLIAN DIGIT THREE -> '3' */
1998de45d93fSNicolas Pitre	{ 0x14, 0x34 }, /* MONGOLIAN DIGIT FOUR -> '4' */
1999de45d93fSNicolas Pitre	{ 0x15, 0x35 }, /* MONGOLIAN DIGIT FIVE -> '5' */
2000de45d93fSNicolas Pitre	{ 0x16, 0x36 }, /* MONGOLIAN DIGIT SIX -> '6' */
2001de45d93fSNicolas Pitre	{ 0x17, 0x37 }, /* MONGOLIAN DIGIT SEVEN -> '7' */
2002de45d93fSNicolas Pitre	{ 0x18, 0x38 }, /* MONGOLIAN DIGIT EIGHT -> '8' */
2003de45d93fSNicolas Pitre	{ 0x19, 0x39 }, /* MONGOLIAN DIGIT NINE -> '9' */
2004de45d93fSNicolas Pitre	{ 0x20, 0x61 }, /* MONGOLIAN LETTER A -> 'a' */
2005de45d93fSNicolas Pitre	{ 0x21, 0x65 }, /* MONGOLIAN LETTER E -> 'e' */
2006de45d93fSNicolas Pitre	{ 0x22, 0x69 }, /* MONGOLIAN LETTER I -> 'i' */
2007de45d93fSNicolas Pitre	{ 0x23, 0x6F }, /* MONGOLIAN LETTER O -> 'o' */
2008de45d93fSNicolas Pitre	{ 0x24, 0x75 }, /* MONGOLIAN LETTER U -> 'u' */
2009de45d93fSNicolas Pitre	{ 0x25, 0x4F }, /* MONGOLIAN LETTER OE -> 'O' */
2010de45d93fSNicolas Pitre	{ 0x26, 0x55 }, /* MONGOLIAN LETTER UE -> 'U' */
2011de45d93fSNicolas Pitre	{ 0x28, 0x6E }, /* MONGOLIAN LETTER NA -> 'n' */
2012de45d93fSNicolas Pitre	{ 0x2A, 0x62 }, /* MONGOLIAN LETTER BA -> 'b' */
2013de45d93fSNicolas Pitre	{ 0x2B, 0x70 }, /* MONGOLIAN LETTER PA -> 'p' */
2014de45d93fSNicolas Pitre	{ 0x2C, 0x71 }, /* MONGOLIAN LETTER QA -> 'q' */
2015de45d93fSNicolas Pitre	{ 0x2D, 0x67 }, /* MONGOLIAN LETTER GA -> 'g' */
2016de45d93fSNicolas Pitre	{ 0x2E, 0x6D }, /* MONGOLIAN LETTER MA -> 'm' */
2017de45d93fSNicolas Pitre	{ 0x2F, 0x6C }, /* MONGOLIAN LETTER LA -> 'l' */
2018de45d93fSNicolas Pitre	{ 0x30, 0x73 }, /* MONGOLIAN LETTER SA -> 's' */
2019de45d93fSNicolas Pitre	{ 0x32, 0x74 }, /* MONGOLIAN LETTER TA -> 't' */
2020de45d93fSNicolas Pitre	{ 0x33, 0x64 }, /* MONGOLIAN LETTER DA -> 'd' */
2021de45d93fSNicolas Pitre	{ 0x35, 0x6A }, /* MONGOLIAN LETTER JA -> 'j' */
2022de45d93fSNicolas Pitre	{ 0x36, 0x79 }, /* MONGOLIAN LETTER YA -> 'y' */
2023de45d93fSNicolas Pitre	{ 0x37, 0x72 }, /* MONGOLIAN LETTER RA -> 'r' */
2024de45d93fSNicolas Pitre	{ 0x38, 0x77 }, /* MONGOLIAN LETTER WA -> 'w' */
2025de45d93fSNicolas Pitre	{ 0x39, 0x66 }, /* MONGOLIAN LETTER FA -> 'f' */
2026de45d93fSNicolas Pitre	{ 0x3A, 0x6B }, /* MONGOLIAN LETTER KA -> 'k' */
2027de45d93fSNicolas Pitre	{ 0x3D, 0x7A }, /* MONGOLIAN LETTER ZA -> 'z' */
2028de45d93fSNicolas Pitre	{ 0x3E, 0x68 }, /* MONGOLIAN LETTER HAA -> 'h' */
2029de45d93fSNicolas Pitre	{ 0x43, 0x2D }, /* MONGOLIAN LETTER TODO LONG VOWEL SIGN -> '-' */
2030de45d93fSNicolas Pitre	{ 0x44, 0x65 }, /* MONGOLIAN LETTER TODO E -> 'e' */
2031de45d93fSNicolas Pitre	{ 0x45, 0x69 }, /* MONGOLIAN LETTER TODO I -> 'i' */
2032de45d93fSNicolas Pitre	{ 0x46, 0x6F }, /* MONGOLIAN LETTER TODO O -> 'o' */
2033de45d93fSNicolas Pitre	{ 0x47, 0x75 }, /* MONGOLIAN LETTER TODO U -> 'u' */
2034de45d93fSNicolas Pitre	{ 0x48, 0x4F }, /* MONGOLIAN LETTER TODO OE -> 'O' */
2035de45d93fSNicolas Pitre	{ 0x49, 0x55 }, /* MONGOLIAN LETTER TODO UE -> 'U' */
2036de45d93fSNicolas Pitre	{ 0x4B, 0x62 }, /* MONGOLIAN LETTER TODO BA -> 'b' */
2037de45d93fSNicolas Pitre	{ 0x4C, 0x70 }, /* MONGOLIAN LETTER TODO PA -> 'p' */
2038de45d93fSNicolas Pitre	{ 0x4D, 0x71 }, /* MONGOLIAN LETTER TODO QA -> 'q' */
2039de45d93fSNicolas Pitre	{ 0x4E, 0x67 }, /* MONGOLIAN LETTER TODO GA -> 'g' */
2040de45d93fSNicolas Pitre	{ 0x4F, 0x6D }, /* MONGOLIAN LETTER TODO MA -> 'm' */
2041de45d93fSNicolas Pitre	{ 0x50, 0x74 }, /* MONGOLIAN LETTER TODO TA -> 't' */
2042de45d93fSNicolas Pitre	{ 0x51, 0x64 }, /* MONGOLIAN LETTER TODO DA -> 'd' */
2043de45d93fSNicolas Pitre	{ 0x53, 0x6A }, /* MONGOLIAN LETTER TODO JA -> 'j' */
2044de45d93fSNicolas Pitre	{ 0x55, 0x79 }, /* MONGOLIAN LETTER TODO YA -> 'y' */
2045de45d93fSNicolas Pitre	{ 0x56, 0x77 }, /* MONGOLIAN LETTER TODO WA -> 'w' */
2046de45d93fSNicolas Pitre	{ 0x57, 0x6B }, /* MONGOLIAN LETTER TODO KA -> 'k' */
2047de45d93fSNicolas Pitre	{ 0x58, 0x67 }, /* MONGOLIAN LETTER TODO GAA -> 'g' */
2048de45d93fSNicolas Pitre	{ 0x59, 0x68 }, /* MONGOLIAN LETTER TODO HAA -> 'h' */
2049de45d93fSNicolas Pitre	{ 0x5D, 0x65 }, /* MONGOLIAN LETTER SIBE E -> 'e' */
2050de45d93fSNicolas Pitre	{ 0x5E, 0x69 }, /* MONGOLIAN LETTER SIBE I -> 'i' */
2051de45d93fSNicolas Pitre	{ 0x60, 0x55 }, /* MONGOLIAN LETTER SIBE UE -> 'U' */
2052de45d93fSNicolas Pitre	{ 0x61, 0x75 }, /* MONGOLIAN LETTER SIBE U -> 'u' */
2053de45d93fSNicolas Pitre	{ 0x63, 0x6B }, /* MONGOLIAN LETTER SIBE KA -> 'k' */
2054de45d93fSNicolas Pitre	{ 0x64, 0x67 }, /* MONGOLIAN LETTER SIBE GA -> 'g' */
2055de45d93fSNicolas Pitre	{ 0x65, 0x68 }, /* MONGOLIAN LETTER SIBE HA -> 'h' */
2056de45d93fSNicolas Pitre	{ 0x66, 0x70 }, /* MONGOLIAN LETTER SIBE PA -> 'p' */
2057de45d93fSNicolas Pitre	{ 0x68, 0x74 }, /* MONGOLIAN LETTER SIBE TA -> 't' */
2058de45d93fSNicolas Pitre	{ 0x69, 0x64 }, /* MONGOLIAN LETTER SIBE DA -> 'd' */
2059de45d93fSNicolas Pitre	{ 0x6A, 0x6A }, /* MONGOLIAN LETTER SIBE JA -> 'j' */
2060de45d93fSNicolas Pitre	{ 0x6B, 0x66 }, /* MONGOLIAN LETTER SIBE FA -> 'f' */
2061de45d93fSNicolas Pitre	{ 0x6C, 0x67 }, /* MONGOLIAN LETTER SIBE GAA -> 'g' */
2062de45d93fSNicolas Pitre	{ 0x6D, 0x68 }, /* MONGOLIAN LETTER SIBE HAA -> 'h' */
2063de45d93fSNicolas Pitre	{ 0x6F, 0x7A }, /* MONGOLIAN LETTER SIBE ZA -> 'z' */
2064de45d93fSNicolas Pitre	{ 0x70, 0x72 }, /* MONGOLIAN LETTER SIBE RAA -> 'r' */
2065de45d93fSNicolas Pitre	{ 0x73, 0x69 }, /* MONGOLIAN LETTER MANCHU I -> 'i' */
2066de45d93fSNicolas Pitre	{ 0x74, 0x6B }, /* MONGOLIAN LETTER MANCHU KA -> 'k' */
2067de45d93fSNicolas Pitre	{ 0x75, 0x72 }, /* MONGOLIAN LETTER MANCHU RA -> 'r' */
2068de45d93fSNicolas Pitre	{ 0x76, 0x66 }, /* MONGOLIAN LETTER MANCHU FA -> 'f' */
2069de45d93fSNicolas Pitre	{ 0x81, 0x48 }, /* MONGOLIAN LETTER ALI GALI VISARGA ONE -> 'H' */
2070de45d93fSNicolas Pitre	{ 0x82, 0x58 }, /* MONGOLIAN LETTER ALI GALI DAMARU -> 'X' */
2071de45d93fSNicolas Pitre	{ 0x83, 0x57 }, /* MONGOLIAN LETTER ALI GALI UBADAMA -> 'W' */
2072de45d93fSNicolas Pitre	{ 0x84, 0x4D }, /* MONGOLIAN LETTER ALI GALI INVERTED UBADAMA -> 'M' */
2073de45d93fSNicolas Pitre	{ 0x87, 0x61 }, /* MONGOLIAN LETTER ALI GALI A -> 'a' */
2074de45d93fSNicolas Pitre	{ 0x88, 0x69 }, /* MONGOLIAN LETTER ALI GALI I -> 'i' */
2075de45d93fSNicolas Pitre	{ 0x89, 0x6B }, /* MONGOLIAN LETTER ALI GALI KA -> 'k' */
2076de45d93fSNicolas Pitre	{ 0x8B, 0x63 }, /* MONGOLIAN LETTER ALI GALI CA -> 'c' */
2077de45d93fSNicolas Pitre	{ 0x90, 0x74 }, /* MONGOLIAN LETTER ALI GALI TA -> 't' */
2078de45d93fSNicolas Pitre	{ 0x91, 0x64 }, /* MONGOLIAN LETTER ALI GALI DA -> 'd' */
2079de45d93fSNicolas Pitre	{ 0x92, 0x70 }, /* MONGOLIAN LETTER ALI GALI PA -> 'p' */
2080de45d93fSNicolas Pitre	{ 0x96, 0x7A }, /* MONGOLIAN LETTER ALI GALI ZA -> 'z' */
2081de45d93fSNicolas Pitre	{ 0x97, 0x61 }, /* MONGOLIAN LETTER ALI GALI AH -> 'a' */
2082de45d93fSNicolas Pitre	{ 0x98, 0x74 }, /* MONGOLIAN LETTER TODO ALI GALI TA -> 't' */
2083de45d93fSNicolas Pitre	{ 0x9C, 0x63 }, /* MONGOLIAN LETTER MANCHU ALI GALI CA -> 'c' */
2084de45d93fSNicolas Pitre	{ 0xA0, 0x74 }, /* MONGOLIAN LETTER MANCHU ALI GALI TA -> 't' */
2085de45d93fSNicolas Pitre	{ 0xA5, 0x7A }, /* MONGOLIAN LETTER MANCHU ALI GALI ZA -> 'z' */
2086de45d93fSNicolas Pitre	{ 0xA6, 0x75 }, /* MONGOLIAN LETTER ALI GALI HALF U -> 'u' */
2087de45d93fSNicolas Pitre	{ 0xA7, 0x79 }, /* MONGOLIAN LETTER ALI GALI HALF YA -> 'y' */
2088de45d93fSNicolas Pitre	{ 0xA9, 0x27 }, /* MONGOLIAN LETTER ALI GALI DAGALGA -> ''' */
2089de45d93fSNicolas Pitre	/* Entries for page 0x1D */
2090de45d93fSNicolas Pitre	{ 0x00, 0x41 }, /* LATIN LETTER SMALL CAPITAL A -> 'A' */
2091de45d93fSNicolas Pitre	{ 0x03, 0x42 }, /* LATIN LETTER SMALL CAPITAL BARRED B -> 'B' */
2092de45d93fSNicolas Pitre	{ 0x04, 0x43 }, /* LATIN LETTER SMALL CAPITAL C -> 'C' */
2093de45d93fSNicolas Pitre	{ 0x05, 0x44 }, /* LATIN LETTER SMALL CAPITAL D -> 'D' */
2094de45d93fSNicolas Pitre	{ 0x06, 0x44 }, /* LATIN LETTER SMALL CAPITAL ETH -> 'D' */
2095de45d93fSNicolas Pitre	{ 0x07, 0x45 }, /* LATIN LETTER SMALL CAPITAL E -> 'E' */
2096de45d93fSNicolas Pitre	{ 0x08, 0x65 }, /* LATIN SMALL LETTER TURNED OPEN E -> 'e' */
2097de45d93fSNicolas Pitre	{ 0x09, 0x69 }, /* LATIN SMALL LETTER TURNED I -> 'i' */
2098de45d93fSNicolas Pitre	{ 0x0A, 0x4A }, /* LATIN LETTER SMALL CAPITAL J -> 'J' */
2099de45d93fSNicolas Pitre	{ 0x0B, 0x4B }, /* LATIN LETTER SMALL CAPITAL K -> 'K' */
2100de45d93fSNicolas Pitre	{ 0x0C, 0x4C }, /* LATIN LETTER SMALL CAPITAL L WITH STROKE -> 'L' */
2101de45d93fSNicolas Pitre	{ 0x0D, 0x4D }, /* LATIN LETTER SMALL CAPITAL M -> 'M' */
2102de45d93fSNicolas Pitre	{ 0x0E, 0x4E }, /* LATIN LETTER SMALL CAPITAL REVERSED N -> 'N' */
2103de45d93fSNicolas Pitre	{ 0x0F, 0x4F }, /* LATIN LETTER SMALL CAPITAL O -> 'O' */
2104de45d93fSNicolas Pitre	{ 0x11, 0x4F }, /* LATIN SMALL LETTER SIDEWAYS O -> 'O' */
2105de45d93fSNicolas Pitre	{ 0x13, 0x4F }, /* LATIN SMALL LETTER SIDEWAYS O WITH STROKE -> 'O' */
2106de45d93fSNicolas Pitre	{ 0x18, 0x50 }, /* LATIN LETTER SMALL CAPITAL P -> 'P' */
2107de45d93fSNicolas Pitre	{ 0x19, 0x52 }, /* LATIN LETTER SMALL CAPITAL REVERSED R -> 'R' */
2108de45d93fSNicolas Pitre	{ 0x1A, 0x52 }, /* LATIN LETTER SMALL CAPITAL TURNED R -> 'R' */
2109de45d93fSNicolas Pitre	{ 0x1B, 0x54 }, /* LATIN LETTER SMALL CAPITAL T -> 'T' */
2110de45d93fSNicolas Pitre	{ 0x1C, 0x55 }, /* LATIN LETTER SMALL CAPITAL U -> 'U' */
2111de45d93fSNicolas Pitre	{ 0x1D, 0x75 }, /* LATIN SMALL LETTER SIDEWAYS U -> 'u' */
2112de45d93fSNicolas Pitre	{ 0x1E, 0x75 }, /* LATIN SMALL LETTER SIDEWAYS DIAERESIZED U -> 'u' */
2113de45d93fSNicolas Pitre	{ 0x1F, 0x6D }, /* LATIN SMALL LETTER SIDEWAYS TURNED M -> 'm' */
2114de45d93fSNicolas Pitre	{ 0x20, 0x56 }, /* LATIN LETTER SMALL CAPITAL V -> 'V' */
2115de45d93fSNicolas Pitre	{ 0x21, 0x57 }, /* LATIN LETTER SMALL CAPITAL W -> 'W' */
2116de45d93fSNicolas Pitre	{ 0x22, 0x5A }, /* LATIN LETTER SMALL CAPITAL Z -> 'Z' */
2117de45d93fSNicolas Pitre	{ 0x2C, 0x41 }, /* MODIFIER LETTER CAPITAL A -> 'A' */
2118de45d93fSNicolas Pitre	{ 0x2E, 0x42 }, /* MODIFIER LETTER CAPITAL B -> 'B' */
2119de45d93fSNicolas Pitre	{ 0x2F, 0x42 }, /* MODIFIER LETTER CAPITAL BARRED B -> 'B' */
2120de45d93fSNicolas Pitre	{ 0x30, 0x44 }, /* MODIFIER LETTER CAPITAL D -> 'D' */
2121de45d93fSNicolas Pitre	{ 0x31, 0x45 }, /* MODIFIER LETTER CAPITAL E -> 'E' */
2122de45d93fSNicolas Pitre	{ 0x32, 0x45 }, /* MODIFIER LETTER CAPITAL REVERSED E -> 'E' */
2123de45d93fSNicolas Pitre	{ 0x33, 0x47 }, /* MODIFIER LETTER CAPITAL G -> 'G' */
2124de45d93fSNicolas Pitre	{ 0x34, 0x48 }, /* MODIFIER LETTER CAPITAL H -> 'H' */
2125de45d93fSNicolas Pitre	{ 0x35, 0x49 }, /* MODIFIER LETTER CAPITAL I -> 'I' */
2126de45d93fSNicolas Pitre	{ 0x36, 0x4A }, /* MODIFIER LETTER CAPITAL J -> 'J' */
2127de45d93fSNicolas Pitre	{ 0x37, 0x4B }, /* MODIFIER LETTER CAPITAL K -> 'K' */
2128de45d93fSNicolas Pitre	{ 0x38, 0x4C }, /* MODIFIER LETTER CAPITAL L -> 'L' */
2129de45d93fSNicolas Pitre	{ 0x39, 0x4D }, /* MODIFIER LETTER CAPITAL M -> 'M' */
2130de45d93fSNicolas Pitre	{ 0x3A, 0x4E }, /* MODIFIER LETTER CAPITAL N -> 'N' */
2131de45d93fSNicolas Pitre	{ 0x3B, 0x4E }, /* MODIFIER LETTER CAPITAL REVERSED N -> 'N' */
2132de45d93fSNicolas Pitre	{ 0x3C, 0x4F }, /* MODIFIER LETTER CAPITAL O -> 'O' */
2133de45d93fSNicolas Pitre	{ 0x3E, 0x50 }, /* MODIFIER LETTER CAPITAL P -> 'P' */
2134de45d93fSNicolas Pitre	{ 0x3F, 0x52 }, /* MODIFIER LETTER CAPITAL R -> 'R' */
2135de45d93fSNicolas Pitre	{ 0x40, 0x54 }, /* MODIFIER LETTER CAPITAL T -> 'T' */
2136de45d93fSNicolas Pitre	{ 0x41, 0x55 }, /* MODIFIER LETTER CAPITAL U -> 'U' */
2137de45d93fSNicolas Pitre	{ 0x42, 0x57 }, /* MODIFIER LETTER CAPITAL W -> 'W' */
2138de45d93fSNicolas Pitre	{ 0x43, 0x00 }, /* MODIFIER LETTER SMALL A -> ... */
2139de45d93fSNicolas Pitre	{ 0x45, 0x61 }, /* MODIFIER LETTER SMALL ALPHA -> 'a' */
2140de45d93fSNicolas Pitre	{ 0x47, 0x62 }, /* MODIFIER LETTER SMALL B -> 'b' */
2141de45d93fSNicolas Pitre	{ 0x48, 0x64 }, /* MODIFIER LETTER SMALL D -> 'd' */
2142de45d93fSNicolas Pitre	{ 0x49, 0x65 }, /* MODIFIER LETTER SMALL E -> 'e' */
2143de45d93fSNicolas Pitre	{ 0x4B, 0x65 }, /* MODIFIER LETTER SMALL OPEN E -> 'e' */
2144de45d93fSNicolas Pitre	{ 0x4C, 0x65 }, /* MODIFIER LETTER SMALL TURNED OPEN E -> 'e' */
2145de45d93fSNicolas Pitre	{ 0x4D, 0x67 }, /* MODIFIER LETTER SMALL G -> 'g' */
2146de45d93fSNicolas Pitre	{ 0x4E, 0x69 }, /* MODIFIER LETTER SMALL TURNED I -> 'i' */
2147de45d93fSNicolas Pitre	{ 0x4F, 0x6B }, /* MODIFIER LETTER SMALL K -> 'k' */
2148de45d93fSNicolas Pitre	{ 0x50, 0x6D }, /* MODIFIER LETTER SMALL M -> 'm' */
2149de45d93fSNicolas Pitre	{ 0x52, 0x6F }, /* MODIFIER LETTER SMALL O -> 'o' */
2150de45d93fSNicolas Pitre	{ 0x56, 0x70 }, /* MODIFIER LETTER SMALL P -> 'p' */
2151de45d93fSNicolas Pitre	{ 0x57, 0x74 }, /* MODIFIER LETTER SMALL T -> 't' */
2152de45d93fSNicolas Pitre	{ 0x58, 0x75 }, /* MODIFIER LETTER SMALL U -> 'u' */
2153de45d93fSNicolas Pitre	{ 0x59, 0x75 }, /* MODIFIER LETTER SMALL SIDEWAYS U -> 'u' */
2154de45d93fSNicolas Pitre	{ 0x5A, 0x6D }, /* MODIFIER LETTER SMALL TURNED M -> 'm' */
2155de45d93fSNicolas Pitre	{ 0x5B, 0x76 }, /* MODIFIER LETTER SMALL V -> 'v' */
2156de45d93fSNicolas Pitre	{ 0x5D, 0x62 }, /* MODIFIER LETTER SMALL BETA -> 'b' */
2157de45d93fSNicolas Pitre	{ 0x5E, 0x67 }, /* MODIFIER LETTER SMALL GREEK GAMMA -> 'g' */
2158de45d93fSNicolas Pitre	{ 0x5F, 0x64 }, /* MODIFIER LETTER SMALL DELTA -> 'd' */
2159de45d93fSNicolas Pitre	{ 0x60, 0x66 }, /* MODIFIER LETTER SMALL GREEK PHI -> 'f' */
2160de45d93fSNicolas Pitre	{ 0x62, 0x69 }, /* LATIN SUBSCRIPT SMALL LETTER I -> 'i' */
2161de45d93fSNicolas Pitre	{ 0x63, 0x72 }, /* LATIN SUBSCRIPT SMALL LETTER R -> 'r' */
2162de45d93fSNicolas Pitre	{ 0x64, 0x75 }, /* LATIN SUBSCRIPT SMALL LETTER U -> 'u' */
2163de45d93fSNicolas Pitre	{ 0x65, 0x76 }, /* LATIN SUBSCRIPT SMALL LETTER V -> 'v' */
2164de45d93fSNicolas Pitre	{ 0x66, 0x62 }, /* GREEK SUBSCRIPT SMALL LETTER BETA -> 'b' */
2165de45d93fSNicolas Pitre	{ 0x67, 0x67 }, /* GREEK SUBSCRIPT SMALL LETTER GAMMA -> 'g' */
2166de45d93fSNicolas Pitre	{ 0x68, 0x72 }, /* GREEK SUBSCRIPT SMALL LETTER RHO -> 'r' */
2167de45d93fSNicolas Pitre	{ 0x69, 0x66 }, /* GREEK SUBSCRIPT SMALL LETTER PHI -> 'f' */
2168de45d93fSNicolas Pitre	{ 0x6C, 0x62 }, /* LATIN SMALL LETTER B WITH MIDDLE TILDE -> 'b' */
2169de45d93fSNicolas Pitre	{ 0x6D, 0x64 }, /* LATIN SMALL LETTER D WITH MIDDLE TILDE -> 'd' */
2170de45d93fSNicolas Pitre	{ 0x6E, 0x66 }, /* LATIN SMALL LETTER F WITH MIDDLE TILDE -> 'f' */
2171de45d93fSNicolas Pitre	{ 0x6F, 0x6D }, /* LATIN SMALL LETTER M WITH MIDDLE TILDE -> 'm' */
2172de45d93fSNicolas Pitre	{ 0x70, 0x6E }, /* LATIN SMALL LETTER N WITH MIDDLE TILDE -> 'n' */
2173de45d93fSNicolas Pitre	{ 0x71, 0x70 }, /* LATIN SMALL LETTER P WITH MIDDLE TILDE -> 'p' */
2174de45d93fSNicolas Pitre	{ 0x72, 0x72 }, /* LATIN SMALL LETTER R WITH MIDDLE TILDE -> 'r' */
2175de45d93fSNicolas Pitre	{ 0x73, 0x72 }, /* LATIN SMALL LETTER R WITH FISHHOOK AND MIDDLE TILDE -> 'r' */
2176de45d93fSNicolas Pitre	{ 0x74, 0x73 }, /* LATIN SMALL LETTER S WITH MIDDLE TILDE -> 's' */
2177de45d93fSNicolas Pitre	{ 0x75, 0x74 }, /* LATIN SMALL LETTER T WITH MIDDLE TILDE -> 't' */
2178de45d93fSNicolas Pitre	{ 0x76, 0x7A }, /* LATIN SMALL LETTER Z WITH MIDDLE TILDE -> 'z' */
2179de45d93fSNicolas Pitre	{ 0x77, 0x67 }, /* LATIN SMALL LETTER TURNED G -> 'g' */
2180de45d93fSNicolas Pitre	{ 0x7D, 0x70 }, /* LATIN SMALL LETTER P WITH STROKE -> 'p' */
2181de45d93fSNicolas Pitre	{ 0x80, 0x62 }, /* LATIN SMALL LETTER B WITH PALATAL HOOK -> 'b' */
2182de45d93fSNicolas Pitre	{ 0x81, 0x64 }, /* LATIN SMALL LETTER D WITH PALATAL HOOK -> 'd' */
2183de45d93fSNicolas Pitre	{ 0x82, 0x66 }, /* LATIN SMALL LETTER F WITH PALATAL HOOK -> 'f' */
2184de45d93fSNicolas Pitre	{ 0x83, 0x67 }, /* LATIN SMALL LETTER G WITH PALATAL HOOK -> 'g' */
2185de45d93fSNicolas Pitre	{ 0x84, 0x6B }, /* LATIN SMALL LETTER K WITH PALATAL HOOK -> 'k' */
2186de45d93fSNicolas Pitre	{ 0x85, 0x6C }, /* LATIN SMALL LETTER L WITH PALATAL HOOK -> 'l' */
2187de45d93fSNicolas Pitre	{ 0x86, 0x6D }, /* LATIN SMALL LETTER M WITH PALATAL HOOK -> 'm' */
2188de45d93fSNicolas Pitre	{ 0x87, 0x6E }, /* LATIN SMALL LETTER N WITH PALATAL HOOK -> 'n' */
2189de45d93fSNicolas Pitre	{ 0x88, 0x70 }, /* LATIN SMALL LETTER P WITH PALATAL HOOK -> 'p' */
2190de45d93fSNicolas Pitre	{ 0x89, 0x72 }, /* LATIN SMALL LETTER R WITH PALATAL HOOK -> 'r' */
2191de45d93fSNicolas Pitre	{ 0x8A, 0x73 }, /* LATIN SMALL LETTER S WITH PALATAL HOOK -> 's' */
2192de45d93fSNicolas Pitre	{ 0x8C, 0x76 }, /* LATIN SMALL LETTER V WITH PALATAL HOOK -> 'v' */
2193de45d93fSNicolas Pitre	{ 0x8D, 0x78 }, /* LATIN SMALL LETTER X WITH PALATAL HOOK -> 'x' */
2194de45d93fSNicolas Pitre	{ 0x8E, 0x7A }, /* LATIN SMALL LETTER Z WITH PALATAL HOOK -> 'z' */
2195de45d93fSNicolas Pitre	/* Entries for page 0x1E */
2196de45d93fSNicolas Pitre	{ 0x00, 0x41 }, /* LATIN CAPITAL LETTER A WITH RING BELOW -> 'A' */
2197de45d93fSNicolas Pitre	{ 0x01, 0x61 }, /* LATIN SMALL LETTER A WITH RING BELOW -> 'a' */
2198de45d93fSNicolas Pitre	{ 0x02, 0x42 }, /* LATIN CAPITAL LETTER B WITH DOT ABOVE -> 'B' */
2199de45d93fSNicolas Pitre	{ 0x03, 0x62 }, /* LATIN SMALL LETTER B WITH DOT ABOVE -> 'b' */
2200de45d93fSNicolas Pitre	{ 0x04, 0x42 }, /* LATIN CAPITAL LETTER B WITH DOT BELOW -> 'B' */
2201de45d93fSNicolas Pitre	{ 0x05, 0x62 }, /* LATIN SMALL LETTER B WITH DOT BELOW -> 'b' */
2202de45d93fSNicolas Pitre	{ 0x06, 0x42 }, /* LATIN CAPITAL LETTER B WITH LINE BELOW -> 'B' */
2203de45d93fSNicolas Pitre	{ 0x07, 0x62 }, /* LATIN SMALL LETTER B WITH LINE BELOW -> 'b' */
2204de45d93fSNicolas Pitre	{ 0x08, 0x43 }, /* LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE -> 'C' */
2205de45d93fSNicolas Pitre	{ 0x09, 0x63 }, /* LATIN SMALL LETTER C WITH CEDILLA AND ACUTE -> 'c' */
2206de45d93fSNicolas Pitre	{ 0x0A, 0x44 }, /* LATIN CAPITAL LETTER D WITH DOT ABOVE -> 'D' */
2207de45d93fSNicolas Pitre	{ 0x0B, 0x64 }, /* LATIN SMALL LETTER D WITH DOT ABOVE -> 'd' */
2208de45d93fSNicolas Pitre	{ 0x0C, 0x44 }, /* LATIN CAPITAL LETTER D WITH DOT BELOW -> 'D' */
2209de45d93fSNicolas Pitre	{ 0x0D, 0x64 }, /* LATIN SMALL LETTER D WITH DOT BELOW -> 'd' */
2210de45d93fSNicolas Pitre	{ 0x0E, 0x44 }, /* LATIN CAPITAL LETTER D WITH LINE BELOW -> 'D' */
2211de45d93fSNicolas Pitre	{ 0x0F, 0x64 }, /* LATIN SMALL LETTER D WITH LINE BELOW -> 'd' */
2212de45d93fSNicolas Pitre	{ 0x10, 0x44 }, /* LATIN CAPITAL LETTER D WITH CEDILLA -> 'D' */
2213de45d93fSNicolas Pitre	{ 0x11, 0x64 }, /* LATIN SMALL LETTER D WITH CEDILLA -> 'd' */
2214de45d93fSNicolas Pitre	{ 0x12, 0x44 }, /* LATIN CAPITAL LETTER D WITH CIRCUMFLEX BELOW -> 'D' */
2215de45d93fSNicolas Pitre	{ 0x13, 0x64 }, /* LATIN SMALL LETTER D WITH CIRCUMFLEX BELOW -> 'd' */
2216de45d93fSNicolas Pitre	{ 0x14, 0x45 }, /* LATIN CAPITAL LETTER E WITH MACRON AND GRAVE -> 'E' */
2217de45d93fSNicolas Pitre	{ 0x15, 0x65 }, /* LATIN SMALL LETTER E WITH MACRON AND GRAVE -> 'e' */
2218de45d93fSNicolas Pitre	{ 0x16, 0x45 }, /* LATIN CAPITAL LETTER E WITH MACRON AND ACUTE -> 'E' */
2219de45d93fSNicolas Pitre	{ 0x17, 0x65 }, /* LATIN SMALL LETTER E WITH MACRON AND ACUTE -> 'e' */
2220de45d93fSNicolas Pitre	{ 0x18, 0x45 }, /* LATIN CAPITAL LETTER E WITH CIRCUMFLEX BELOW -> 'E' */
2221de45d93fSNicolas Pitre	{ 0x19, 0x65 }, /* LATIN SMALL LETTER E WITH CIRCUMFLEX BELOW -> 'e' */
2222de45d93fSNicolas Pitre	{ 0x1A, 0x45 }, /* LATIN CAPITAL LETTER E WITH TILDE BELOW -> 'E' */
2223de45d93fSNicolas Pitre	{ 0x1B, 0x65 }, /* LATIN SMALL LETTER E WITH TILDE BELOW -> 'e' */
2224de45d93fSNicolas Pitre	{ 0x1C, 0x45 }, /* LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE -> 'E' */
2225de45d93fSNicolas Pitre	{ 0x1D, 0x65 }, /* LATIN SMALL LETTER E WITH CEDILLA AND BREVE -> 'e' */
2226de45d93fSNicolas Pitre	{ 0x1E, 0x46 }, /* LATIN CAPITAL LETTER F WITH DOT ABOVE -> 'F' */
2227de45d93fSNicolas Pitre	{ 0x1F, 0x66 }, /* LATIN SMALL LETTER F WITH DOT ABOVE -> 'f' */
2228de45d93fSNicolas Pitre	{ 0x20, 0x47 }, /* LATIN CAPITAL LETTER G WITH MACRON -> 'G' */
2229de45d93fSNicolas Pitre	{ 0x21, 0x67 }, /* LATIN SMALL LETTER G WITH MACRON -> 'g' */
2230de45d93fSNicolas Pitre	{ 0x22, 0x48 }, /* LATIN CAPITAL LETTER H WITH DOT ABOVE -> 'H' */
2231de45d93fSNicolas Pitre	{ 0x23, 0x68 }, /* LATIN SMALL LETTER H WITH DOT ABOVE -> 'h' */
2232de45d93fSNicolas Pitre	{ 0x24, 0x48 }, /* LATIN CAPITAL LETTER H WITH DOT BELOW -> 'H' */
2233de45d93fSNicolas Pitre	{ 0x25, 0x68 }, /* LATIN SMALL LETTER H WITH DOT BELOW -> 'h' */
2234de45d93fSNicolas Pitre	{ 0x26, 0x48 }, /* LATIN CAPITAL LETTER H WITH DIAERESIS -> 'H' */
2235de45d93fSNicolas Pitre	{ 0x27, 0x68 }, /* LATIN SMALL LETTER H WITH DIAERESIS -> 'h' */
2236de45d93fSNicolas Pitre	{ 0x28, 0x48 }, /* LATIN CAPITAL LETTER H WITH CEDILLA -> 'H' */
2237de45d93fSNicolas Pitre	{ 0x29, 0x68 }, /* LATIN SMALL LETTER H WITH CEDILLA -> 'h' */
2238de45d93fSNicolas Pitre	{ 0x2A, 0x48 }, /* LATIN CAPITAL LETTER H WITH BREVE BELOW -> 'H' */
2239de45d93fSNicolas Pitre	{ 0x2B, 0x68 }, /* LATIN SMALL LETTER H WITH BREVE BELOW -> 'h' */
2240de45d93fSNicolas Pitre	{ 0x2C, 0x49 }, /* LATIN CAPITAL LETTER I WITH TILDE BELOW -> 'I' */
2241de45d93fSNicolas Pitre	{ 0x2D, 0x69 }, /* LATIN SMALL LETTER I WITH TILDE BELOW -> 'i' */
2242de45d93fSNicolas Pitre	{ 0x2E, 0x49 }, /* LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE -> 'I' */
2243de45d93fSNicolas Pitre	{ 0x2F, 0x69 }, /* LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE -> 'i' */
2244de45d93fSNicolas Pitre	{ 0x30, 0x4B }, /* LATIN CAPITAL LETTER K WITH ACUTE -> 'K' */
2245de45d93fSNicolas Pitre	{ 0x31, 0x6B }, /* LATIN SMALL LETTER K WITH ACUTE -> 'k' */
2246de45d93fSNicolas Pitre	{ 0x32, 0x4B }, /* LATIN CAPITAL LETTER K WITH DOT BELOW -> 'K' */
2247de45d93fSNicolas Pitre	{ 0x33, 0x6B }, /* LATIN SMALL LETTER K WITH DOT BELOW -> 'k' */
2248de45d93fSNicolas Pitre	{ 0x34, 0x4B }, /* LATIN CAPITAL LETTER K WITH LINE BELOW -> 'K' */
2249de45d93fSNicolas Pitre	{ 0x35, 0x6B }, /* LATIN SMALL LETTER K WITH LINE BELOW -> 'k' */
2250de45d93fSNicolas Pitre	{ 0x36, 0x4C }, /* LATIN CAPITAL LETTER L WITH DOT BELOW -> 'L' */
2251de45d93fSNicolas Pitre	{ 0x37, 0x6C }, /* LATIN SMALL LETTER L WITH DOT BELOW -> 'l' */
2252de45d93fSNicolas Pitre	{ 0x38, 0x4C }, /* LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON -> 'L' */
2253de45d93fSNicolas Pitre	{ 0x39, 0x6C }, /* LATIN SMALL LETTER L WITH DOT BELOW AND MACRON -> 'l' */
2254de45d93fSNicolas Pitre	{ 0x3A, 0x4C }, /* LATIN CAPITAL LETTER L WITH LINE BELOW -> 'L' */
2255de45d93fSNicolas Pitre	{ 0x3B, 0x6C }, /* LATIN SMALL LETTER L WITH LINE BELOW -> 'l' */
2256de45d93fSNicolas Pitre	{ 0x3C, 0x4C }, /* LATIN CAPITAL LETTER L WITH CIRCUMFLEX BELOW -> 'L' */
2257de45d93fSNicolas Pitre	{ 0x3D, 0x6C }, /* LATIN SMALL LETTER L WITH CIRCUMFLEX BELOW -> 'l' */
2258de45d93fSNicolas Pitre	{ 0x3E, 0x4D }, /* LATIN CAPITAL LETTER M WITH ACUTE -> 'M' */
2259de45d93fSNicolas Pitre	{ 0x3F, 0x6D }, /* LATIN SMALL LETTER M WITH ACUTE -> 'm' */
2260de45d93fSNicolas Pitre	{ 0x40, 0x4D }, /* LATIN CAPITAL LETTER M WITH DOT ABOVE -> 'M' */
2261de45d93fSNicolas Pitre	{ 0x41, 0x6D }, /* LATIN SMALL LETTER M WITH DOT ABOVE -> 'm' */
2262de45d93fSNicolas Pitre	{ 0x42, 0x4D }, /* LATIN CAPITAL LETTER M WITH DOT BELOW -> 'M' */
2263de45d93fSNicolas Pitre	{ 0x43, 0x6D }, /* LATIN SMALL LETTER M WITH DOT BELOW -> 'm' */
2264de45d93fSNicolas Pitre	{ 0x44, 0x4E }, /* LATIN CAPITAL LETTER N WITH DOT ABOVE -> 'N' */
2265de45d93fSNicolas Pitre	{ 0x45, 0x6E }, /* LATIN SMALL LETTER N WITH DOT ABOVE -> 'n' */
2266de45d93fSNicolas Pitre	{ 0x46, 0x4E }, /* LATIN CAPITAL LETTER N WITH DOT BELOW -> 'N' */
2267de45d93fSNicolas Pitre	{ 0x47, 0x6E }, /* LATIN SMALL LETTER N WITH DOT BELOW -> 'n' */
2268de45d93fSNicolas Pitre	{ 0x48, 0x4E }, /* LATIN CAPITAL LETTER N WITH LINE BELOW -> 'N' */
2269de45d93fSNicolas Pitre	{ 0x49, 0x6E }, /* LATIN SMALL LETTER N WITH LINE BELOW -> 'n' */
2270de45d93fSNicolas Pitre	{ 0x4A, 0x4E }, /* LATIN CAPITAL LETTER N WITH CIRCUMFLEX BELOW -> 'N' */
2271de45d93fSNicolas Pitre	{ 0x4B, 0x6E }, /* LATIN SMALL LETTER N WITH CIRCUMFLEX BELOW -> 'n' */
2272de45d93fSNicolas Pitre	{ 0x4C, 0x4F }, /* LATIN CAPITAL LETTER O WITH TILDE AND ACUTE -> 'O' */
2273de45d93fSNicolas Pitre	{ 0x4D, 0x6F }, /* LATIN SMALL LETTER O WITH TILDE AND ACUTE -> 'o' */
2274de45d93fSNicolas Pitre	{ 0x4E, 0x4F }, /* LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS -> 'O' */
2275de45d93fSNicolas Pitre	{ 0x4F, 0x6F }, /* LATIN SMALL LETTER O WITH TILDE AND DIAERESIS -> 'o' */
2276de45d93fSNicolas Pitre	{ 0x50, 0x4F }, /* LATIN CAPITAL LETTER O WITH MACRON AND GRAVE -> 'O' */
2277de45d93fSNicolas Pitre	{ 0x51, 0x6F }, /* LATIN SMALL LETTER O WITH MACRON AND GRAVE -> 'o' */
2278de45d93fSNicolas Pitre	{ 0x52, 0x4F }, /* LATIN CAPITAL LETTER O WITH MACRON AND ACUTE -> 'O' */
2279de45d93fSNicolas Pitre	{ 0x53, 0x6F }, /* LATIN SMALL LETTER O WITH MACRON AND ACUTE -> 'o' */
2280de45d93fSNicolas Pitre	{ 0x54, 0x50 }, /* LATIN CAPITAL LETTER P WITH ACUTE -> 'P' */
2281de45d93fSNicolas Pitre	{ 0x55, 0x70 }, /* LATIN SMALL LETTER P WITH ACUTE -> 'p' */
2282de45d93fSNicolas Pitre	{ 0x56, 0x50 }, /* LATIN CAPITAL LETTER P WITH DOT ABOVE -> 'P' */
2283de45d93fSNicolas Pitre	{ 0x57, 0x70 }, /* LATIN SMALL LETTER P WITH DOT ABOVE -> 'p' */
2284de45d93fSNicolas Pitre	{ 0x58, 0x52 }, /* LATIN CAPITAL LETTER R WITH DOT ABOVE -> 'R' */
2285de45d93fSNicolas Pitre	{ 0x59, 0x72 }, /* LATIN SMALL LETTER R WITH DOT ABOVE -> 'r' */
2286de45d93fSNicolas Pitre	{ 0x5A, 0x52 }, /* LATIN CAPITAL LETTER R WITH DOT BELOW -> 'R' */
2287de45d93fSNicolas Pitre	{ 0x5B, 0x72 }, /* LATIN SMALL LETTER R WITH DOT BELOW -> 'r' */
2288de45d93fSNicolas Pitre	{ 0x5C, 0x52 }, /* LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON -> 'R' */
2289de45d93fSNicolas Pitre	{ 0x5D, 0x72 }, /* LATIN SMALL LETTER R WITH DOT BELOW AND MACRON -> 'r' */
2290de45d93fSNicolas Pitre	{ 0x5E, 0x52 }, /* LATIN CAPITAL LETTER R WITH LINE BELOW -> 'R' */
2291de45d93fSNicolas Pitre	{ 0x5F, 0x72 }, /* LATIN SMALL LETTER R WITH LINE BELOW -> 'r' */
2292de45d93fSNicolas Pitre	{ 0x60, 0x53 }, /* LATIN CAPITAL LETTER S WITH DOT ABOVE -> 'S' */
2293de45d93fSNicolas Pitre	{ 0x61, 0x73 }, /* LATIN SMALL LETTER S WITH DOT ABOVE -> 's' */
2294de45d93fSNicolas Pitre	{ 0x62, 0x53 }, /* LATIN CAPITAL LETTER S WITH DOT BELOW -> 'S' */
2295de45d93fSNicolas Pitre	{ 0x63, 0x73 }, /* LATIN SMALL LETTER S WITH DOT BELOW -> 's' */
2296de45d93fSNicolas Pitre	{ 0x64, 0x53 }, /* LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE -> 'S' */
2297de45d93fSNicolas Pitre	{ 0x65, 0x73 }, /* LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE -> 's' */
2298de45d93fSNicolas Pitre	{ 0x66, 0x53 }, /* LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE -> 'S' */
2299de45d93fSNicolas Pitre	{ 0x67, 0x73 }, /* LATIN SMALL LETTER S WITH CARON AND DOT ABOVE -> 's' */
2300de45d93fSNicolas Pitre	{ 0x68, 0x53 }, /* LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE -> 'S' */
2301de45d93fSNicolas Pitre	{ 0x69, 0x73 }, /* LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE -> 's' */
2302de45d93fSNicolas Pitre	{ 0x6A, 0x54 }, /* LATIN CAPITAL LETTER T WITH DOT ABOVE -> 'T' */
2303de45d93fSNicolas Pitre	{ 0x6B, 0x74 }, /* LATIN SMALL LETTER T WITH DOT ABOVE -> 't' */
2304de45d93fSNicolas Pitre	{ 0x6C, 0x54 }, /* LATIN CAPITAL LETTER T WITH DOT BELOW -> 'T' */
2305de45d93fSNicolas Pitre	{ 0x6D, 0x74 }, /* LATIN SMALL LETTER T WITH DOT BELOW -> 't' */
2306de45d93fSNicolas Pitre	{ 0x6E, 0x54 }, /* LATIN CAPITAL LETTER T WITH LINE BELOW -> 'T' */
2307de45d93fSNicolas Pitre	{ 0x6F, 0x74 }, /* LATIN SMALL LETTER T WITH LINE BELOW -> 't' */
2308de45d93fSNicolas Pitre	{ 0x70, 0x54 }, /* LATIN CAPITAL LETTER T WITH CIRCUMFLEX BELOW -> 'T' */
2309de45d93fSNicolas Pitre	{ 0x71, 0x74 }, /* LATIN SMALL LETTER T WITH CIRCUMFLEX BELOW -> 't' */
2310de45d93fSNicolas Pitre	{ 0x72, 0x55 }, /* LATIN CAPITAL LETTER U WITH DIAERESIS BELOW -> 'U' */
2311de45d93fSNicolas Pitre	{ 0x73, 0x75 }, /* LATIN SMALL LETTER U WITH DIAERESIS BELOW -> 'u' */
2312de45d93fSNicolas Pitre	{ 0x74, 0x55 }, /* LATIN CAPITAL LETTER U WITH TILDE BELOW -> 'U' */
2313de45d93fSNicolas Pitre	{ 0x75, 0x75 }, /* LATIN SMALL LETTER U WITH TILDE BELOW -> 'u' */
2314de45d93fSNicolas Pitre	{ 0x76, 0x55 }, /* LATIN CAPITAL LETTER U WITH CIRCUMFLEX BELOW -> 'U' */
2315de45d93fSNicolas Pitre	{ 0x77, 0x75 }, /* LATIN SMALL LETTER U WITH CIRCUMFLEX BELOW -> 'u' */
2316de45d93fSNicolas Pitre	{ 0x78, 0x55 }, /* LATIN CAPITAL LETTER U WITH TILDE AND ACUTE -> 'U' */
2317de45d93fSNicolas Pitre	{ 0x79, 0x75 }, /* LATIN SMALL LETTER U WITH TILDE AND ACUTE -> 'u' */
2318de45d93fSNicolas Pitre	{ 0x7A, 0x55 }, /* LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS -> 'U' */
2319de45d93fSNicolas Pitre	{ 0x7B, 0x75 }, /* LATIN SMALL LETTER U WITH MACRON AND DIAERESIS -> 'u' */
2320de45d93fSNicolas Pitre	{ 0x7C, 0x56 }, /* LATIN CAPITAL LETTER V WITH TILDE -> 'V' */
2321de45d93fSNicolas Pitre	{ 0x7D, 0x76 }, /* LATIN SMALL LETTER V WITH TILDE -> 'v' */
2322de45d93fSNicolas Pitre	{ 0x7E, 0x56 }, /* LATIN CAPITAL LETTER V WITH DOT BELOW -> 'V' */
2323de45d93fSNicolas Pitre	{ 0x7F, 0x76 }, /* LATIN SMALL LETTER V WITH DOT BELOW -> 'v' */
2324de45d93fSNicolas Pitre	{ 0x80, 0x57 }, /* LATIN CAPITAL LETTER W WITH GRAVE -> 'W' */
2325de45d93fSNicolas Pitre	{ 0x81, 0x77 }, /* LATIN SMALL LETTER W WITH GRAVE -> 'w' */
2326de45d93fSNicolas Pitre	{ 0x82, 0x57 }, /* LATIN CAPITAL LETTER W WITH ACUTE -> 'W' */
2327de45d93fSNicolas Pitre	{ 0x83, 0x77 }, /* LATIN SMALL LETTER W WITH ACUTE -> 'w' */
2328de45d93fSNicolas Pitre	{ 0x84, 0x57 }, /* LATIN CAPITAL LETTER W WITH DIAERESIS -> 'W' */
2329de45d93fSNicolas Pitre	{ 0x85, 0x77 }, /* LATIN SMALL LETTER W WITH DIAERESIS -> 'w' */
2330de45d93fSNicolas Pitre	{ 0x86, 0x57 }, /* LATIN CAPITAL LETTER W WITH DOT ABOVE -> 'W' */
2331de45d93fSNicolas Pitre	{ 0x87, 0x77 }, /* LATIN SMALL LETTER W WITH DOT ABOVE -> 'w' */
2332de45d93fSNicolas Pitre	{ 0x88, 0x57 }, /* LATIN CAPITAL LETTER W WITH DOT BELOW -> 'W' */
2333de45d93fSNicolas Pitre	{ 0x89, 0x77 }, /* LATIN SMALL LETTER W WITH DOT BELOW -> 'w' */
2334de45d93fSNicolas Pitre	{ 0x8A, 0x58 }, /* LATIN CAPITAL LETTER X WITH DOT ABOVE -> 'X' */
2335de45d93fSNicolas Pitre	{ 0x8B, 0x78 }, /* LATIN SMALL LETTER X WITH DOT ABOVE -> 'x' */
2336de45d93fSNicolas Pitre	{ 0x8C, 0x58 }, /* LATIN CAPITAL LETTER X WITH DIAERESIS -> 'X' */
2337de45d93fSNicolas Pitre	{ 0x8D, 0x78 }, /* LATIN SMALL LETTER X WITH DIAERESIS -> 'x' */
2338de45d93fSNicolas Pitre	{ 0x8E, 0x59 }, /* LATIN CAPITAL LETTER Y WITH DOT ABOVE -> 'Y' */
2339de45d93fSNicolas Pitre	{ 0x8F, 0x79 }, /* LATIN SMALL LETTER Y WITH DOT ABOVE -> 'y' */
2340de45d93fSNicolas Pitre	{ 0x90, 0x5A }, /* LATIN CAPITAL LETTER Z WITH CIRCUMFLEX -> 'Z' */
2341de45d93fSNicolas Pitre	{ 0x91, 0x7A }, /* LATIN SMALL LETTER Z WITH CIRCUMFLEX -> 'z' */
2342de45d93fSNicolas Pitre	{ 0x92, 0x5A }, /* LATIN CAPITAL LETTER Z WITH DOT BELOW -> 'Z' */
2343de45d93fSNicolas Pitre	{ 0x93, 0x7A }, /* LATIN SMALL LETTER Z WITH DOT BELOW -> 'z' */
2344de45d93fSNicolas Pitre	{ 0x94, 0x5A }, /* LATIN CAPITAL LETTER Z WITH LINE BELOW -> 'Z' */
2345de45d93fSNicolas Pitre	{ 0x95, 0x7A }, /* LATIN SMALL LETTER Z WITH LINE BELOW -> 'z' */
2346de45d93fSNicolas Pitre	{ 0x96, 0x68 }, /* LATIN SMALL LETTER H WITH LINE BELOW -> 'h' */
2347de45d93fSNicolas Pitre	{ 0x97, 0x74 }, /* LATIN SMALL LETTER T WITH DIAERESIS -> 't' */
2348de45d93fSNicolas Pitre	{ 0x98, 0x77 }, /* LATIN SMALL LETTER W WITH RING ABOVE -> 'w' */
2349de45d93fSNicolas Pitre	{ 0x99, 0x79 }, /* LATIN SMALL LETTER Y WITH RING ABOVE -> 'y' */
2350de45d93fSNicolas Pitre	{ 0x9A, 0x61 }, /* LATIN SMALL LETTER A WITH RIGHT HALF RING -> 'a' */
2351de45d93fSNicolas Pitre	{ 0x9B, 0x53 }, /* LATIN SMALL LETTER LONG S WITH DOT ABOVE -> 'S' */
2352de45d93fSNicolas Pitre	{ 0xA0, 0x41 }, /* LATIN CAPITAL LETTER A WITH DOT BELOW -> 'A' */
2353de45d93fSNicolas Pitre	{ 0xA1, 0x61 }, /* LATIN SMALL LETTER A WITH DOT BELOW -> 'a' */
2354de45d93fSNicolas Pitre	{ 0xA2, 0x41 }, /* LATIN CAPITAL LETTER A WITH HOOK ABOVE -> 'A' */
2355de45d93fSNicolas Pitre	{ 0xA3, 0x61 }, /* LATIN SMALL LETTER A WITH HOOK ABOVE -> 'a' */
2356de45d93fSNicolas Pitre	{ 0xA4, 0x41 }, /* LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE -> 'A' */
2357de45d93fSNicolas Pitre	{ 0xA5, 0x61 }, /* LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE -> 'a' */
2358de45d93fSNicolas Pitre	{ 0xA6, 0x41 }, /* LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE -> 'A' */
2359de45d93fSNicolas Pitre	{ 0xA7, 0x61 }, /* LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE -> 'a' */
2360de45d93fSNicolas Pitre	{ 0xA8, 0x41 }, /* LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE -> 'A' */
2361de45d93fSNicolas Pitre	{ 0xA9, 0x61 }, /* LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE -> 'a' */
2362de45d93fSNicolas Pitre	{ 0xAA, 0x41 }, /* LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE -> 'A' */
2363de45d93fSNicolas Pitre	{ 0xAB, 0x61 }, /* LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE -> 'a' */
2364de45d93fSNicolas Pitre	{ 0xAC, 0x41 }, /* LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW -> 'A' */
2365de45d93fSNicolas Pitre	{ 0xAD, 0x61 }, /* LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW -> 'a' */
2366de45d93fSNicolas Pitre	{ 0xAE, 0x41 }, /* LATIN CAPITAL LETTER A WITH BREVE AND ACUTE -> 'A' */
2367de45d93fSNicolas Pitre	{ 0xAF, 0x61 }, /* LATIN SMALL LETTER A WITH BREVE AND ACUTE -> 'a' */
2368de45d93fSNicolas Pitre	{ 0xB0, 0x41 }, /* LATIN CAPITAL LETTER A WITH BREVE AND GRAVE -> 'A' */
2369de45d93fSNicolas Pitre	{ 0xB1, 0x61 }, /* LATIN SMALL LETTER A WITH BREVE AND GRAVE -> 'a' */
2370de45d93fSNicolas Pitre	{ 0xB2, 0x41 }, /* LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE -> 'A' */
2371de45d93fSNicolas Pitre	{ 0xB3, 0x61 }, /* LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE -> 'a' */
2372de45d93fSNicolas Pitre	{ 0xB4, 0x41 }, /* LATIN CAPITAL LETTER A WITH BREVE AND TILDE -> 'A' */
2373de45d93fSNicolas Pitre	{ 0xB5, 0x61 }, /* LATIN SMALL LETTER A WITH BREVE AND TILDE -> 'a' */
2374de45d93fSNicolas Pitre	{ 0xB6, 0x41 }, /* LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW -> 'A' */
2375de45d93fSNicolas Pitre	{ 0xB7, 0x61 }, /* LATIN SMALL LETTER A WITH BREVE AND DOT BELOW -> 'a' */
2376de45d93fSNicolas Pitre	{ 0xB8, 0x45 }, /* LATIN CAPITAL LETTER E WITH DOT BELOW -> 'E' */
2377de45d93fSNicolas Pitre	{ 0xB9, 0x65 }, /* LATIN SMALL LETTER E WITH DOT BELOW -> 'e' */
2378de45d93fSNicolas Pitre	{ 0xBA, 0x45 }, /* LATIN CAPITAL LETTER E WITH HOOK ABOVE -> 'E' */
2379de45d93fSNicolas Pitre	{ 0xBB, 0x65 }, /* LATIN SMALL LETTER E WITH HOOK ABOVE -> 'e' */
2380de45d93fSNicolas Pitre	{ 0xBC, 0x45 }, /* LATIN CAPITAL LETTER E WITH TILDE -> 'E' */
2381de45d93fSNicolas Pitre	{ 0xBD, 0x65 }, /* LATIN SMALL LETTER E WITH TILDE -> 'e' */
2382de45d93fSNicolas Pitre	{ 0xBE, 0x45 }, /* LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE -> 'E' */
2383de45d93fSNicolas Pitre	{ 0xBF, 0x65 }, /* LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE -> 'e' */
2384de45d93fSNicolas Pitre	{ 0xC0, 0x45 }, /* LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE -> 'E' */
2385de45d93fSNicolas Pitre	{ 0xC1, 0x65 }, /* LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE -> 'e' */
2386de45d93fSNicolas Pitre	{ 0xC2, 0x45 }, /* LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE -> 'E' */
2387de45d93fSNicolas Pitre	{ 0xC3, 0x65 }, /* LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE -> 'e' */
2388de45d93fSNicolas Pitre	{ 0xC4, 0x45 }, /* LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE -> 'E' */
2389de45d93fSNicolas Pitre	{ 0xC5, 0x65 }, /* LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE -> 'e' */
2390de45d93fSNicolas Pitre	{ 0xC6, 0x45 }, /* LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW -> 'E' */
2391de45d93fSNicolas Pitre	{ 0xC7, 0x65 }, /* LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW -> 'e' */
2392de45d93fSNicolas Pitre	{ 0xC8, 0x49 }, /* LATIN CAPITAL LETTER I WITH HOOK ABOVE -> 'I' */
2393de45d93fSNicolas Pitre	{ 0xC9, 0x69 }, /* LATIN SMALL LETTER I WITH HOOK ABOVE -> 'i' */
2394de45d93fSNicolas Pitre	{ 0xCA, 0x49 }, /* LATIN CAPITAL LETTER I WITH DOT BELOW -> 'I' */
2395de45d93fSNicolas Pitre	{ 0xCB, 0x69 }, /* LATIN SMALL LETTER I WITH DOT BELOW -> 'i' */
2396de45d93fSNicolas Pitre	{ 0xCC, 0x4F }, /* LATIN CAPITAL LETTER O WITH DOT BELOW -> 'O' */
2397de45d93fSNicolas Pitre	{ 0xCD, 0x6F }, /* LATIN SMALL LETTER O WITH DOT BELOW -> 'o' */
2398de45d93fSNicolas Pitre	{ 0xCE, 0x4F }, /* LATIN CAPITAL LETTER O WITH HOOK ABOVE -> 'O' */
2399de45d93fSNicolas Pitre	{ 0xCF, 0x6F }, /* LATIN SMALL LETTER O WITH HOOK ABOVE -> 'o' */
2400de45d93fSNicolas Pitre	{ 0xD0, 0x4F }, /* LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE -> 'O' */
2401de45d93fSNicolas Pitre	{ 0xD1, 0x6F }, /* LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE -> 'o' */
2402de45d93fSNicolas Pitre	{ 0xD2, 0x4F }, /* LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE -> 'O' */
2403de45d93fSNicolas Pitre	{ 0xD3, 0x6F }, /* LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE -> 'o' */
2404de45d93fSNicolas Pitre	{ 0xD4, 0x4F }, /* LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE -> 'O' */
2405de45d93fSNicolas Pitre	{ 0xD5, 0x6F }, /* LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE -> 'o' */
2406de45d93fSNicolas Pitre	{ 0xD6, 0x4F }, /* LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE -> 'O' */
2407de45d93fSNicolas Pitre	{ 0xD7, 0x6F }, /* LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE -> 'o' */
2408de45d93fSNicolas Pitre	{ 0xD8, 0x4F }, /* LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW -> 'O' */
2409de45d93fSNicolas Pitre	{ 0xD9, 0x6F }, /* LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW -> 'o' */
2410de45d93fSNicolas Pitre	{ 0xDA, 0x4F }, /* LATIN CAPITAL LETTER O WITH HORN AND ACUTE -> 'O' */
2411de45d93fSNicolas Pitre	{ 0xDB, 0x6F }, /* LATIN SMALL LETTER O WITH HORN AND ACUTE -> 'o' */
2412de45d93fSNicolas Pitre	{ 0xDC, 0x4F }, /* LATIN CAPITAL LETTER O WITH HORN AND GRAVE -> 'O' */
2413de45d93fSNicolas Pitre	{ 0xDD, 0x6F }, /* LATIN SMALL LETTER O WITH HORN AND GRAVE -> 'o' */
2414de45d93fSNicolas Pitre	{ 0xDE, 0x4F }, /* LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE -> 'O' */
2415de45d93fSNicolas Pitre	{ 0xDF, 0x6F }, /* LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE -> 'o' */
2416de45d93fSNicolas Pitre	{ 0xE0, 0x4F }, /* LATIN CAPITAL LETTER O WITH HORN AND TILDE -> 'O' */
2417de45d93fSNicolas Pitre	{ 0xE1, 0x6F }, /* LATIN SMALL LETTER O WITH HORN AND TILDE -> 'o' */
2418de45d93fSNicolas Pitre	{ 0xE2, 0x4F }, /* LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW -> 'O' */
2419de45d93fSNicolas Pitre	{ 0xE3, 0x6F }, /* LATIN SMALL LETTER O WITH HORN AND DOT BELOW -> 'o' */
2420de45d93fSNicolas Pitre	{ 0xE4, 0x55 }, /* LATIN CAPITAL LETTER U WITH DOT BELOW -> 'U' */
2421de45d93fSNicolas Pitre	{ 0xE5, 0x75 }, /* LATIN SMALL LETTER U WITH DOT BELOW -> 'u' */
2422de45d93fSNicolas Pitre	{ 0xE6, 0x55 }, /* LATIN CAPITAL LETTER U WITH HOOK ABOVE -> 'U' */
2423de45d93fSNicolas Pitre	{ 0xE7, 0x75 }, /* LATIN SMALL LETTER U WITH HOOK ABOVE -> 'u' */
2424de45d93fSNicolas Pitre	{ 0xE8, 0x55 }, /* LATIN CAPITAL LETTER U WITH HORN AND ACUTE -> 'U' */
2425de45d93fSNicolas Pitre	{ 0xE9, 0x75 }, /* LATIN SMALL LETTER U WITH HORN AND ACUTE -> 'u' */
2426de45d93fSNicolas Pitre	{ 0xEA, 0x55 }, /* LATIN CAPITAL LETTER U WITH HORN AND GRAVE -> 'U' */
2427de45d93fSNicolas Pitre	{ 0xEB, 0x75 }, /* LATIN SMALL LETTER U WITH HORN AND GRAVE -> 'u' */
2428de45d93fSNicolas Pitre	{ 0xEC, 0x55 }, /* LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE -> 'U' */
2429de45d93fSNicolas Pitre	{ 0xED, 0x75 }, /* LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE -> 'u' */
2430de45d93fSNicolas Pitre	{ 0xEE, 0x55 }, /* LATIN CAPITAL LETTER U WITH HORN AND TILDE -> 'U' */
2431de45d93fSNicolas Pitre	{ 0xEF, 0x75 }, /* LATIN SMALL LETTER U WITH HORN AND TILDE -> 'u' */
2432de45d93fSNicolas Pitre	{ 0xF0, 0x55 }, /* LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW -> 'U' */
2433de45d93fSNicolas Pitre	{ 0xF1, 0x75 }, /* LATIN SMALL LETTER U WITH HORN AND DOT BELOW -> 'u' */
2434de45d93fSNicolas Pitre	{ 0xF2, 0x59 }, /* LATIN CAPITAL LETTER Y WITH GRAVE -> 'Y' */
2435de45d93fSNicolas Pitre	{ 0xF3, 0x79 }, /* LATIN SMALL LETTER Y WITH GRAVE -> 'y' */
2436de45d93fSNicolas Pitre	{ 0xF4, 0x59 }, /* LATIN CAPITAL LETTER Y WITH DOT BELOW -> 'Y' */
2437de45d93fSNicolas Pitre	{ 0xF5, 0x79 }, /* LATIN SMALL LETTER Y WITH DOT BELOW -> 'y' */
2438de45d93fSNicolas Pitre	{ 0xF6, 0x59 }, /* LATIN CAPITAL LETTER Y WITH HOOK ABOVE -> 'Y' */
2439de45d93fSNicolas Pitre	{ 0xF7, 0x79 }, /* LATIN SMALL LETTER Y WITH HOOK ABOVE -> 'y' */
2440de45d93fSNicolas Pitre	{ 0xF8, 0x59 }, /* LATIN CAPITAL LETTER Y WITH TILDE -> 'Y' */
2441de45d93fSNicolas Pitre	{ 0xF9, 0x79 }, /* LATIN SMALL LETTER Y WITH TILDE -> 'y' */
2442de45d93fSNicolas Pitre	/* Entries for page 0x1F */
2443de45d93fSNicolas Pitre	{ 0x00, 0x00 }, /* GREEK SMALL LETTER ALPHA WITH PSILI -> ... */
2444de45d93fSNicolas Pitre	{ 0x07, 0x61 }, /* GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI -> 'a' */
2445de45d93fSNicolas Pitre	{ 0x08, 0x00 }, /* GREEK CAPITAL LETTER ALPHA WITH PSILI -> ... */
2446de45d93fSNicolas Pitre	{ 0x0F, 0x41 }, /* GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI -> 'A' */
2447de45d93fSNicolas Pitre	{ 0x10, 0x00 }, /* GREEK SMALL LETTER EPSILON WITH PSILI -> ... */
2448de45d93fSNicolas Pitre	{ 0x15, 0x65 }, /* GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA -> 'e' */
2449de45d93fSNicolas Pitre	{ 0x18, 0x00 }, /* GREEK CAPITAL LETTER EPSILON WITH PSILI -> ... */
2450de45d93fSNicolas Pitre	{ 0x1D, 0x45 }, /* GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA -> 'E' */
2451de45d93fSNicolas Pitre	{ 0x20, 0x00 }, /* GREEK SMALL LETTER ETA WITH PSILI -> ... */
2452de45d93fSNicolas Pitre	{ 0x27, 0x65 }, /* GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI -> 'e' */
2453de45d93fSNicolas Pitre	{ 0x28, 0x00 }, /* GREEK CAPITAL LETTER ETA WITH PSILI -> ... */
2454de45d93fSNicolas Pitre	{ 0x2F, 0x45 }, /* GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI -> 'E' */
2455de45d93fSNicolas Pitre	{ 0x30, 0x00 }, /* GREEK SMALL LETTER IOTA WITH PSILI -> ... */
2456de45d93fSNicolas Pitre	{ 0x37, 0x69 }, /* GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI -> 'i' */
2457de45d93fSNicolas Pitre	{ 0x38, 0x00 }, /* GREEK CAPITAL LETTER IOTA WITH PSILI -> ... */
2458de45d93fSNicolas Pitre	{ 0x3F, 0x49 }, /* GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI -> 'I' */
2459de45d93fSNicolas Pitre	{ 0x40, 0x00 }, /* GREEK SMALL LETTER OMICRON WITH PSILI -> ... */
2460de45d93fSNicolas Pitre	{ 0x45, 0x6F }, /* GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA -> 'o' */
2461de45d93fSNicolas Pitre	{ 0x48, 0x00 }, /* GREEK CAPITAL LETTER OMICRON WITH PSILI -> ... */
2462de45d93fSNicolas Pitre	{ 0x4D, 0x4F }, /* GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA -> 'O' */
2463de45d93fSNicolas Pitre	{ 0x50, 0x00 }, /* GREEK SMALL LETTER UPSILON WITH PSILI -> ... */
2464de45d93fSNicolas Pitre	{ 0x57, 0x75 }, /* GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI -> 'u' */
2465de45d93fSNicolas Pitre	{ 0x59, 0x55 }, /* GREEK CAPITAL LETTER UPSILON WITH DASIA -> 'U' */
2466de45d93fSNicolas Pitre	{ 0x5B, 0x55 }, /* GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA -> 'U' */
2467de45d93fSNicolas Pitre	{ 0x5D, 0x55 }, /* GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA -> 'U' */
2468de45d93fSNicolas Pitre	{ 0x5F, 0x55 }, /* GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI -> 'U' */
2469de45d93fSNicolas Pitre	{ 0x60, 0x00 }, /* GREEK SMALL LETTER OMEGA WITH PSILI -> ... */
2470de45d93fSNicolas Pitre	{ 0x67, 0x6F }, /* GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI -> 'o' */
2471de45d93fSNicolas Pitre	{ 0x68, 0x00 }, /* GREEK CAPITAL LETTER OMEGA WITH PSILI -> ... */
2472de45d93fSNicolas Pitre	{ 0x6F, 0x4F }, /* GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI -> 'O' */
2473de45d93fSNicolas Pitre	{ 0x70, 0x61 }, /* GREEK SMALL LETTER ALPHA WITH VARIA -> 'a' */
2474de45d93fSNicolas Pitre	{ 0x71, 0x61 }, /* GREEK SMALL LETTER ALPHA WITH OXIA -> 'a' */
2475de45d93fSNicolas Pitre	{ 0x72, 0x00 }, /* GREEK SMALL LETTER EPSILON WITH VARIA -> ... */
2476de45d93fSNicolas Pitre	{ 0x75, 0x65 }, /* GREEK SMALL LETTER ETA WITH OXIA -> 'e' */
2477de45d93fSNicolas Pitre	{ 0x76, 0x69 }, /* GREEK SMALL LETTER IOTA WITH VARIA -> 'i' */
2478de45d93fSNicolas Pitre	{ 0x77, 0x69 }, /* GREEK SMALL LETTER IOTA WITH OXIA -> 'i' */
2479de45d93fSNicolas Pitre	{ 0x78, 0x6F }, /* GREEK SMALL LETTER OMICRON WITH VARIA -> 'o' */
2480de45d93fSNicolas Pitre	{ 0x79, 0x6F }, /* GREEK SMALL LETTER OMICRON WITH OXIA -> 'o' */
2481de45d93fSNicolas Pitre	{ 0x7A, 0x75 }, /* GREEK SMALL LETTER UPSILON WITH VARIA -> 'u' */
2482de45d93fSNicolas Pitre	{ 0x7B, 0x75 }, /* GREEK SMALL LETTER UPSILON WITH OXIA -> 'u' */
2483de45d93fSNicolas Pitre	{ 0x7C, 0x6F }, /* GREEK SMALL LETTER OMEGA WITH VARIA -> 'o' */
2484de45d93fSNicolas Pitre	{ 0x7D, 0x6F }, /* GREEK SMALL LETTER OMEGA WITH OXIA -> 'o' */
2485de45d93fSNicolas Pitre	{ 0x80, 0x00 }, /* GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI -> ... */
2486de45d93fSNicolas Pitre	{ 0x87, 0x61 }, /* GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI -> 'a' */
2487de45d93fSNicolas Pitre	{ 0x88, 0x00 }, /* GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI -> ... */
2488de45d93fSNicolas Pitre	{ 0x8F, 0x41 }, /* GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI -> 'A' */
2489de45d93fSNicolas Pitre	{ 0x90, 0x00 }, /* GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI -> ... */
2490de45d93fSNicolas Pitre	{ 0x97, 0x65 }, /* GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI -> 'e' */
2491de45d93fSNicolas Pitre	{ 0x98, 0x00 }, /* GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI -> ... */
2492de45d93fSNicolas Pitre	{ 0x9F, 0x45 }, /* GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI -> 'E' */
2493de45d93fSNicolas Pitre	{ 0xA0, 0x00 }, /* GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI -> ... */
2494de45d93fSNicolas Pitre	{ 0xA7, 0x6F }, /* GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI -> 'o' */
2495de45d93fSNicolas Pitre	{ 0xA8, 0x00 }, /* GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI -> ... */
2496de45d93fSNicolas Pitre	{ 0xAF, 0x4F }, /* GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI -> 'O' */
2497de45d93fSNicolas Pitre	{ 0xB0, 0x00 }, /* GREEK SMALL LETTER ALPHA WITH VRACHY -> ... */
2498de45d93fSNicolas Pitre	{ 0xB4, 0x61 }, /* GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI -> 'a' */
2499de45d93fSNicolas Pitre	{ 0xB6, 0x61 }, /* GREEK SMALL LETTER ALPHA WITH PERISPOMENI -> 'a' */
2500de45d93fSNicolas Pitre	{ 0xB7, 0x61 }, /* GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI -> 'a' */
2501de45d93fSNicolas Pitre	{ 0xB8, 0x00 }, /* GREEK CAPITAL LETTER ALPHA WITH VRACHY -> ... */
2502de45d93fSNicolas Pitre	{ 0xBC, 0x41 }, /* GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI -> 'A' */
2503de45d93fSNicolas Pitre	{ 0xBD, 0x27 }, /* GREEK KORONIS -> ''' */
2504de45d93fSNicolas Pitre	{ 0xBE, 0x69 }, /* GREEK PROSGEGRAMMENI -> 'i' */
2505de45d93fSNicolas Pitre	{ 0xBF, 0x27 }, /* GREEK PSILI -> ''' */
2506de45d93fSNicolas Pitre	{ 0xC0, 0x7E }, /* GREEK PERISPOMENI -> '~' */
2507de45d93fSNicolas Pitre	{ 0xC2, 0x00 }, /* GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI -> ... */
2508de45d93fSNicolas Pitre	{ 0xC4, 0x65 }, /* GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI -> 'e' */
2509de45d93fSNicolas Pitre	{ 0xC6, 0x65 }, /* GREEK SMALL LETTER ETA WITH PERISPOMENI -> 'e' */
2510de45d93fSNicolas Pitre	{ 0xC7, 0x65 }, /* GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI -> 'e' */
2511de45d93fSNicolas Pitre	{ 0xC8, 0x00 }, /* GREEK CAPITAL LETTER EPSILON WITH VARIA -> ... */
2512de45d93fSNicolas Pitre	{ 0xCC, 0x45 }, /* GREEK CAPITAL LETTER ETA WITH PROSGEGRAMMENI -> 'E' */
2513de45d93fSNicolas Pitre	{ 0xD0, 0x00 }, /* GREEK SMALL LETTER IOTA WITH VRACHY -> ... */
2514de45d93fSNicolas Pitre	{ 0xD3, 0x69 }, /* GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA -> 'i' */
2515de45d93fSNicolas Pitre	{ 0xD6, 0x69 }, /* GREEK SMALL LETTER IOTA WITH PERISPOMENI -> 'i' */
2516de45d93fSNicolas Pitre	{ 0xD7, 0x69 }, /* GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI -> 'i' */
2517de45d93fSNicolas Pitre	{ 0xD8, 0x00 }, /* GREEK CAPITAL LETTER IOTA WITH VRACHY -> ... */
2518de45d93fSNicolas Pitre	{ 0xDB, 0x49 }, /* GREEK CAPITAL LETTER IOTA WITH OXIA -> 'I' */
2519de45d93fSNicolas Pitre	{ 0xE0, 0x00 }, /* GREEK SMALL LETTER UPSILON WITH VRACHY -> ... */
2520de45d93fSNicolas Pitre	{ 0xE3, 0x75 }, /* GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND OXIA -> 'u' */
2521de45d93fSNicolas Pitre	{ 0xE4, 0x52 }, /* GREEK SMALL LETTER RHO WITH PSILI -> 'R' */
2522de45d93fSNicolas Pitre	{ 0xE5, 0x52 }, /* GREEK SMALL LETTER RHO WITH DASIA -> 'R' */
2523de45d93fSNicolas Pitre	{ 0xE6, 0x75 }, /* GREEK SMALL LETTER UPSILON WITH PERISPOMENI -> 'u' */
2524de45d93fSNicolas Pitre	{ 0xE7, 0x75 }, /* GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI -> 'u' */
2525de45d93fSNicolas Pitre	{ 0xE8, 0x00 }, /* GREEK CAPITAL LETTER UPSILON WITH VRACHY -> ... */
2526de45d93fSNicolas Pitre	{ 0xEB, 0x55 }, /* GREEK CAPITAL LETTER UPSILON WITH OXIA -> 'U' */
2527de45d93fSNicolas Pitre	{ 0xEC, 0x52 }, /* GREEK CAPITAL LETTER RHO WITH DASIA -> 'R' */
2528de45d93fSNicolas Pitre	{ 0xEF, 0x60 }, /* GREEK VARIA -> '`' */
2529de45d93fSNicolas Pitre	{ 0xF2, 0x00 }, /* GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI -> ... */
2530de45d93fSNicolas Pitre	{ 0xF4, 0x6F }, /* GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI -> 'o' */
2531de45d93fSNicolas Pitre	{ 0xF6, 0x6F }, /* GREEK SMALL LETTER OMEGA WITH PERISPOMENI -> 'o' */
2532de45d93fSNicolas Pitre	{ 0xF7, 0x6F }, /* GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI -> 'o' */
2533de45d93fSNicolas Pitre	{ 0xF8, 0x00 }, /* GREEK CAPITAL LETTER OMICRON WITH VARIA -> ... */
2534de45d93fSNicolas Pitre	{ 0xFC, 0x4F }, /* GREEK CAPITAL LETTER OMEGA WITH PROSGEGRAMMENI -> 'O' */
2535de45d93fSNicolas Pitre	{ 0xFD, 0x27 }, /* GREEK OXIA -> ''' */
2536de45d93fSNicolas Pitre	{ 0xFE, 0x60 }, /* GREEK DASIA -> '`' */
2537de45d93fSNicolas Pitre	/* Entries for page 0x20 */
2538de45d93fSNicolas Pitre	{ 0x00, 0x00 }, /* EN QUAD -> ... */
2539de45d93fSNicolas Pitre	{ 0x0B, 0x20 }, /* ZERO WIDTH SPACE -> ' ' */
2540de45d93fSNicolas Pitre	{ 0x10, 0x00 }, /* HYPHEN -> ... */
2541de45d93fSNicolas Pitre	{ 0x15, 0x2D }, /* HORIZONTAL BAR -> '-' */
2542de45d93fSNicolas Pitre	{ 0x17, 0x5F }, /* DOUBLE LOW LINE -> '_' */
2543de45d93fSNicolas Pitre	{ 0x18, 0x27 }, /* LEFT SINGLE QUOTATION MARK -> ''' */
2544de45d93fSNicolas Pitre	{ 0x19, 0x27 }, /* RIGHT SINGLE QUOTATION MARK -> ''' */
2545de45d93fSNicolas Pitre	{ 0x1A, 0x2C }, /* SINGLE LOW-9 QUOTATION MARK -> ',' */
2546de45d93fSNicolas Pitre	{ 0x1B, 0x27 }, /* SINGLE HIGH-REVERSED-9 QUOTATION MARK -> ''' */
2547de45d93fSNicolas Pitre	{ 0x1C, 0x00 }, /* LEFT DOUBLE QUOTATION MARK -> ... */
2548de45d93fSNicolas Pitre	{ 0x1F, 0x22 }, /* DOUBLE HIGH-REVERSED-9 QUOTATION MARK -> '"' */
2549de45d93fSNicolas Pitre	{ 0x20, 0x2B }, /* DAGGER -> '+' */
2550de45d93fSNicolas Pitre	{ 0x22, 0x2A }, /* BULLET -> '*' */
2551de45d93fSNicolas Pitre	{ 0x23, 0x3E }, /* TRIANGULAR BULLET -> '>' */
2552de45d93fSNicolas Pitre	{ 0x24, 0x2E }, /* ONE DOT LEADER -> '.' */
2553de45d93fSNicolas Pitre	{ 0x26, 0x2E }, /* HORIZONTAL ELLIPSIS -> '.' */
2554de45d93fSNicolas Pitre	{ 0x27, 0x2E }, /* HYPHENATION POINT -> '.' */
2555de45d93fSNicolas Pitre	{ 0x2F, 0x20 }, /* NARROW NO-BREAK SPACE -> ' ' */
2556de45d93fSNicolas Pitre	{ 0x32, 0x27 }, /* PRIME -> ''' */
2557de45d93fSNicolas Pitre	{ 0x33, 0x22 }, /* DOUBLE PRIME -> '"' */
2558de45d93fSNicolas Pitre	{ 0x35, 0x60 }, /* REVERSED PRIME -> '`' */
2559de45d93fSNicolas Pitre	{ 0x38, 0x5E }, /* CARET -> '^' */
2560de45d93fSNicolas Pitre	{ 0x39, 0x3C }, /* SINGLE LEFT-POINTING ANGLE QUOTATION MARK -> '<' */
2561de45d93fSNicolas Pitre	{ 0x3A, 0x3E }, /* SINGLE RIGHT-POINTING ANGLE QUOTATION MARK -> '>' */
2562de45d93fSNicolas Pitre	{ 0x3B, 0x2A }, /* REFERENCE MARK -> '*' */
2563de45d93fSNicolas Pitre	{ 0x3C, 0x21 }, /* DOUBLE EXCLAMATION MARK -> '!' */
2564de45d93fSNicolas Pitre	{ 0x3D, 0x3F }, /* INTERROBANG -> '?' */
2565de45d93fSNicolas Pitre	{ 0x3E, 0x2D }, /* OVERLINE -> '-' */
2566de45d93fSNicolas Pitre	{ 0x3F, 0x5F }, /* UNDERTIE -> '_' */
2567de45d93fSNicolas Pitre	{ 0x40, 0x2D }, /* CHARACTER TIE -> '-' */
2568de45d93fSNicolas Pitre	{ 0x41, 0x5E }, /* CARET INSERTION POINT -> '^' */
2569de45d93fSNicolas Pitre	{ 0x42, 0x2A }, /* ASTERISM -> '*' */
2570de45d93fSNicolas Pitre	{ 0x43, 0x2D }, /* HYPHEN BULLET -> '-' */
2571de45d93fSNicolas Pitre	{ 0x44, 0x2F }, /* FRACTION SLASH -> '/' */
2572de45d93fSNicolas Pitre	{ 0x47, 0x3F }, /* DOUBLE QUESTION MARK -> '?' */
2573de45d93fSNicolas Pitre	{ 0x48, 0x3F }, /* QUESTION EXCLAMATION MARK -> '?' */
2574de45d93fSNicolas Pitre	{ 0x49, 0x21 }, /* EXCLAMATION QUESTION MARK -> '!' */
2575de45d93fSNicolas Pitre	{ 0x4A, 0x26 }, /* TIRONIAN SIGN ET -> '&' */
2576de45d93fSNicolas Pitre	{ 0x4B, 0x50 }, /* REVERSED PILCROW SIGN -> 'P' */
2577de45d93fSNicolas Pitre	{ 0x4C, 0x3C }, /* BLACK LEFTWARDS BULLET -> '<' */
2578de45d93fSNicolas Pitre	{ 0x4D, 0x3E }, /* BLACK RIGHTWARDS BULLET -> '>' */
2579de45d93fSNicolas Pitre	{ 0x4E, 0x2A }, /* LOW ASTERISK -> '*' */
2580de45d93fSNicolas Pitre	{ 0x4F, 0x3B }, /* REVERSED SEMICOLON -> ';' */
2581de45d93fSNicolas Pitre	{ 0x51, 0x2A }, /* TWO ASTERISKS ALIGNED VERTICALLY -> '*' */
2582de45d93fSNicolas Pitre	{ 0x52, 0x2D }, /* COMMERCIAL MINUS SIGN -> '-' */
2583de45d93fSNicolas Pitre	{ 0x53, 0x7E }, /* SWUNG DASH -> '~' */
2584de45d93fSNicolas Pitre	{ 0x55, 0x2A }, /* FLOWER PUNCTUATION MARK -> '*' */
2585de45d93fSNicolas Pitre	{ 0x5B, 0x3A }, /* FOUR DOT MARK -> ':' */
2586de45d93fSNicolas Pitre	{ 0x5F, 0x20 }, /* MEDIUM MATHEMATICAL SPACE -> ' ' */
2587de45d93fSNicolas Pitre	{ 0x70, 0x30 }, /* SUPERSCRIPT ZERO -> '0' */
2588de45d93fSNicolas Pitre	{ 0x71, 0x69 }, /* SUPERSCRIPT LATIN SMALL LETTER I -> 'i' */
2589de45d93fSNicolas Pitre	{ 0x74, 0x34 }, /* SUPERSCRIPT FOUR -> '4' */
2590de45d93fSNicolas Pitre	{ 0x75, 0x35 }, /* SUPERSCRIPT FIVE -> '5' */
2591de45d93fSNicolas Pitre	{ 0x76, 0x36 }, /* SUPERSCRIPT SIX -> '6' */
2592de45d93fSNicolas Pitre	{ 0x77, 0x37 }, /* SUPERSCRIPT SEVEN -> '7' */
2593de45d93fSNicolas Pitre	{ 0x78, 0x38 }, /* SUPERSCRIPT EIGHT -> '8' */
2594de45d93fSNicolas Pitre	{ 0x79, 0x39 }, /* SUPERSCRIPT NINE -> '9' */
2595de45d93fSNicolas Pitre	{ 0x7A, 0x2B }, /* SUPERSCRIPT PLUS SIGN -> '+' */
2596de45d93fSNicolas Pitre	{ 0x7B, 0x2D }, /* SUPERSCRIPT MINUS -> '-' */
2597de45d93fSNicolas Pitre	{ 0x7C, 0x3D }, /* SUPERSCRIPT EQUALS SIGN -> '=' */
2598de45d93fSNicolas Pitre	{ 0x7D, 0x28 }, /* SUPERSCRIPT LEFT PARENTHESIS -> '(' */
2599de45d93fSNicolas Pitre	{ 0x7E, 0x29 }, /* SUPERSCRIPT RIGHT PARENTHESIS -> ')' */
2600de45d93fSNicolas Pitre	{ 0x7F, 0x6E }, /* SUPERSCRIPT LATIN SMALL LETTER N -> 'n' */
2601de45d93fSNicolas Pitre	{ 0x80, 0x30 }, /* SUBSCRIPT ZERO -> '0' */
2602de45d93fSNicolas Pitre	{ 0x81, 0x31 }, /* SUBSCRIPT ONE -> '1' */
2603de45d93fSNicolas Pitre	{ 0x82, 0x32 }, /* SUBSCRIPT TWO -> '2' */
2604de45d93fSNicolas Pitre	{ 0x83, 0x33 }, /* SUBSCRIPT THREE -> '3' */
2605de45d93fSNicolas Pitre	{ 0x84, 0x34 }, /* SUBSCRIPT FOUR -> '4' */
2606de45d93fSNicolas Pitre	{ 0x85, 0x35 }, /* SUBSCRIPT FIVE -> '5' */
2607de45d93fSNicolas Pitre	{ 0x86, 0x36 }, /* SUBSCRIPT SIX -> '6' */
2608de45d93fSNicolas Pitre	{ 0x87, 0x37 }, /* SUBSCRIPT SEVEN -> '7' */
2609de45d93fSNicolas Pitre	{ 0x88, 0x38 }, /* SUBSCRIPT EIGHT -> '8' */
2610de45d93fSNicolas Pitre	{ 0x89, 0x39 }, /* SUBSCRIPT NINE -> '9' */
2611de45d93fSNicolas Pitre	{ 0x8A, 0x2B }, /* SUBSCRIPT PLUS SIGN -> '+' */
2612de45d93fSNicolas Pitre	{ 0x8B, 0x2D }, /* SUBSCRIPT MINUS -> '-' */
2613de45d93fSNicolas Pitre	{ 0x8C, 0x3D }, /* SUBSCRIPT EQUALS SIGN -> '=' */
2614de45d93fSNicolas Pitre	{ 0x8D, 0x28 }, /* SUBSCRIPT LEFT PARENTHESIS -> '(' */
2615de45d93fSNicolas Pitre	{ 0x8E, 0x29 }, /* SUBSCRIPT RIGHT PARENTHESIS -> ')' */
2616de45d93fSNicolas Pitre	{ 0x90, 0x61 }, /* LATIN SUBSCRIPT SMALL LETTER A -> 'a' */
2617de45d93fSNicolas Pitre	{ 0x91, 0x65 }, /* LATIN SUBSCRIPT SMALL LETTER E -> 'e' */
2618de45d93fSNicolas Pitre	{ 0x92, 0x6F }, /* LATIN SUBSCRIPT SMALL LETTER O -> 'o' */
2619de45d93fSNicolas Pitre	{ 0x93, 0x78 }, /* LATIN SUBSCRIPT SMALL LETTER X -> 'x' */
2620de45d93fSNicolas Pitre	{ 0x95, 0x68 }, /* LATIN SUBSCRIPT SMALL LETTER H -> 'h' */
2621de45d93fSNicolas Pitre	{ 0x96, 0x6B }, /* LATIN SUBSCRIPT SMALL LETTER K -> 'k' */
2622de45d93fSNicolas Pitre	{ 0x97, 0x6C }, /* LATIN SUBSCRIPT SMALL LETTER L -> 'l' */
2623de45d93fSNicolas Pitre	{ 0x98, 0x6D }, /* LATIN SUBSCRIPT SMALL LETTER M -> 'm' */
2624de45d93fSNicolas Pitre	{ 0x99, 0x6E }, /* LATIN SUBSCRIPT SMALL LETTER N -> 'n' */
2625de45d93fSNicolas Pitre	{ 0x9A, 0x70 }, /* LATIN SUBSCRIPT SMALL LETTER P -> 'p' */
2626de45d93fSNicolas Pitre	{ 0x9B, 0x73 }, /* LATIN SUBSCRIPT SMALL LETTER S -> 's' */
2627de45d93fSNicolas Pitre	{ 0x9C, 0x74 }, /* LATIN SUBSCRIPT SMALL LETTER T -> 't' */
2628de45d93fSNicolas Pitre	{ 0xA4, 0x4C }, /* LIRA SIGN -> 'L' */
2629de45d93fSNicolas Pitre	{ 0xA6, 0x4E }, /* NAIRA SIGN -> 'N' */
2630de45d93fSNicolas Pitre	{ 0xA9, 0x57 }, /* WON SIGN -> 'W' */
2631de45d93fSNicolas Pitre	{ 0xAB, 0x44 }, /* DONG SIGN -> 'D' */
2632de45d93fSNicolas Pitre	{ 0xAC, 0x45 }, /* EURO SIGN -> 'E' */
2633de45d93fSNicolas Pitre	{ 0xAD, 0x4B }, /* KIP SIGN -> 'K' */
2634de45d93fSNicolas Pitre	{ 0xAE, 0x54 }, /* TUGRIK SIGN -> 'T' */
2635de45d93fSNicolas Pitre	{ 0xB1, 0x50 }, /* PESO SIGN -> 'P' */
2636de45d93fSNicolas Pitre	{ 0xB2, 0x47 }, /* GUARANI SIGN -> 'G' */
2637de45d93fSNicolas Pitre	{ 0xB3, 0x41 }, /* AUSTRAL SIGN -> 'A' */
2638de45d93fSNicolas Pitre	{ 0xB6, 0x4C }, /* LIVRE TOURNOIS SIGN -> 'L' */
2639de45d93fSNicolas Pitre	{ 0xB8, 0x54 }, /* TENGE SIGN -> 'T' */
2640de45d93fSNicolas Pitre	{ 0xBA, 0x4C }, /* TURKISH LIRA SIGN -> 'L' */
2641de45d93fSNicolas Pitre	{ 0xBB, 0x4D }, /* NORDIC MARK SIGN -> 'M' */
2642de45d93fSNicolas Pitre	{ 0xBC, 0x6D }, /* MANAT SIGN -> 'm' */
2643de45d93fSNicolas Pitre	{ 0xBD, 0x52 }, /* RUBLE SIGN -> 'R' */
2644de45d93fSNicolas Pitre	{ 0xBE, 0x6C }, /* LARI SIGN -> 'l' */
2645de45d93fSNicolas Pitre	/* Entries for page 0x21 */
2646de45d93fSNicolas Pitre	{ 0x02, 0x43 }, /* DOUBLE-STRUCK CAPITAL C -> 'C' */
2647de45d93fSNicolas Pitre	{ 0x03, 0x43 }, /* DEGREE CELSIUS -> 'C' */
2648de45d93fSNicolas Pitre	{ 0x09, 0x46 }, /* DEGREE FAHRENHEIT -> 'F' */
2649de45d93fSNicolas Pitre	{ 0x0A, 0x67 }, /* SCRIPT SMALL G -> 'g' */
2650de45d93fSNicolas Pitre	{ 0x0B, 0x00 }, /* SCRIPT CAPITAL H -> ... */
2651de45d93fSNicolas Pitre	{ 0x0D, 0x48 }, /* DOUBLE-STRUCK CAPITAL H -> 'H' */
2652de45d93fSNicolas Pitre	{ 0x0E, 0x68 }, /* PLANCK CONSTANT -> 'h' */
2653de45d93fSNicolas Pitre	{ 0x10, 0x49 }, /* SCRIPT CAPITAL I -> 'I' */
2654de45d93fSNicolas Pitre	{ 0x11, 0x49 }, /* BLACK-LETTER CAPITAL I -> 'I' */
2655de45d93fSNicolas Pitre	{ 0x12, 0x4C }, /* SCRIPT CAPITAL L -> 'L' */
2656de45d93fSNicolas Pitre	{ 0x13, 0x6C }, /* SCRIPT SMALL L -> 'l' */
2657de45d93fSNicolas Pitre	{ 0x15, 0x4E }, /* DOUBLE-STRUCK CAPITAL N -> 'N' */
2658de45d93fSNicolas Pitre	{ 0x19, 0x50 }, /* DOUBLE-STRUCK CAPITAL P -> 'P' */
2659de45d93fSNicolas Pitre	{ 0x1A, 0x51 }, /* DOUBLE-STRUCK CAPITAL Q -> 'Q' */
2660de45d93fSNicolas Pitre	{ 0x1B, 0x00 }, /* SCRIPT CAPITAL R -> ... */
2661de45d93fSNicolas Pitre	{ 0x1D, 0x52 }, /* DOUBLE-STRUCK CAPITAL R -> 'R' */
2662de45d93fSNicolas Pitre	{ 0x22, 0x54 }, /* TRADE MARK SIGN -> 'T' */
2663de45d93fSNicolas Pitre	{ 0x24, 0x5A }, /* DOUBLE-STRUCK CAPITAL Z -> 'Z' */
2664de45d93fSNicolas Pitre	{ 0x28, 0x5A }, /* BLACK-LETTER CAPITAL Z -> 'Z' */
2665de45d93fSNicolas Pitre	{ 0x2A, 0x4B }, /* KELVIN SIGN -> 'K' */
2666de45d93fSNicolas Pitre	{ 0x2B, 0x41 }, /* ANGSTROM SIGN -> 'A' */
2667de45d93fSNicolas Pitre	{ 0x2C, 0x42 }, /* SCRIPT CAPITAL B -> 'B' */
2668de45d93fSNicolas Pitre	{ 0x2D, 0x43 }, /* BLACK-LETTER CAPITAL C -> 'C' */
2669de45d93fSNicolas Pitre	{ 0x2E, 0x65 }, /* ESTIMATED SYMBOL -> 'e' */
2670de45d93fSNicolas Pitre	{ 0x2F, 0x65 }, /* SCRIPT SMALL E -> 'e' */
2671de45d93fSNicolas Pitre	{ 0x30, 0x45 }, /* SCRIPT CAPITAL E -> 'E' */
2672de45d93fSNicolas Pitre	{ 0x31, 0x46 }, /* SCRIPT CAPITAL F -> 'F' */
2673de45d93fSNicolas Pitre	{ 0x32, 0x46 }, /* TURNED CAPITAL F -> 'F' */
2674de45d93fSNicolas Pitre	{ 0x33, 0x4D }, /* SCRIPT CAPITAL M -> 'M' */
2675de45d93fSNicolas Pitre	{ 0x34, 0x6F }, /* SCRIPT SMALL O -> 'o' */
2676de45d93fSNicolas Pitre	{ 0x39, 0x69 }, /* INFORMATION SOURCE -> 'i' */
2677de45d93fSNicolas Pitre	{ 0x45, 0x44 }, /* DOUBLE-STRUCK ITALIC CAPITAL D -> 'D' */
2678de45d93fSNicolas Pitre	{ 0x46, 0x64 }, /* DOUBLE-STRUCK ITALIC SMALL D -> 'd' */
2679de45d93fSNicolas Pitre	{ 0x47, 0x65 }, /* DOUBLE-STRUCK ITALIC SMALL E -> 'e' */
2680de45d93fSNicolas Pitre	{ 0x48, 0x69 }, /* DOUBLE-STRUCK ITALIC SMALL I -> 'i' */
2681de45d93fSNicolas Pitre	{ 0x49, 0x6A }, /* DOUBLE-STRUCK ITALIC SMALL J -> 'j' */
2682de45d93fSNicolas Pitre	{ 0x4E, 0x46 }, /* TURNED SMALL F -> 'F' */
2683de45d93fSNicolas Pitre	{ 0x60, 0x49 }, /* ROMAN NUMERAL ONE -> 'I' */
2684de45d93fSNicolas Pitre	{ 0x64, 0x56 }, /* ROMAN NUMERAL FIVE -> 'V' */
2685de45d93fSNicolas Pitre	{ 0x69, 0x58 }, /* ROMAN NUMERAL TEN -> 'X' */
2686de45d93fSNicolas Pitre	{ 0x6C, 0x4C }, /* ROMAN NUMERAL FIFTY -> 'L' */
2687de45d93fSNicolas Pitre	{ 0x6D, 0x43 }, /* ROMAN NUMERAL ONE HUNDRED -> 'C' */
2688de45d93fSNicolas Pitre	{ 0x6E, 0x44 }, /* ROMAN NUMERAL FIVE HUNDRED -> 'D' */
2689de45d93fSNicolas Pitre	{ 0x6F, 0x4D }, /* ROMAN NUMERAL ONE THOUSAND -> 'M' */
2690de45d93fSNicolas Pitre	{ 0x70, 0x69 }, /* SMALL ROMAN NUMERAL ONE -> 'i' */
2691de45d93fSNicolas Pitre	{ 0x74, 0x76 }, /* SMALL ROMAN NUMERAL FIVE -> 'v' */
2692de45d93fSNicolas Pitre	{ 0x79, 0x78 }, /* SMALL ROMAN NUMERAL TEN -> 'x' */
2693de45d93fSNicolas Pitre	{ 0x7C, 0x6C }, /* SMALL ROMAN NUMERAL FIFTY -> 'l' */
2694de45d93fSNicolas Pitre	{ 0x7D, 0x63 }, /* SMALL ROMAN NUMERAL ONE HUNDRED -> 'c' */
2695de45d93fSNicolas Pitre	{ 0x7E, 0x64 }, /* SMALL ROMAN NUMERAL FIVE HUNDRED -> 'd' */
2696de45d93fSNicolas Pitre	{ 0x7F, 0x6D }, /* SMALL ROMAN NUMERAL ONE THOUSAND -> 'm' */
2697de45d93fSNicolas Pitre	{ 0x83, 0x29 }, /* ROMAN NUMERAL REVERSED ONE HUNDRED -> ')' */
2698de45d93fSNicolas Pitre	{ 0x90, 0x3C }, /* LEFTWARDS ARROW -> '<' */
2699de45d93fSNicolas Pitre	{ 0x91, 0x5E }, /* UPWARDS ARROW -> '^' */
2700de45d93fSNicolas Pitre	{ 0x92, 0x3E }, /* RIGHTWARDS ARROW -> '>' */
2701de45d93fSNicolas Pitre	{ 0x93, 0x76 }, /* DOWNWARDS ARROW -> 'v' */
2702de45d93fSNicolas Pitre	{ 0x94, 0x2D }, /* LEFT RIGHT ARROW -> '-' */
2703de45d93fSNicolas Pitre	{ 0x95, 0x7C }, /* UP DOWN ARROW -> '|' */
2704de45d93fSNicolas Pitre	{ 0x96, 0x5C }, /* NORTH WEST ARROW -> '\' */
2705de45d93fSNicolas Pitre	{ 0x97, 0x2F }, /* NORTH EAST ARROW -> '/' */
2706de45d93fSNicolas Pitre	{ 0x98, 0x5C }, /* SOUTH EAST ARROW -> '\' */
2707de45d93fSNicolas Pitre	{ 0x99, 0x2F }, /* SOUTH WEST ARROW -> '/' */
2708de45d93fSNicolas Pitre	{ 0x9A, 0x21 }, /* LEFTWARDS ARROW WITH STROKE -> '!' */
2709de45d93fSNicolas Pitre	{ 0x9B, 0x21 }, /* RIGHTWARDS ARROW WITH STROKE -> '!' */
2710de45d93fSNicolas Pitre	{ 0x9C, 0x7E }, /* LEFTWARDS WAVE ARROW -> '~' */
2711de45d93fSNicolas Pitre	{ 0x9D, 0x7E }, /* RIGHTWARDS WAVE ARROW -> '~' */
2712de45d93fSNicolas Pitre	{ 0x9E, 0x2D }, /* LEFTWARDS TWO HEADED ARROW -> '-' */
2713de45d93fSNicolas Pitre	{ 0x9F, 0x7C }, /* UPWARDS TWO HEADED ARROW -> '|' */
2714de45d93fSNicolas Pitre	{ 0xA0, 0x2D }, /* RIGHTWARDS TWO HEADED ARROW -> '-' */
2715de45d93fSNicolas Pitre	{ 0xA1, 0x7C }, /* DOWNWARDS TWO HEADED ARROW -> '|' */
2716de45d93fSNicolas Pitre	{ 0xA2, 0x00 }, /* LEFTWARDS ARROW WITH TAIL -> ... */
2717de45d93fSNicolas Pitre	{ 0xA4, 0x2D }, /* LEFTWARDS ARROW FROM BAR -> '-' */
2718de45d93fSNicolas Pitre	{ 0xA5, 0x7C }, /* UPWARDS ARROW FROM BAR -> '|' */
2719de45d93fSNicolas Pitre	{ 0xA6, 0x2D }, /* RIGHTWARDS ARROW FROM BAR -> '-' */
2720de45d93fSNicolas Pitre	{ 0xA7, 0x7C }, /* DOWNWARDS ARROW FROM BAR -> '|' */
2721de45d93fSNicolas Pitre	{ 0xA8, 0x7C }, /* UP DOWN ARROW WITH BASE -> '|' */
2722de45d93fSNicolas Pitre	{ 0xA9, 0x00 }, /* LEFTWARDS ARROW WITH HOOK -> ... */
2723de45d93fSNicolas Pitre	{ 0xAD, 0x2D }, /* LEFT RIGHT WAVE ARROW -> '-' */
2724de45d93fSNicolas Pitre	{ 0xAE, 0x21 }, /* LEFT RIGHT ARROW WITH STROKE -> '!' */
2725de45d93fSNicolas Pitre	{ 0xAF, 0x00 }, /* DOWNWARDS ZIGZAG ARROW -> ... */
2726de45d93fSNicolas Pitre	{ 0xB5, 0x7C }, /* DOWNWARDS ARROW WITH CORNER LEFTWARDS -> '|' */
2727de45d93fSNicolas Pitre	{ 0xB6, 0x5E }, /* ANTICLOCKWISE TOP SEMICIRCLE ARROW -> '^' */
2728de45d93fSNicolas Pitre	{ 0xB7, 0x56 }, /* CLOCKWISE TOP SEMICIRCLE ARROW -> 'V' */
2729de45d93fSNicolas Pitre	{ 0xB8, 0x5C }, /* NORTH WEST ARROW TO LONG BAR -> '\' */
2730de45d93fSNicolas Pitre	{ 0xB9, 0x3D }, /* LEFTWARDS ARROW TO BAR OVER RIGHTWARDS ARROW TO BAR -> '=' */
2731de45d93fSNicolas Pitre	{ 0xBA, 0x56 }, /* ANTICLOCKWISE OPEN CIRCLE ARROW -> 'V' */
2732de45d93fSNicolas Pitre	{ 0xBB, 0x5E }, /* CLOCKWISE OPEN CIRCLE ARROW -> '^' */
2733de45d93fSNicolas Pitre	{ 0xBC, 0x2D }, /* LEFTWARDS HARPOON WITH BARB UPWARDS -> '-' */
2734de45d93fSNicolas Pitre	{ 0xBD, 0x2D }, /* LEFTWARDS HARPOON WITH BARB DOWNWARDS -> '-' */
2735de45d93fSNicolas Pitre	{ 0xBE, 0x7C }, /* UPWARDS HARPOON WITH BARB RIGHTWARDS -> '|' */
2736de45d93fSNicolas Pitre	{ 0xBF, 0x7C }, /* UPWARDS HARPOON WITH BARB LEFTWARDS -> '|' */
2737de45d93fSNicolas Pitre	{ 0xC0, 0x2D }, /* RIGHTWARDS HARPOON WITH BARB UPWARDS -> '-' */
2738de45d93fSNicolas Pitre	{ 0xC1, 0x2D }, /* RIGHTWARDS HARPOON WITH BARB DOWNWARDS -> '-' */
2739de45d93fSNicolas Pitre	{ 0xC2, 0x7C }, /* DOWNWARDS HARPOON WITH BARB RIGHTWARDS -> '|' */
2740de45d93fSNicolas Pitre	{ 0xC3, 0x7C }, /* DOWNWARDS HARPOON WITH BARB LEFTWARDS -> '|' */
2741de45d93fSNicolas Pitre	{ 0xC4, 0x3D }, /* RIGHTWARDS ARROW OVER LEFTWARDS ARROW -> '=' */
2742de45d93fSNicolas Pitre	{ 0xC5, 0x7C }, /* UPWARDS ARROW LEFTWARDS OF DOWNWARDS ARROW -> '|' */
2743de45d93fSNicolas Pitre	{ 0xC6, 0x3D }, /* LEFTWARDS ARROW OVER RIGHTWARDS ARROW -> '=' */
2744de45d93fSNicolas Pitre	{ 0xC7, 0x3D }, /* LEFTWARDS PAIRED ARROWS -> '=' */
2745de45d93fSNicolas Pitre	{ 0xC8, 0x7C }, /* UPWARDS PAIRED ARROWS -> '|' */
2746de45d93fSNicolas Pitre	{ 0xC9, 0x3D }, /* RIGHTWARDS PAIRED ARROWS -> '=' */
2747de45d93fSNicolas Pitre	{ 0xCA, 0x7C }, /* DOWNWARDS PAIRED ARROWS -> '|' */
2748de45d93fSNicolas Pitre	{ 0xCB, 0x3D }, /* LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON -> '=' */
2749de45d93fSNicolas Pitre	{ 0xCC, 0x3D }, /* RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON -> '=' */
2750de45d93fSNicolas Pitre	{ 0xCD, 0x00 }, /* LEFTWARDS DOUBLE ARROW WITH STROKE -> ... */
2751de45d93fSNicolas Pitre	{ 0xCF, 0x21 }, /* RIGHTWARDS DOUBLE ARROW WITH STROKE -> '!' */
2752de45d93fSNicolas Pitre	{ 0xD0, 0x3C }, /* LEFTWARDS DOUBLE ARROW -> '<' */
2753de45d93fSNicolas Pitre	{ 0xD1, 0x5E }, /* UPWARDS DOUBLE ARROW -> '^' */
2754de45d93fSNicolas Pitre	{ 0xD2, 0x3E }, /* RIGHTWARDS DOUBLE ARROW -> '>' */
2755de45d93fSNicolas Pitre	{ 0xD3, 0x76 }, /* DOWNWARDS DOUBLE ARROW -> 'v' */
2756de45d93fSNicolas Pitre	{ 0xD4, 0x3D }, /* LEFT RIGHT DOUBLE ARROW -> '=' */
2757de45d93fSNicolas Pitre	{ 0xD5, 0x7C }, /* UP DOWN DOUBLE ARROW -> '|' */
2758de45d93fSNicolas Pitre	{ 0xD6, 0x5C }, /* NORTH WEST DOUBLE ARROW -> '\' */
2759de45d93fSNicolas Pitre	{ 0xD7, 0x2F }, /* NORTH EAST DOUBLE ARROW -> '/' */
2760de45d93fSNicolas Pitre	{ 0xD8, 0x5C }, /* SOUTH EAST DOUBLE ARROW -> '\' */
2761de45d93fSNicolas Pitre	{ 0xD9, 0x2F }, /* SOUTH WEST DOUBLE ARROW -> '/' */
2762de45d93fSNicolas Pitre	{ 0xDA, 0x3D }, /* LEFTWARDS TRIPLE ARROW -> '=' */
2763de45d93fSNicolas Pitre	{ 0xDB, 0x3D }, /* RIGHTWARDS TRIPLE ARROW -> '=' */
2764de45d93fSNicolas Pitre	{ 0xDC, 0x7E }, /* LEFTWARDS SQUIGGLE ARROW -> '~' */
2765de45d93fSNicolas Pitre	{ 0xDD, 0x7E }, /* RIGHTWARDS SQUIGGLE ARROW -> '~' */
2766de45d93fSNicolas Pitre	{ 0xDE, 0x7C }, /* UPWARDS ARROW WITH DOUBLE STROKE -> '|' */
2767de45d93fSNicolas Pitre	{ 0xDF, 0x7C }, /* DOWNWARDS ARROW WITH DOUBLE STROKE -> '|' */
2768de45d93fSNicolas Pitre	{ 0xE0, 0x2D }, /* LEFTWARDS DASHED ARROW -> '-' */
2769de45d93fSNicolas Pitre	{ 0xE1, 0x7C }, /* UPWARDS DASHED ARROW -> '|' */
2770de45d93fSNicolas Pitre	{ 0xE2, 0x2D }, /* RIGHTWARDS DASHED ARROW -> '-' */
2771de45d93fSNicolas Pitre	{ 0xE3, 0x7C }, /* DOWNWARDS DASHED ARROW -> '|' */
2772de45d93fSNicolas Pitre	{ 0xE4, 0x00 }, /* LEFTWARDS ARROW TO BAR -> ... */
2773de45d93fSNicolas Pitre	{ 0xE6, 0x2D }, /* LEFTWARDS WHITE ARROW -> '-' */
2774de45d93fSNicolas Pitre	{ 0xE7, 0x7C }, /* UPWARDS WHITE ARROW -> '|' */
2775de45d93fSNicolas Pitre	{ 0xE8, 0x2D }, /* RIGHTWARDS WHITE ARROW -> '-' */
2776de45d93fSNicolas Pitre	{ 0xE9, 0x00 }, /* DOWNWARDS WHITE ARROW -> ... */
2777de45d93fSNicolas Pitre	{ 0xEF, 0x7C }, /* UPWARDS WHITE DOUBLE ARROW ON PEDESTAL -> '|' */
2778de45d93fSNicolas Pitre	{ 0xF0, 0x2D }, /* RIGHTWARDS WHITE ARROW FROM WALL -> '-' */
2779de45d93fSNicolas Pitre	{ 0xF1, 0x5C }, /* NORTH WEST ARROW TO CORNER -> '\' */
2780de45d93fSNicolas Pitre	{ 0xF2, 0x5C }, /* SOUTH EAST ARROW TO CORNER -> '\' */
2781de45d93fSNicolas Pitre	{ 0xF3, 0x7C }, /* UP DOWN WHITE ARROW -> '|' */
2782de45d93fSNicolas Pitre	/* Entries for page 0x22 */
2783de45d93fSNicolas Pitre	{ 0x04, 0x21 }, /* THERE DOES NOT EXIST -> '!' */
2784de45d93fSNicolas Pitre	{ 0x09, 0x21 }, /* NOT AN ELEMENT OF -> '!' */
2785de45d93fSNicolas Pitre	{ 0x0C, 0x21 }, /* DOES NOT CONTAIN AS MEMBER -> '!' */
2786de45d93fSNicolas Pitre	{ 0x12, 0x2D }, /* MINUS SIGN -> '-' */
2787de45d93fSNicolas Pitre	{ 0x15, 0x2F }, /* DIVISION SLASH -> '/' */
2788de45d93fSNicolas Pitre	{ 0x16, 0x5C }, /* SET MINUS -> '\' */
2789de45d93fSNicolas Pitre	{ 0x17, 0x2A }, /* ASTERISK OPERATOR -> '*' */
2790de45d93fSNicolas Pitre	{ 0x18, 0x6F }, /* RING OPERATOR -> 'o' */
2791de45d93fSNicolas Pitre	{ 0x19, 0x2E }, /* BULLET OPERATOR -> '.' */
2792de45d93fSNicolas Pitre	{ 0x23, 0x7C }, /* DIVIDES -> '|' */
2793de45d93fSNicolas Pitre	{ 0x24, 0x21 }, /* DOES NOT DIVIDE -> '!' */
2794de45d93fSNicolas Pitre	{ 0x26, 0x21 }, /* NOT PARALLEL TO -> '!' */
2795de45d93fSNicolas Pitre	{ 0x36, 0x3A }, /* RATIO -> ':' */
2796de45d93fSNicolas Pitre	{ 0x3C, 0x7E }, /* TILDE OPERATOR -> '~' */
2797de45d93fSNicolas Pitre	{ 0x41, 0x23 }, /* NOT TILDE -> '#' */
2798de45d93fSNicolas Pitre	{ 0x44, 0x23 }, /* NOT ASYMPTOTICALLY EQUAL TO -> '#' */
2799de45d93fSNicolas Pitre	{ 0x49, 0x23 }, /* NOT ALMOST EQUAL TO -> '#' */
2800de45d93fSNicolas Pitre	{ 0x60, 0x23 }, /* NOT EQUAL TO -> '#' */
2801de45d93fSNicolas Pitre	{ 0x62, 0x23 }, /* NOT IDENTICAL TO -> '#' */
2802de45d93fSNicolas Pitre	{ 0x64, 0x3C }, /* LESS-THAN OR EQUAL TO -> '<' */
2803de45d93fSNicolas Pitre	{ 0x65, 0x3E }, /* GREATER-THAN OR EQUAL TO -> '>' */
2804de45d93fSNicolas Pitre	{ 0x68, 0x23 }, /* LESS-THAN BUT NOT EQUAL TO -> '#' */
2805de45d93fSNicolas Pitre	{ 0x69, 0x23 }, /* GREATER-THAN BUT NOT EQUAL TO -> '#' */
2806de45d93fSNicolas Pitre	{ 0x6D, 0x23 }, /* NOT EQUIVALENT TO -> '#' */
2807de45d93fSNicolas Pitre	{ 0x6E, 0x21 }, /* NOT LESS-THAN -> '!' */
2808de45d93fSNicolas Pitre	{ 0x6F, 0x21 }, /* NOT GREATER-THAN -> '!' */
2809de45d93fSNicolas Pitre	{ 0x80, 0x21 }, /* DOES NOT PRECEDE -> '!' */
2810de45d93fSNicolas Pitre	{ 0x81, 0x21 }, /* DOES NOT SUCCEED -> '!' */
2811de45d93fSNicolas Pitre	{ 0x84, 0x21 }, /* NOT A SUBSET OF -> '!' */
2812de45d93fSNicolas Pitre	{ 0x85, 0x21 }, /* NOT A SUPERSET OF -> '!' */
2813de45d93fSNicolas Pitre	{ 0x8A, 0x23 }, /* SUBSET OF WITH NOT EQUAL TO -> '#' */
2814de45d93fSNicolas Pitre	{ 0x8B, 0x23 }, /* SUPERSET OF WITH NOT EQUAL TO -> '#' */
2815de45d93fSNicolas Pitre	{ 0x9B, 0x2A }, /* CIRCLED ASTERISK OPERATOR -> '*' */
2816de45d93fSNicolas Pitre	{ 0xC6, 0x2A }, /* STAR OPERATOR -> '*' */
2817de45d93fSNicolas Pitre	/* Entries for page 0x23 */
2818de45d93fSNicolas Pitre	{ 0x03, 0x5E }, /* UP ARROWHEAD -> '^' */
2819de45d93fSNicolas Pitre	{ 0x29, 0x3C }, /* LEFT-POINTING ANGLE BRACKET -> '<' */
2820de45d93fSNicolas Pitre	{ 0x5F, 0x2A }, /* APL FUNCTIONAL SYMBOL CIRCLE STAR -> '*' */
2821de45d93fSNicolas Pitre	{ 0x63, 0x2A }, /* APL FUNCTIONAL SYMBOL STAR DIAERESIS -> '*' */
2822de45d93fSNicolas Pitre	/* Entries for page 0x24 */
2823de45d93fSNicolas Pitre	{ 0x60, 0x31 }, /* CIRCLED DIGIT ONE -> '1' */
2824de45d93fSNicolas Pitre	{ 0x61, 0x32 }, /* CIRCLED DIGIT TWO -> '2' */
2825de45d93fSNicolas Pitre	{ 0x62, 0x33 }, /* CIRCLED DIGIT THREE -> '3' */
2826de45d93fSNicolas Pitre	{ 0x63, 0x34 }, /* CIRCLED DIGIT FOUR -> '4' */
2827de45d93fSNicolas Pitre	{ 0x64, 0x35 }, /* CIRCLED DIGIT FIVE -> '5' */
2828de45d93fSNicolas Pitre	{ 0x65, 0x36 }, /* CIRCLED DIGIT SIX -> '6' */
2829de45d93fSNicolas Pitre	{ 0x66, 0x37 }, /* CIRCLED DIGIT SEVEN -> '7' */
2830de45d93fSNicolas Pitre	{ 0x67, 0x38 }, /* CIRCLED DIGIT EIGHT -> '8' */
2831de45d93fSNicolas Pitre	{ 0x68, 0x39 }, /* CIRCLED DIGIT NINE -> '9' */
2832de45d93fSNicolas Pitre	{ 0xB6, 0x41 }, /* CIRCLED LATIN CAPITAL LETTER A -> 'A' */
2833de45d93fSNicolas Pitre	{ 0xB7, 0x42 }, /* CIRCLED LATIN CAPITAL LETTER B -> 'B' */
2834de45d93fSNicolas Pitre	{ 0xB8, 0x43 }, /* CIRCLED LATIN CAPITAL LETTER C -> 'C' */
2835de45d93fSNicolas Pitre	{ 0xB9, 0x44 }, /* CIRCLED LATIN CAPITAL LETTER D -> 'D' */
2836de45d93fSNicolas Pitre	{ 0xBA, 0x45 }, /* CIRCLED LATIN CAPITAL LETTER E -> 'E' */
2837de45d93fSNicolas Pitre	{ 0xBB, 0x46 }, /* CIRCLED LATIN CAPITAL LETTER F -> 'F' */
2838de45d93fSNicolas Pitre	{ 0xBC, 0x47 }, /* CIRCLED LATIN CAPITAL LETTER G -> 'G' */
2839de45d93fSNicolas Pitre	{ 0xBD, 0x48 }, /* CIRCLED LATIN CAPITAL LETTER H -> 'H' */
2840de45d93fSNicolas Pitre	{ 0xBE, 0x49 }, /* CIRCLED LATIN CAPITAL LETTER I -> 'I' */
2841de45d93fSNicolas Pitre	{ 0xBF, 0x4A }, /* CIRCLED LATIN CAPITAL LETTER J -> 'J' */
2842de45d93fSNicolas Pitre	{ 0xC0, 0x4B }, /* CIRCLED LATIN CAPITAL LETTER K -> 'K' */
2843de45d93fSNicolas Pitre	{ 0xC1, 0x4C }, /* CIRCLED LATIN CAPITAL LETTER L -> 'L' */
2844de45d93fSNicolas Pitre	{ 0xC2, 0x4D }, /* CIRCLED LATIN CAPITAL LETTER M -> 'M' */
2845de45d93fSNicolas Pitre	{ 0xC3, 0x4E }, /* CIRCLED LATIN CAPITAL LETTER N -> 'N' */
2846de45d93fSNicolas Pitre	{ 0xC4, 0x4F }, /* CIRCLED LATIN CAPITAL LETTER O -> 'O' */
2847de45d93fSNicolas Pitre	{ 0xC5, 0x50 }, /* CIRCLED LATIN CAPITAL LETTER P -> 'P' */
2848de45d93fSNicolas Pitre	{ 0xC6, 0x51 }, /* CIRCLED LATIN CAPITAL LETTER Q -> 'Q' */
2849de45d93fSNicolas Pitre	{ 0xC7, 0x52 }, /* CIRCLED LATIN CAPITAL LETTER R -> 'R' */
2850de45d93fSNicolas Pitre	{ 0xC8, 0x53 }, /* CIRCLED LATIN CAPITAL LETTER S -> 'S' */
2851de45d93fSNicolas Pitre	{ 0xC9, 0x54 }, /* CIRCLED LATIN CAPITAL LETTER T -> 'T' */
2852de45d93fSNicolas Pitre	{ 0xCA, 0x55 }, /* CIRCLED LATIN CAPITAL LETTER U -> 'U' */
2853de45d93fSNicolas Pitre	{ 0xCB, 0x56 }, /* CIRCLED LATIN CAPITAL LETTER V -> 'V' */
2854de45d93fSNicolas Pitre	{ 0xCC, 0x57 }, /* CIRCLED LATIN CAPITAL LETTER W -> 'W' */
2855de45d93fSNicolas Pitre	{ 0xCD, 0x58 }, /* CIRCLED LATIN CAPITAL LETTER X -> 'X' */
2856de45d93fSNicolas Pitre	{ 0xCE, 0x59 }, /* CIRCLED LATIN CAPITAL LETTER Y -> 'Y' */
2857de45d93fSNicolas Pitre	{ 0xCF, 0x5A }, /* CIRCLED LATIN CAPITAL LETTER Z -> 'Z' */
2858de45d93fSNicolas Pitre	{ 0xD0, 0x61 }, /* CIRCLED LATIN SMALL LETTER A -> 'a' */
2859de45d93fSNicolas Pitre	{ 0xD1, 0x62 }, /* CIRCLED LATIN SMALL LETTER B -> 'b' */
2860de45d93fSNicolas Pitre	{ 0xD2, 0x63 }, /* CIRCLED LATIN SMALL LETTER C -> 'c' */
2861de45d93fSNicolas Pitre	{ 0xD3, 0x64 }, /* CIRCLED LATIN SMALL LETTER D -> 'd' */
2862de45d93fSNicolas Pitre	{ 0xD4, 0x65 }, /* CIRCLED LATIN SMALL LETTER E -> 'e' */
2863de45d93fSNicolas Pitre	{ 0xD5, 0x66 }, /* CIRCLED LATIN SMALL LETTER F -> 'f' */
2864de45d93fSNicolas Pitre	{ 0xD6, 0x67 }, /* CIRCLED LATIN SMALL LETTER G -> 'g' */
2865de45d93fSNicolas Pitre	{ 0xD7, 0x68 }, /* CIRCLED LATIN SMALL LETTER H -> 'h' */
2866de45d93fSNicolas Pitre	{ 0xD8, 0x69 }, /* CIRCLED LATIN SMALL LETTER I -> 'i' */
2867de45d93fSNicolas Pitre	{ 0xD9, 0x6A }, /* CIRCLED LATIN SMALL LETTER J -> 'j' */
2868de45d93fSNicolas Pitre	{ 0xDA, 0x6B }, /* CIRCLED LATIN SMALL LETTER K -> 'k' */
2869de45d93fSNicolas Pitre	{ 0xDB, 0x6C }, /* CIRCLED LATIN SMALL LETTER L -> 'l' */
2870de45d93fSNicolas Pitre	{ 0xDC, 0x6D }, /* CIRCLED LATIN SMALL LETTER M -> 'm' */
2871de45d93fSNicolas Pitre	{ 0xDD, 0x6E }, /* CIRCLED LATIN SMALL LETTER N -> 'n' */
2872de45d93fSNicolas Pitre	{ 0xDE, 0x6F }, /* CIRCLED LATIN SMALL LETTER O -> 'o' */
2873de45d93fSNicolas Pitre	{ 0xDF, 0x70 }, /* CIRCLED LATIN SMALL LETTER P -> 'p' */
2874de45d93fSNicolas Pitre	{ 0xE0, 0x71 }, /* CIRCLED LATIN SMALL LETTER Q -> 'q' */
2875de45d93fSNicolas Pitre	{ 0xE1, 0x72 }, /* CIRCLED LATIN SMALL LETTER R -> 'r' */
2876de45d93fSNicolas Pitre	{ 0xE2, 0x73 }, /* CIRCLED LATIN SMALL LETTER S -> 's' */
2877de45d93fSNicolas Pitre	{ 0xE3, 0x74 }, /* CIRCLED LATIN SMALL LETTER T -> 't' */
2878de45d93fSNicolas Pitre	{ 0xE4, 0x75 }, /* CIRCLED LATIN SMALL LETTER U -> 'u' */
2879de45d93fSNicolas Pitre	{ 0xE5, 0x76 }, /* CIRCLED LATIN SMALL LETTER V -> 'v' */
2880de45d93fSNicolas Pitre	{ 0xE6, 0x77 }, /* CIRCLED LATIN SMALL LETTER W -> 'w' */
2881de45d93fSNicolas Pitre	{ 0xE7, 0x78 }, /* CIRCLED LATIN SMALL LETTER X -> 'x' */
2882de45d93fSNicolas Pitre	{ 0xE8, 0x79 }, /* CIRCLED LATIN SMALL LETTER Y -> 'y' */
2883de45d93fSNicolas Pitre	{ 0xE9, 0x7A }, /* CIRCLED LATIN SMALL LETTER Z -> 'z' */
2884de45d93fSNicolas Pitre	{ 0xEA, 0x30 }, /* CIRCLED DIGIT ZERO -> '0' */
2885de45d93fSNicolas Pitre	{ 0xF5, 0x31 }, /* DOUBLE CIRCLED DIGIT ONE -> '1' */
2886de45d93fSNicolas Pitre	{ 0xF6, 0x32 }, /* DOUBLE CIRCLED DIGIT TWO -> '2' */
2887de45d93fSNicolas Pitre	{ 0xF7, 0x33 }, /* DOUBLE CIRCLED DIGIT THREE -> '3' */
2888de45d93fSNicolas Pitre	{ 0xF8, 0x34 }, /* DOUBLE CIRCLED DIGIT FOUR -> '4' */
2889de45d93fSNicolas Pitre	{ 0xF9, 0x35 }, /* DOUBLE CIRCLED DIGIT FIVE -> '5' */
2890de45d93fSNicolas Pitre	{ 0xFA, 0x36 }, /* DOUBLE CIRCLED DIGIT SIX -> '6' */
2891de45d93fSNicolas Pitre	{ 0xFB, 0x37 }, /* DOUBLE CIRCLED DIGIT SEVEN -> '7' */
2892de45d93fSNicolas Pitre	{ 0xFC, 0x38 }, /* DOUBLE CIRCLED DIGIT EIGHT -> '8' */
2893de45d93fSNicolas Pitre	{ 0xFD, 0x39 }, /* DOUBLE CIRCLED DIGIT NINE -> '9' */
2894de45d93fSNicolas Pitre	{ 0xFF, 0x30 }, /* NEGATIVE CIRCLED DIGIT ZERO -> '0' */
2895de45d93fSNicolas Pitre	/* Entries for page 0x25 */
2896de45d93fSNicolas Pitre	{ 0x00, 0x2D }, /* BOX DRAWINGS LIGHT HORIZONTAL -> '-' */
2897de45d93fSNicolas Pitre	{ 0x01, 0x2D }, /* BOX DRAWINGS HEAVY HORIZONTAL -> '-' */
2898de45d93fSNicolas Pitre	{ 0x02, 0x7C }, /* BOX DRAWINGS LIGHT VERTICAL -> '|' */
2899de45d93fSNicolas Pitre	{ 0x03, 0x7C }, /* BOX DRAWINGS HEAVY VERTICAL -> '|' */
2900de45d93fSNicolas Pitre	{ 0x04, 0x2D }, /* BOX DRAWINGS LIGHT TRIPLE DASH HORIZONTAL -> '-' */
2901de45d93fSNicolas Pitre	{ 0x05, 0x2D }, /* BOX DRAWINGS HEAVY TRIPLE DASH HORIZONTAL -> '-' */
2902de45d93fSNicolas Pitre	{ 0x06, 0x7C }, /* BOX DRAWINGS LIGHT TRIPLE DASH VERTICAL -> '|' */
2903de45d93fSNicolas Pitre	{ 0x07, 0x7C }, /* BOX DRAWINGS HEAVY TRIPLE DASH VERTICAL -> '|' */
2904de45d93fSNicolas Pitre	{ 0x08, 0x2D }, /* BOX DRAWINGS LIGHT QUADRUPLE DASH HORIZONTAL -> '-' */
2905de45d93fSNicolas Pitre	{ 0x09, 0x2D }, /* BOX DRAWINGS HEAVY QUADRUPLE DASH HORIZONTAL -> '-' */
2906de45d93fSNicolas Pitre	{ 0x0A, 0x7C }, /* BOX DRAWINGS LIGHT QUADRUPLE DASH VERTICAL -> '|' */
2907de45d93fSNicolas Pitre	{ 0x0B, 0x7C }, /* BOX DRAWINGS HEAVY QUADRUPLE DASH VERTICAL -> '|' */
2908de45d93fSNicolas Pitre	{ 0x0C, 0x00 }, /* BOX DRAWINGS LIGHT DOWN AND RIGHT -> ... */
2909de45d93fSNicolas Pitre	{ 0x4B, 0x2B }, /* BOX DRAWINGS HEAVY VERTICAL AND HORIZONTAL -> '+' */
2910de45d93fSNicolas Pitre	{ 0x4C, 0x2D }, /* BOX DRAWINGS LIGHT DOUBLE DASH HORIZONTAL -> '-' */
2911de45d93fSNicolas Pitre	{ 0x4D, 0x2D }, /* BOX DRAWINGS HEAVY DOUBLE DASH HORIZONTAL -> '-' */
2912de45d93fSNicolas Pitre	{ 0x4E, 0x7C }, /* BOX DRAWINGS LIGHT DOUBLE DASH VERTICAL -> '|' */
2913de45d93fSNicolas Pitre	{ 0x4F, 0x7C }, /* BOX DRAWINGS HEAVY DOUBLE DASH VERTICAL -> '|' */
2914de45d93fSNicolas Pitre	{ 0x50, 0x2D }, /* BOX DRAWINGS DOUBLE HORIZONTAL -> '-' */
2915de45d93fSNicolas Pitre	{ 0x51, 0x7C }, /* BOX DRAWINGS DOUBLE VERTICAL -> '|' */
2916de45d93fSNicolas Pitre	{ 0x52, 0x00 }, /* BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE -> ... */
2917de45d93fSNicolas Pitre	{ 0x70, 0x2B }, /* BOX DRAWINGS LIGHT ARC UP AND RIGHT -> '+' */
2918de45d93fSNicolas Pitre	{ 0x71, 0x2F }, /* BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO LOWER LEFT -> '/' */
2919de45d93fSNicolas Pitre	{ 0x72, 0x5C }, /* BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO LOWER RIGHT -> '\' */
2920de45d93fSNicolas Pitre	{ 0x73, 0x58 }, /* BOX DRAWINGS LIGHT DIAGONAL CROSS -> 'X' */
2921de45d93fSNicolas Pitre	{ 0x74, 0x2D }, /* BOX DRAWINGS LIGHT LEFT -> '-' */
2922de45d93fSNicolas Pitre	{ 0x75, 0x7C }, /* BOX DRAWINGS LIGHT UP -> '|' */
2923de45d93fSNicolas Pitre	{ 0x76, 0x2D }, /* BOX DRAWINGS LIGHT RIGHT -> '-' */
2924de45d93fSNicolas Pitre	{ 0x77, 0x7C }, /* BOX DRAWINGS LIGHT DOWN -> '|' */
2925de45d93fSNicolas Pitre	{ 0x78, 0x2D }, /* BOX DRAWINGS HEAVY LEFT -> '-' */
2926de45d93fSNicolas Pitre	{ 0x79, 0x7C }, /* BOX DRAWINGS HEAVY UP -> '|' */
2927de45d93fSNicolas Pitre	{ 0x7A, 0x2D }, /* BOX DRAWINGS HEAVY RIGHT -> '-' */
2928de45d93fSNicolas Pitre	{ 0x7B, 0x7C }, /* BOX DRAWINGS HEAVY DOWN -> '|' */
2929de45d93fSNicolas Pitre	{ 0x7C, 0x2D }, /* BOX DRAWINGS LIGHT LEFT AND HEAVY RIGHT -> '-' */
2930de45d93fSNicolas Pitre	{ 0x7D, 0x7C }, /* BOX DRAWINGS LIGHT UP AND HEAVY DOWN -> '|' */
2931de45d93fSNicolas Pitre	{ 0x7E, 0x2D }, /* BOX DRAWINGS HEAVY LEFT AND LIGHT RIGHT -> '-' */
2932de45d93fSNicolas Pitre	{ 0x7F, 0x7C }, /* BOX DRAWINGS HEAVY UP AND LIGHT DOWN -> '|' */
2933de45d93fSNicolas Pitre	{ 0x80, 0x00 }, /* UPPER HALF BLOCK -> ... */
2934de45d93fSNicolas Pitre	{ 0x93, 0x23 }, /* DARK SHADE -> '#' */
2935de45d93fSNicolas Pitre	{ 0x94, 0x2D }, /* UPPER ONE EIGHTH BLOCK -> '-' */
2936de45d93fSNicolas Pitre	{ 0x95, 0x7C }, /* RIGHT ONE EIGHTH BLOCK -> '|' */
2937de45d93fSNicolas Pitre	{ 0x96, 0x00 }, /* QUADRANT LOWER LEFT -> ... */
2938de45d93fSNicolas Pitre	{ 0xB1, 0x23 }, /* WHITE PARALLELOGRAM -> '#' */
2939de45d93fSNicolas Pitre	{ 0xB2, 0x00 }, /* BLACK UP-POINTING TRIANGLE -> ... */
2940de45d93fSNicolas Pitre	{ 0xB5, 0x5E }, /* WHITE UP-POINTING SMALL TRIANGLE -> '^' */
2941de45d93fSNicolas Pitre	{ 0xB6, 0x00 }, /* BLACK RIGHT-POINTING TRIANGLE -> ... */
2942de45d93fSNicolas Pitre	{ 0xBB, 0x3E }, /* WHITE RIGHT-POINTING POINTER -> '>' */
2943de45d93fSNicolas Pitre	{ 0xBC, 0x00 }, /* BLACK DOWN-POINTING TRIANGLE -> ... */
2944de45d93fSNicolas Pitre	{ 0xBF, 0x56 }, /* WHITE DOWN-POINTING SMALL TRIANGLE -> 'V' */
2945de45d93fSNicolas Pitre	{ 0xC0, 0x00 }, /* BLACK LEFT-POINTING TRIANGLE -> ... */
2946de45d93fSNicolas Pitre	{ 0xC5, 0x3C }, /* WHITE LEFT-POINTING POINTER -> '<' */
2947de45d93fSNicolas Pitre	{ 0xC6, 0x00 }, /* BLACK DIAMOND -> ... */
2948de45d93fSNicolas Pitre	{ 0xE6, 0x2A }, /* WHITE BULLET -> '*' */
2949de45d93fSNicolas Pitre	{ 0xE7, 0x00 }, /* SQUARE WITH LEFT HALF BLACK -> ... */
2950de45d93fSNicolas Pitre	{ 0xEB, 0x23 }, /* WHITE SQUARE WITH VERTICAL BISECTING LINE -> '#' */
2951de45d93fSNicolas Pitre	{ 0xEC, 0x00 }, /* WHITE UP-POINTING TRIANGLE WITH DOT -> ... */
2952de45d93fSNicolas Pitre	{ 0xEE, 0x5E }, /* UP-POINTING TRIANGLE WITH RIGHT HALF BLACK -> '^' */
2953de45d93fSNicolas Pitre	{ 0xEF, 0x4F }, /* LARGE CIRCLE -> 'O' */
2954de45d93fSNicolas Pitre	{ 0xF0, 0x00 }, /* WHITE SQUARE WITH UPPER LEFT QUADRANT -> ... */
2955de45d93fSNicolas Pitre	{ 0xF7, 0x23 }, /* WHITE CIRCLE WITH UPPER RIGHT QUADRANT -> '#' */
2956de45d93fSNicolas Pitre	/* Entries for page 0x26 */
2957de45d93fSNicolas Pitre	{ 0x05, 0x2A }, /* BLACK STAR -> '*' */
2958de45d93fSNicolas Pitre	{ 0x06, 0x2A }, /* WHITE STAR -> '*' */
2959de45d93fSNicolas Pitre	{ 0x2A, 0x2A }, /* STAR AND CRESCENT -> '*' */
2960de45d93fSNicolas Pitre	{ 0x6F, 0x23 }, /* MUSIC SHARP SIGN -> '#' */
2961de45d93fSNicolas Pitre	{ 0x98, 0x2A }, /* FLOWER -> '*' */
2962de45d93fSNicolas Pitre	{ 0x9D, 0x2A }, /* OUTLINED WHITE STAR -> '*' */
2963de45d93fSNicolas Pitre	/* Entries for page 0x27 */
2964de45d93fSNicolas Pitre	{ 0x13, 0x76 }, /* CHECK MARK -> 'v' */
2965de45d93fSNicolas Pitre	{ 0x14, 0x56 }, /* HEAVY CHECK MARK -> 'V' */
2966de45d93fSNicolas Pitre	{ 0x15, 0x78 }, /* MULTIPLICATION X -> 'x' */
2967de45d93fSNicolas Pitre	{ 0x16, 0x58 }, /* HEAVY MULTIPLICATION X -> 'X' */
2968de45d93fSNicolas Pitre	{ 0x17, 0x78 }, /* BALLOT X -> 'x' */
2969de45d93fSNicolas Pitre	{ 0x18, 0x58 }, /* HEAVY BALLOT X -> 'X' */
2970de45d93fSNicolas Pitre	{ 0x21, 0x00 }, /* STAR OF DAVID -> ... */
2971de45d93fSNicolas Pitre	{ 0x46, 0x2A }, /* HEAVY CHEVRON SNOWFLAKE -> '*' */
2972de45d93fSNicolas Pitre	{ 0x49, 0x00 }, /* BALLOON-SPOKED ASTERISK -> ... */
2973de45d93fSNicolas Pitre	{ 0x4B, 0x2A }, /* HEAVY EIGHT TEARDROP-SPOKED PROPELLER ASTERISK -> '*' */
2974de45d93fSNicolas Pitre	{ 0x58, 0x7C }, /* LIGHT VERTICAL BAR -> '|' */
2975de45d93fSNicolas Pitre	{ 0x5C, 0x27 }, /* HEAVY SINGLE COMMA QUOTATION MARK ORNAMENT -> ''' */
2976de45d93fSNicolas Pitre	{ 0x5D, 0x22 }, /* HEAVY DOUBLE TURNED COMMA QUOTATION MARK ORNAMENT -> '"' */
2977de45d93fSNicolas Pitre	{ 0x5E, 0x22 }, /* HEAVY DOUBLE COMMA QUOTATION MARK ORNAMENT -> '"' */
2978de45d93fSNicolas Pitre	{ 0x5F, 0x2C }, /* HEAVY LOW SINGLE COMMA QUOTATION MARK ORNAMENT -> ',' */
2979de45d93fSNicolas Pitre	{ 0x62, 0x21 }, /* HEAVY EXCLAMATION MARK ORNAMENT -> '!' */
2980de45d93fSNicolas Pitre	{ 0xE6, 0x5B }, /* MATHEMATICAL LEFT WHITE SQUARE BRACKET -> '[' */
2981de45d93fSNicolas Pitre	{ 0xE8, 0x3C }, /* MATHEMATICAL LEFT ANGLE BRACKET -> '<' */
2982de45d93fSNicolas Pitre	/* Entries for page 0x28 */
2983de45d93fSNicolas Pitre	{ 0x00, 0x20 }, /* BRAILLE PATTERN BLANK -> ' ' */
2984de45d93fSNicolas Pitre	{ 0x01, 0x61 }, /* BRAILLE PATTERN DOTS-1 -> 'a' */
2985de45d93fSNicolas Pitre	{ 0x02, 0x31 }, /* BRAILLE PATTERN DOTS-2 -> '1' */
2986de45d93fSNicolas Pitre	{ 0x03, 0x62 }, /* BRAILLE PATTERN DOTS-12 -> 'b' */
2987de45d93fSNicolas Pitre	{ 0x04, 0x27 }, /* BRAILLE PATTERN DOTS-3 -> ''' */
2988de45d93fSNicolas Pitre	{ 0x05, 0x6B }, /* BRAILLE PATTERN DOTS-13 -> 'k' */
2989de45d93fSNicolas Pitre	{ 0x06, 0x32 }, /* BRAILLE PATTERN DOTS-23 -> '2' */
2990de45d93fSNicolas Pitre	{ 0x07, 0x6C }, /* BRAILLE PATTERN DOTS-123 -> 'l' */
2991de45d93fSNicolas Pitre	{ 0x08, 0x40 }, /* BRAILLE PATTERN DOTS-4 -> '@' */
2992de45d93fSNicolas Pitre	{ 0x09, 0x63 }, /* BRAILLE PATTERN DOTS-14 -> 'c' */
2993de45d93fSNicolas Pitre	{ 0x0A, 0x69 }, /* BRAILLE PATTERN DOTS-24 -> 'i' */
2994de45d93fSNicolas Pitre	{ 0x0B, 0x66 }, /* BRAILLE PATTERN DOTS-124 -> 'f' */
2995de45d93fSNicolas Pitre	{ 0x0C, 0x2F }, /* BRAILLE PATTERN DOTS-34 -> '/' */
2996de45d93fSNicolas Pitre	{ 0x0D, 0x6D }, /* BRAILLE PATTERN DOTS-134 -> 'm' */
2997de45d93fSNicolas Pitre	{ 0x0E, 0x73 }, /* BRAILLE PATTERN DOTS-234 -> 's' */
2998de45d93fSNicolas Pitre	{ 0x0F, 0x70 }, /* BRAILLE PATTERN DOTS-1234 -> 'p' */
2999de45d93fSNicolas Pitre	{ 0x10, 0x22 }, /* BRAILLE PATTERN DOTS-5 -> '"' */
3000de45d93fSNicolas Pitre	{ 0x11, 0x65 }, /* BRAILLE PATTERN DOTS-15 -> 'e' */
3001de45d93fSNicolas Pitre	{ 0x12, 0x33 }, /* BRAILLE PATTERN DOTS-25 -> '3' */
3002de45d93fSNicolas Pitre	{ 0x13, 0x68 }, /* BRAILLE PATTERN DOTS-125 -> 'h' */
3003de45d93fSNicolas Pitre	{ 0x14, 0x39 }, /* BRAILLE PATTERN DOTS-35 -> '9' */
3004de45d93fSNicolas Pitre	{ 0x15, 0x6F }, /* BRAILLE PATTERN DOTS-135 -> 'o' */
3005de45d93fSNicolas Pitre	{ 0x16, 0x36 }, /* BRAILLE PATTERN DOTS-235 -> '6' */
3006de45d93fSNicolas Pitre	{ 0x17, 0x72 }, /* BRAILLE PATTERN DOTS-1235 -> 'r' */
3007de45d93fSNicolas Pitre	{ 0x18, 0x5E }, /* BRAILLE PATTERN DOTS-45 -> '^' */
3008de45d93fSNicolas Pitre	{ 0x19, 0x64 }, /* BRAILLE PATTERN DOTS-145 -> 'd' */
3009de45d93fSNicolas Pitre	{ 0x1A, 0x6A }, /* BRAILLE PATTERN DOTS-245 -> 'j' */
3010de45d93fSNicolas Pitre	{ 0x1B, 0x67 }, /* BRAILLE PATTERN DOTS-1245 -> 'g' */
3011de45d93fSNicolas Pitre	{ 0x1C, 0x3E }, /* BRAILLE PATTERN DOTS-345 -> '>' */
3012de45d93fSNicolas Pitre	{ 0x1D, 0x6E }, /* BRAILLE PATTERN DOTS-1345 -> 'n' */
3013de45d93fSNicolas Pitre	{ 0x1E, 0x74 }, /* BRAILLE PATTERN DOTS-2345 -> 't' */
3014de45d93fSNicolas Pitre	{ 0x1F, 0x71 }, /* BRAILLE PATTERN DOTS-12345 -> 'q' */
3015de45d93fSNicolas Pitre	{ 0x20, 0x2C }, /* BRAILLE PATTERN DOTS-6 -> ',' */
3016de45d93fSNicolas Pitre	{ 0x21, 0x2A }, /* BRAILLE PATTERN DOTS-16 -> '*' */
3017de45d93fSNicolas Pitre	{ 0x22, 0x35 }, /* BRAILLE PATTERN DOTS-26 -> '5' */
3018de45d93fSNicolas Pitre	{ 0x23, 0x3C }, /* BRAILLE PATTERN DOTS-126 -> '<' */
3019de45d93fSNicolas Pitre	{ 0x24, 0x2D }, /* BRAILLE PATTERN DOTS-36 -> '-' */
3020de45d93fSNicolas Pitre	{ 0x25, 0x75 }, /* BRAILLE PATTERN DOTS-136 -> 'u' */
3021de45d93fSNicolas Pitre	{ 0x26, 0x38 }, /* BRAILLE PATTERN DOTS-236 -> '8' */
3022de45d93fSNicolas Pitre	{ 0x27, 0x76 }, /* BRAILLE PATTERN DOTS-1236 -> 'v' */
3023de45d93fSNicolas Pitre	{ 0x28, 0x2E }, /* BRAILLE PATTERN DOTS-46 -> '.' */
3024de45d93fSNicolas Pitre	{ 0x29, 0x25 }, /* BRAILLE PATTERN DOTS-146 -> '%' */
3025de45d93fSNicolas Pitre	{ 0x2A, 0x5B }, /* BRAILLE PATTERN DOTS-246 -> '[' */
3026de45d93fSNicolas Pitre	{ 0x2B, 0x24 }, /* BRAILLE PATTERN DOTS-1246 -> '$' */
3027de45d93fSNicolas Pitre	{ 0x2C, 0x2B }, /* BRAILLE PATTERN DOTS-346 -> '+' */
3028de45d93fSNicolas Pitre	{ 0x2D, 0x78 }, /* BRAILLE PATTERN DOTS-1346 -> 'x' */
3029de45d93fSNicolas Pitre	{ 0x2E, 0x21 }, /* BRAILLE PATTERN DOTS-2346 -> '!' */
3030de45d93fSNicolas Pitre	{ 0x2F, 0x26 }, /* BRAILLE PATTERN DOTS-12346 -> '&' */
3031de45d93fSNicolas Pitre	{ 0x30, 0x3B }, /* BRAILLE PATTERN DOTS-56 -> ';' */
3032de45d93fSNicolas Pitre	{ 0x31, 0x3A }, /* BRAILLE PATTERN DOTS-156 -> ':' */
3033de45d93fSNicolas Pitre	{ 0x32, 0x34 }, /* BRAILLE PATTERN DOTS-256 -> '4' */
3034de45d93fSNicolas Pitre	{ 0x33, 0x5C }, /* BRAILLE PATTERN DOTS-1256 -> '\' */
3035de45d93fSNicolas Pitre	{ 0x34, 0x30 }, /* BRAILLE PATTERN DOTS-356 -> '0' */
3036de45d93fSNicolas Pitre	{ 0x35, 0x7A }, /* BRAILLE PATTERN DOTS-1356 -> 'z' */
3037de45d93fSNicolas Pitre	{ 0x36, 0x37 }, /* BRAILLE PATTERN DOTS-2356 -> '7' */
3038de45d93fSNicolas Pitre	{ 0x37, 0x28 }, /* BRAILLE PATTERN DOTS-12356 -> '(' */
3039de45d93fSNicolas Pitre	{ 0x38, 0x5F }, /* BRAILLE PATTERN DOTS-456 -> '_' */
3040de45d93fSNicolas Pitre	{ 0x39, 0x3F }, /* BRAILLE PATTERN DOTS-1456 -> '?' */
3041de45d93fSNicolas Pitre	{ 0x3A, 0x77 }, /* BRAILLE PATTERN DOTS-2456 -> 'w' */
3042de45d93fSNicolas Pitre	{ 0x3B, 0x5D }, /* BRAILLE PATTERN DOTS-12456 -> ']' */
3043de45d93fSNicolas Pitre	{ 0x3C, 0x23 }, /* BRAILLE PATTERN DOTS-3456 -> '#' */
3044de45d93fSNicolas Pitre	{ 0x3D, 0x79 }, /* BRAILLE PATTERN DOTS-13456 -> 'y' */
3045de45d93fSNicolas Pitre	{ 0x3E, 0x29 }, /* BRAILLE PATTERN DOTS-23456 -> ')' */
3046de45d93fSNicolas Pitre	{ 0x3F, 0x3D }, /* BRAILLE PATTERN DOTS-123456 -> '=' */
3047de45d93fSNicolas Pitre	/* Entries for page 0x29 */
3048de45d93fSNicolas Pitre	{ 0x83, 0x7B }, /* LEFT WHITE CURLY BRACKET -> '{' */
3049de45d93fSNicolas Pitre	/* Entries for page 0x2C */
3050de45d93fSNicolas Pitre	{ 0x60, 0x4C }, /* LATIN CAPITAL LETTER L WITH DOUBLE BAR -> 'L' */
3051de45d93fSNicolas Pitre	{ 0x61, 0x6C }, /* LATIN SMALL LETTER L WITH DOUBLE BAR -> 'l' */
3052de45d93fSNicolas Pitre	{ 0x62, 0x4C }, /* LATIN CAPITAL LETTER L WITH MIDDLE TILDE -> 'L' */
3053de45d93fSNicolas Pitre	{ 0x63, 0x50 }, /* LATIN CAPITAL LETTER P WITH STROKE -> 'P' */
3054de45d93fSNicolas Pitre	{ 0x64, 0x52 }, /* LATIN CAPITAL LETTER R WITH TAIL -> 'R' */
3055de45d93fSNicolas Pitre	{ 0x65, 0x61 }, /* LATIN SMALL LETTER A WITH STROKE -> 'a' */
3056de45d93fSNicolas Pitre	{ 0x66, 0x74 }, /* LATIN SMALL LETTER T WITH DIAGONAL STROKE -> 't' */
3057de45d93fSNicolas Pitre	{ 0x67, 0x48 }, /* LATIN CAPITAL LETTER H WITH DESCENDER -> 'H' */
3058de45d93fSNicolas Pitre	{ 0x68, 0x68 }, /* LATIN SMALL LETTER H WITH DESCENDER -> 'h' */
3059de45d93fSNicolas Pitre	{ 0x69, 0x4B }, /* LATIN CAPITAL LETTER K WITH DESCENDER -> 'K' */
3060de45d93fSNicolas Pitre	{ 0x6A, 0x6B }, /* LATIN SMALL LETTER K WITH DESCENDER -> 'k' */
3061de45d93fSNicolas Pitre	{ 0x6B, 0x5A }, /* LATIN CAPITAL LETTER Z WITH DESCENDER -> 'Z' */
3062de45d93fSNicolas Pitre	{ 0x6C, 0x7A }, /* LATIN SMALL LETTER Z WITH DESCENDER -> 'z' */
3063de45d93fSNicolas Pitre	{ 0x6E, 0x4D }, /* LATIN CAPITAL LETTER M WITH HOOK -> 'M' */
3064de45d93fSNicolas Pitre	{ 0x6F, 0x41 }, /* LATIN CAPITAL LETTER TURNED A -> 'A' */
3065de45d93fSNicolas Pitre	/* Entries for page 0x2E */
3066de45d93fSNicolas Pitre	{ 0x00, 0x72 }, /* RIGHT ANGLE SUBSTITUTION MARKER -> 'r' */
3067de45d93fSNicolas Pitre	{ 0x06, 0x54 }, /* RAISED INTERPOLATION MARKER -> 'T' */
3068de45d93fSNicolas Pitre	{ 0x09, 0x73 }, /* LEFT TRANSPOSITION BRACKET -> 's' */
3069de45d93fSNicolas Pitre	{ 0x0C, 0x5C }, /* LEFT RAISED OMISSION BRACKET -> '\' */
3070de45d93fSNicolas Pitre	{ 0x0D, 0x2F }, /* RIGHT RAISED OMISSION BRACKET -> '/' */
3071de45d93fSNicolas Pitre	{ 0x12, 0x3E }, /* HYPODIASTOLE -> '>' */
3072de45d93fSNicolas Pitre	{ 0x13, 0x25 }, /* DOTTED OBELOS -> '%' */
3073de45d93fSNicolas Pitre	{ 0x16, 0x3E }, /* DOTTED RIGHT-POINTING ANGLE -> '>' */
3074de45d93fSNicolas Pitre	{ 0x17, 0x3D }, /* DOUBLE OBLIQUE HYPHEN -> '=' */
3075de45d93fSNicolas Pitre	{ 0x19, 0x2F }, /* PALM BRANCH -> '/' */
3076de45d93fSNicolas Pitre	{ 0x1A, 0x2D }, /* HYPHEN WITH DIAERESIS -> '-' */
3077de45d93fSNicolas Pitre	{ 0x1B, 0x7E }, /* TILDE WITH RING ABOVE -> '~' */
3078de45d93fSNicolas Pitre	{ 0x1C, 0x5C }, /* LEFT LOW PARAPHRASE BRACKET -> '\' */
3079de45d93fSNicolas Pitre	{ 0x1D, 0x2F }, /* RIGHT LOW PARAPHRASE BRACKET -> '/' */
3080de45d93fSNicolas Pitre	{ 0x1E, 0x7E }, /* TILDE WITH DOT ABOVE -> '~' */
3081de45d93fSNicolas Pitre	{ 0x1F, 0x7E }, /* TILDE WITH DOT BELOW -> '~' */
3082de45d93fSNicolas Pitre	{ 0x2E, 0x3F }, /* REVERSED QUESTION MARK -> '?' */
3083de45d93fSNicolas Pitre	{ 0x2F, 0x27 }, /* VERTICAL TILDE -> ''' */
3084de45d93fSNicolas Pitre	{ 0x30, 0x6F }, /* RING POINT -> 'o' */
3085de45d93fSNicolas Pitre	{ 0x31, 0x2E }, /* WORD SEPARATOR MIDDLE DOT -> '.' */
3086de45d93fSNicolas Pitre	{ 0x32, 0x2C }, /* TURNED COMMA -> ',' */
3087de45d93fSNicolas Pitre	{ 0x33, 0x2E }, /* RAISED DOT -> '.' */
3088de45d93fSNicolas Pitre	{ 0x34, 0x2C }, /* RAISED COMMA -> ',' */
3089de45d93fSNicolas Pitre	{ 0x35, 0x3B }, /* TURNED SEMICOLON -> ';' */
3090de45d93fSNicolas Pitre	{ 0x3C, 0x78 }, /* STENOGRAPHIC FULL STOP -> 'x' */
3091de45d93fSNicolas Pitre	{ 0x3D, 0x7C }, /* VERTICAL SIX DOTS -> '|' */
3092de45d93fSNicolas Pitre	{ 0x40, 0x3D }, /* DOUBLE HYPHEN -> '=' */
3093de45d93fSNicolas Pitre	{ 0x41, 0x2C }, /* REVERSED COMMA -> ',' */
3094de45d93fSNicolas Pitre	{ 0x42, 0x22 }, /* DOUBLE LOW-REVERSED-9 QUOTATION MARK -> '"' */
3095de45d93fSNicolas Pitre	/* Entries for page 0x30 */
3096de45d93fSNicolas Pitre	{ 0x00, 0x20 }, /* IDEOGRAPHIC SPACE -> ' ' */
3097de45d93fSNicolas Pitre	{ 0x03, 0x22 }, /* DITTO MARK -> '"' */
3098de45d93fSNicolas Pitre	{ 0x05, 0x22 }, /* IDEOGRAPHIC ITERATION MARK -> '"' */
3099de45d93fSNicolas Pitre	{ 0x06, 0x2F }, /* IDEOGRAPHIC CLOSING MARK -> '/' */
3100de45d93fSNicolas Pitre	{ 0x07, 0x30 }, /* IDEOGRAPHIC NUMBER ZERO -> '0' */
3101de45d93fSNicolas Pitre	{ 0x08, 0x3C }, /* LEFT ANGLE BRACKET -> '<' */
3102de45d93fSNicolas Pitre	{ 0x0C, 0x5B }, /* LEFT CORNER BRACKET -> '[' */
3103de45d93fSNicolas Pitre	{ 0x0E, 0x7B }, /* LEFT WHITE CORNER BRACKET -> '{' */
3104de45d93fSNicolas Pitre	{ 0x12, 0x40 }, /* POSTAL MARK -> '@' */
3105de45d93fSNicolas Pitre	{ 0x14, 0x5B }, /* LEFT TORTOISE SHELL BRACKET -> '[' */
3106de45d93fSNicolas Pitre	{ 0x20, 0x40 }, /* POSTAL MARK FACE -> '@' */
3107de45d93fSNicolas Pitre	{ 0x21, 0x31 }, /* HANGZHOU NUMERAL ONE -> '1' */
3108de45d93fSNicolas Pitre	{ 0x22, 0x32 }, /* HANGZHOU NUMERAL TWO -> '2' */
3109de45d93fSNicolas Pitre	{ 0x23, 0x33 }, /* HANGZHOU NUMERAL THREE -> '3' */
3110de45d93fSNicolas Pitre	{ 0x24, 0x34 }, /* HANGZHOU NUMERAL FOUR -> '4' */
3111de45d93fSNicolas Pitre	{ 0x25, 0x35 }, /* HANGZHOU NUMERAL FIVE -> '5' */
3112de45d93fSNicolas Pitre	{ 0x26, 0x36 }, /* HANGZHOU NUMERAL SIX -> '6' */
3113de45d93fSNicolas Pitre	{ 0x27, 0x37 }, /* HANGZHOU NUMERAL SEVEN -> '7' */
3114de45d93fSNicolas Pitre	{ 0x28, 0x38 }, /* HANGZHOU NUMERAL EIGHT -> '8' */
3115de45d93fSNicolas Pitre	{ 0x29, 0x39 }, /* HANGZHOU NUMERAL NINE -> '9' */
3116de45d93fSNicolas Pitre	{ 0x30, 0x7E }, /* WAVY DASH -> '~' */
3117de45d93fSNicolas Pitre	{ 0x31, 0x00 }, /* VERTICAL KANA REPEAT MARK -> ... */
3118de45d93fSNicolas Pitre	{ 0x34, 0x2B }, /* VERTICAL KANA REPEAT WITH VOICED SOUND MARK UPPER HALF -> '+' */
3119de45d93fSNicolas Pitre	{ 0x36, 0x40 }, /* CIRCLED POSTAL MARK -> '@' */
3120de45d93fSNicolas Pitre	{ 0x41, 0x61 }, /* HIRAGANA LETTER SMALL A -> 'a' */
3121de45d93fSNicolas Pitre	{ 0x42, 0x61 }, /* HIRAGANA LETTER A -> 'a' */
3122de45d93fSNicolas Pitre	{ 0x43, 0x69 }, /* HIRAGANA LETTER SMALL I -> 'i' */
3123de45d93fSNicolas Pitre	{ 0x44, 0x69 }, /* HIRAGANA LETTER I -> 'i' */
3124de45d93fSNicolas Pitre	{ 0x45, 0x75 }, /* HIRAGANA LETTER SMALL U -> 'u' */
3125de45d93fSNicolas Pitre	{ 0x46, 0x75 }, /* HIRAGANA LETTER U -> 'u' */
3126de45d93fSNicolas Pitre	{ 0x47, 0x65 }, /* HIRAGANA LETTER SMALL E -> 'e' */
3127de45d93fSNicolas Pitre	{ 0x48, 0x65 }, /* HIRAGANA LETTER E -> 'e' */
3128de45d93fSNicolas Pitre	{ 0x49, 0x6F }, /* HIRAGANA LETTER SMALL O -> 'o' */
3129de45d93fSNicolas Pitre	{ 0x4A, 0x6F }, /* HIRAGANA LETTER O -> 'o' */
3130de45d93fSNicolas Pitre	{ 0x93, 0x6E }, /* HIRAGANA LETTER N -> 'n' */
3131de45d93fSNicolas Pitre	{ 0x9D, 0x22 }, /* HIRAGANA ITERATION MARK -> '"' */
3132de45d93fSNicolas Pitre	{ 0x9E, 0x22 }, /* HIRAGANA VOICED ITERATION MARK -> '"' */
3133de45d93fSNicolas Pitre	{ 0xA0, 0x3D }, /* KATAKANA-HIRAGANA DOUBLE HYPHEN -> '=' */
3134de45d93fSNicolas Pitre	{ 0xA1, 0x61 }, /* KATAKANA LETTER SMALL A -> 'a' */
3135de45d93fSNicolas Pitre	{ 0xA2, 0x61 }, /* KATAKANA LETTER A -> 'a' */
3136de45d93fSNicolas Pitre	{ 0xA3, 0x69 }, /* KATAKANA LETTER SMALL I -> 'i' */
3137de45d93fSNicolas Pitre	{ 0xA4, 0x69 }, /* KATAKANA LETTER I -> 'i' */
3138de45d93fSNicolas Pitre	{ 0xA5, 0x75 }, /* KATAKANA LETTER SMALL U -> 'u' */
3139de45d93fSNicolas Pitre	{ 0xA6, 0x75 }, /* KATAKANA LETTER U -> 'u' */
3140de45d93fSNicolas Pitre	{ 0xA7, 0x65 }, /* KATAKANA LETTER SMALL E -> 'e' */
3141de45d93fSNicolas Pitre	{ 0xA8, 0x65 }, /* KATAKANA LETTER E -> 'e' */
3142de45d93fSNicolas Pitre	{ 0xA9, 0x6F }, /* KATAKANA LETTER SMALL O -> 'o' */
3143de45d93fSNicolas Pitre	{ 0xAA, 0x6F }, /* KATAKANA LETTER O -> 'o' */
3144de45d93fSNicolas Pitre	{ 0xF3, 0x6E }, /* KATAKANA LETTER N -> 'n' */
3145de45d93fSNicolas Pitre	{ 0xFB, 0x2A }, /* KATAKANA MIDDLE DOT -> '*' */
3146de45d93fSNicolas Pitre	{ 0xFC, 0x2D }, /* KATAKANA-HIRAGANA PROLONGED SOUND MARK -> '-' */
3147de45d93fSNicolas Pitre	{ 0xFD, 0x22 }, /* KATAKANA ITERATION MARK -> '"' */
3148de45d93fSNicolas Pitre	{ 0xFE, 0x22 }, /* KATAKANA VOICED ITERATION MARK -> '"' */
3149de45d93fSNicolas Pitre	/* Entries for page 0x31 */
3150de45d93fSNicolas Pitre	{ 0x05, 0x42 }, /* BOPOMOFO LETTER B -> 'B' */
3151de45d93fSNicolas Pitre	{ 0x06, 0x50 }, /* BOPOMOFO LETTER P -> 'P' */
3152de45d93fSNicolas Pitre	{ 0x07, 0x4D }, /* BOPOMOFO LETTER M -> 'M' */
3153de45d93fSNicolas Pitre	{ 0x08, 0x46 }, /* BOPOMOFO LETTER F -> 'F' */
3154de45d93fSNicolas Pitre	{ 0x09, 0x44 }, /* BOPOMOFO LETTER D -> 'D' */
3155de45d93fSNicolas Pitre	{ 0x0A, 0x54 }, /* BOPOMOFO LETTER T -> 'T' */
3156de45d93fSNicolas Pitre	{ 0x0B, 0x4E }, /* BOPOMOFO LETTER N -> 'N' */
3157de45d93fSNicolas Pitre	{ 0x0C, 0x4C }, /* BOPOMOFO LETTER L -> 'L' */
3158de45d93fSNicolas Pitre	{ 0x0D, 0x47 }, /* BOPOMOFO LETTER G -> 'G' */
3159de45d93fSNicolas Pitre	{ 0x0E, 0x4B }, /* BOPOMOFO LETTER K -> 'K' */
3160de45d93fSNicolas Pitre	{ 0x0F, 0x48 }, /* BOPOMOFO LETTER H -> 'H' */
3161de45d93fSNicolas Pitre	{ 0x10, 0x4A }, /* BOPOMOFO LETTER J -> 'J' */
3162de45d93fSNicolas Pitre	{ 0x11, 0x51 }, /* BOPOMOFO LETTER Q -> 'Q' */
3163de45d93fSNicolas Pitre	{ 0x12, 0x58 }, /* BOPOMOFO LETTER X -> 'X' */
3164de45d93fSNicolas Pitre	{ 0x16, 0x52 }, /* BOPOMOFO LETTER R -> 'R' */
3165de45d93fSNicolas Pitre	{ 0x17, 0x5A }, /* BOPOMOFO LETTER Z -> 'Z' */
3166de45d93fSNicolas Pitre	{ 0x18, 0x43 }, /* BOPOMOFO LETTER C -> 'C' */
3167de45d93fSNicolas Pitre	{ 0x19, 0x53 }, /* BOPOMOFO LETTER S -> 'S' */
3168de45d93fSNicolas Pitre	{ 0x1A, 0x41 }, /* BOPOMOFO LETTER A -> 'A' */
3169de45d93fSNicolas Pitre	{ 0x1B, 0x4F }, /* BOPOMOFO LETTER O -> 'O' */
3170de45d93fSNicolas Pitre	{ 0x1C, 0x45 }, /* BOPOMOFO LETTER E -> 'E' */
3171de45d93fSNicolas Pitre	{ 0x27, 0x49 }, /* BOPOMOFO LETTER I -> 'I' */
3172de45d93fSNicolas Pitre	{ 0x28, 0x55 }, /* BOPOMOFO LETTER U -> 'U' */
3173de45d93fSNicolas Pitre	{ 0x2A, 0x56 }, /* BOPOMOFO LETTER V -> 'V' */
3174de45d93fSNicolas Pitre	{ 0x31, 0x67 }, /* HANGUL LETTER KIYEOK -> 'g' */
3175de45d93fSNicolas Pitre	{ 0x34, 0x6E }, /* HANGUL LETTER NIEUN -> 'n' */
3176de45d93fSNicolas Pitre	{ 0x37, 0x64 }, /* HANGUL LETTER TIKEUT -> 'd' */
3177de45d93fSNicolas Pitre	{ 0x39, 0x72 }, /* HANGUL LETTER RIEUL -> 'r' */
3178de45d93fSNicolas Pitre	{ 0x41, 0x6D }, /* HANGUL LETTER MIEUM -> 'm' */
3179de45d93fSNicolas Pitre	{ 0x42, 0x62 }, /* HANGUL LETTER PIEUP -> 'b' */
3180de45d93fSNicolas Pitre	{ 0x45, 0x73 }, /* HANGUL LETTER SIOS -> 's' */
3181de45d93fSNicolas Pitre	{ 0x48, 0x6A }, /* HANGUL LETTER CIEUC -> 'j' */
3182de45d93fSNicolas Pitre	{ 0x4A, 0x63 }, /* HANGUL LETTER CHIEUCH -> 'c' */
3183de45d93fSNicolas Pitre	{ 0x4B, 0x6B }, /* HANGUL LETTER KHIEUKH -> 'k' */
3184de45d93fSNicolas Pitre	{ 0x4C, 0x74 }, /* HANGUL LETTER THIEUTH -> 't' */
3185de45d93fSNicolas Pitre	{ 0x4D, 0x70 }, /* HANGUL LETTER PHIEUPH -> 'p' */
3186de45d93fSNicolas Pitre	{ 0x4E, 0x68 }, /* HANGUL LETTER HIEUH -> 'h' */
3187de45d93fSNicolas Pitre	{ 0x4F, 0x61 }, /* HANGUL LETTER A -> 'a' */
3188de45d93fSNicolas Pitre	{ 0x54, 0x65 }, /* HANGUL LETTER E -> 'e' */
3189de45d93fSNicolas Pitre	{ 0x57, 0x6F }, /* HANGUL LETTER O -> 'o' */
3190de45d93fSNicolas Pitre	{ 0x5C, 0x75 }, /* HANGUL LETTER U -> 'u' */
3191de45d93fSNicolas Pitre	{ 0x63, 0x69 }, /* HANGUL LETTER I -> 'i' */
3192de45d93fSNicolas Pitre	{ 0x7F, 0x5A }, /* HANGUL LETTER PANSIOS -> 'Z' */
3193de45d93fSNicolas Pitre	{ 0x81, 0x4E }, /* HANGUL LETTER YESIEUNG -> 'N' */
3194de45d93fSNicolas Pitre	{ 0x86, 0x51 }, /* HANGUL LETTER YEORINHIEUH -> 'Q' */
3195de45d93fSNicolas Pitre	{ 0x8D, 0x55 }, /* HANGUL LETTER ARAEA -> 'U' */
3196de45d93fSNicolas Pitre	{ 0xB4, 0x50 }, /* BOPOMOFO FINAL LETTER P -> 'P' */
3197de45d93fSNicolas Pitre	{ 0xB5, 0x54 }, /* BOPOMOFO FINAL LETTER T -> 'T' */
3198de45d93fSNicolas Pitre	{ 0xB6, 0x4B }, /* BOPOMOFO FINAL LETTER K -> 'K' */
3199de45d93fSNicolas Pitre	{ 0xB7, 0x48 }, /* BOPOMOFO FINAL LETTER H -> 'H' */
3200de45d93fSNicolas Pitre	/* Entries for page 0x32 */
3201de45d93fSNicolas Pitre	{ 0xD0, 0x61 }, /* CIRCLED KATAKANA A -> 'a' */
3202de45d93fSNicolas Pitre	{ 0xD1, 0x69 }, /* CIRCLED KATAKANA I -> 'i' */
3203de45d93fSNicolas Pitre	{ 0xD2, 0x75 }, /* CIRCLED KATAKANA U -> 'u' */
3204de45d93fSNicolas Pitre	{ 0xD3, 0x75 }, /* CIRCLED KATAKANA E -> 'u' */
3205de45d93fSNicolas Pitre	{ 0xD4, 0x6F }, /* CIRCLED KATAKANA O -> 'o' */
3206de45d93fSNicolas Pitre	/* Entries for page 0xA0 */
3207de45d93fSNicolas Pitre	{ 0x02, 0x69 }, /* YI SYLLABLE I -> 'i' */
3208de45d93fSNicolas Pitre	{ 0x0A, 0x61 }, /* YI SYLLABLE A -> 'a' */
3209de45d93fSNicolas Pitre	{ 0x11, 0x6F }, /* YI SYLLABLE O -> 'o' */
3210de45d93fSNicolas Pitre	{ 0x14, 0x65 }, /* YI SYLLABLE E -> 'e' */
3211de45d93fSNicolas Pitre	/* Entries for page 0xC5 */
3212de45d93fSNicolas Pitre	{ 0x44, 0x61 }, /* HANGUL SYLLABLE A -> 'a' */
3213de45d93fSNicolas Pitre	{ 0xD0, 0x65 }, /* HANGUL SYLLABLE E -> 'e' */
3214de45d93fSNicolas Pitre	/* Entries for page 0xC6 */
3215de45d93fSNicolas Pitre	{ 0x24, 0x6F }, /* HANGUL SYLLABLE O -> 'o' */
3216de45d93fSNicolas Pitre	{ 0xB0, 0x75 }, /* HANGUL SYLLABLE U -> 'u' */
3217de45d93fSNicolas Pitre	/* Entries for page 0xC7 */
3218de45d93fSNicolas Pitre	{ 0x74, 0x69 }, /* HANGUL SYLLABLE I -> 'i' */
3219de45d93fSNicolas Pitre	/* Entries for page 0xFB */
3220de45d93fSNicolas Pitre	{ 0x1D, 0x69 }, /* HEBREW LETTER YOD WITH HIRIQ -> 'i' */
3221de45d93fSNicolas Pitre	{ 0x20, 0x60 }, /* HEBREW LETTER ALTERNATIVE AYIN -> '`' */
3222de45d93fSNicolas Pitre	{ 0x21, 0x41 }, /* HEBREW LETTER WIDE ALEF -> 'A' */
3223de45d93fSNicolas Pitre	{ 0x22, 0x64 }, /* HEBREW LETTER WIDE DALET -> 'd' */
3224de45d93fSNicolas Pitre	{ 0x23, 0x68 }, /* HEBREW LETTER WIDE HE -> 'h' */
3225de45d93fSNicolas Pitre	{ 0x25, 0x6C }, /* HEBREW LETTER WIDE LAMED -> 'l' */
3226de45d93fSNicolas Pitre	{ 0x26, 0x6D }, /* HEBREW LETTER WIDE FINAL MEM -> 'm' */
3227de45d93fSNicolas Pitre	{ 0x27, 0x72 }, /* HEBREW LETTER WIDE RESH -> 'r' */
3228de45d93fSNicolas Pitre	{ 0x28, 0x74 }, /* HEBREW LETTER WIDE TAV -> 't' */
3229de45d93fSNicolas Pitre	{ 0x29, 0x2B }, /* HEBREW LETTER ALTERNATIVE PLUS SIGN -> '+' */
3230de45d93fSNicolas Pitre	{ 0x2B, 0x53 }, /* HEBREW LETTER SHIN WITH SIN DOT -> 'S' */
3231de45d93fSNicolas Pitre	{ 0x2D, 0x53 }, /* HEBREW LETTER SHIN WITH DAGESH AND SIN DOT -> 'S' */
3232de45d93fSNicolas Pitre	{ 0x2E, 0x61 }, /* HEBREW LETTER ALEF WITH PATAH -> 'a' */
3233de45d93fSNicolas Pitre	{ 0x2F, 0x61 }, /* HEBREW LETTER ALEF WITH QAMATS -> 'a' */
3234de45d93fSNicolas Pitre	{ 0x30, 0x41 }, /* HEBREW LETTER ALEF WITH MAPIQ -> 'A' */
3235de45d93fSNicolas Pitre	{ 0x31, 0x62 }, /* HEBREW LETTER BET WITH DAGESH -> 'b' */
3236de45d93fSNicolas Pitre	{ 0x32, 0x67 }, /* HEBREW LETTER GIMEL WITH DAGESH -> 'g' */
3237de45d93fSNicolas Pitre	{ 0x33, 0x64 }, /* HEBREW LETTER DALET WITH DAGESH -> 'd' */
3238de45d93fSNicolas Pitre	{ 0x34, 0x68 }, /* HEBREW LETTER HE WITH MAPIQ -> 'h' */
3239de45d93fSNicolas Pitre	{ 0x35, 0x76 }, /* HEBREW LETTER VAV WITH DAGESH -> 'v' */
3240de45d93fSNicolas Pitre	{ 0x36, 0x7A }, /* HEBREW LETTER ZAYIN WITH DAGESH -> 'z' */
3241de45d93fSNicolas Pitre	{ 0x38, 0x74 }, /* HEBREW LETTER TET WITH DAGESH -> 't' */
3242de45d93fSNicolas Pitre	{ 0x39, 0x79 }, /* HEBREW LETTER YOD WITH DAGESH -> 'y' */
3243de45d93fSNicolas Pitre	{ 0x3C, 0x6C }, /* HEBREW LETTER LAMED WITH DAGESH -> 'l' */
3244de45d93fSNicolas Pitre	{ 0x3E, 0x6D }, /* HEBREW LETTER MEM WITH DAGESH -> 'm' */
3245de45d93fSNicolas Pitre	{ 0x40, 0x6E }, /* HEBREW LETTER NUN WITH DAGESH -> 'n' */
3246de45d93fSNicolas Pitre	{ 0x41, 0x73 }, /* HEBREW LETTER SAMEKH WITH DAGESH -> 's' */
3247de45d93fSNicolas Pitre	{ 0x43, 0x70 }, /* HEBREW LETTER FINAL PE WITH DAGESH -> 'p' */
3248de45d93fSNicolas Pitre	{ 0x44, 0x70 }, /* HEBREW LETTER PE WITH DAGESH -> 'p' */
3249de45d93fSNicolas Pitre	{ 0x47, 0x6B }, /* HEBREW LETTER QOF WITH DAGESH -> 'k' */
3250de45d93fSNicolas Pitre	{ 0x48, 0x72 }, /* HEBREW LETTER RESH WITH DAGESH -> 'r' */
3251de45d93fSNicolas Pitre	{ 0x4A, 0x74 }, /* HEBREW LETTER TAV WITH DAGESH -> 't' */
3252de45d93fSNicolas Pitre	{ 0x4B, 0x6F }, /* HEBREW LETTER VAV WITH HOLAM -> 'o' */
3253de45d93fSNicolas Pitre	{ 0x4C, 0x76 }, /* HEBREW LETTER BET WITH RAFE -> 'v' */
3254de45d93fSNicolas Pitre	{ 0x4E, 0x66 }, /* HEBREW LETTER PE WITH RAFE -> 'f' */
3255de45d93fSNicolas Pitre	/* Entries for page 0xFE */
3256de45d93fSNicolas Pitre	{ 0x23, 0x7E }, /* COMBINING DOUBLE TILDE RIGHT HALF -> '~' */
3257de45d93fSNicolas Pitre	{ 0x32, 0x2D }, /* PRESENTATION FORM FOR VERTICAL EN DASH -> '-' */
3258de45d93fSNicolas Pitre	{ 0x33, 0x5F }, /* PRESENTATION FORM FOR VERTICAL LOW LINE -> '_' */
3259de45d93fSNicolas Pitre	{ 0x34, 0x5F }, /* PRESENTATION FORM FOR VERTICAL WAVY LOW LINE -> '_' */
3260de45d93fSNicolas Pitre	{ 0x35, 0x28 }, /* PRESENTATION FORM FOR VERTICAL LEFT PARENTHESIS -> '(' */
3261de45d93fSNicolas Pitre	{ 0x37, 0x7B }, /* PRESENTATION FORM FOR VERTICAL LEFT CURLY BRACKET -> '{' */
3262de45d93fSNicolas Pitre	{ 0x39, 0x5B }, /* PRESENTATION FORM FOR VERTICAL LEFT TORTOISE SHELL BRACKET -> '[' */
3263de45d93fSNicolas Pitre	{ 0x3F, 0x3C }, /* PRESENTATION FORM FOR VERTICAL LEFT ANGLE BRACKET -> '<' */
3264de45d93fSNicolas Pitre	{ 0x41, 0x5B }, /* PRESENTATION FORM FOR VERTICAL LEFT CORNER BRACKET -> '[' */
3265de45d93fSNicolas Pitre	{ 0x43, 0x7B }, /* PRESENTATION FORM FOR VERTICAL LEFT WHITE CORNER BRACKET -> '{' */
3266de45d93fSNicolas Pitre	{ 0x44, 0x7D }, /* PRESENTATION FORM FOR VERTICAL RIGHT WHITE CORNER BRACKET -> '}' */
3267de45d93fSNicolas Pitre	{ 0x50, 0x2C }, /* SMALL COMMA -> ',' */
3268de45d93fSNicolas Pitre	{ 0x51, 0x2C }, /* SMALL IDEOGRAPHIC COMMA -> ',' */
3269de45d93fSNicolas Pitre	{ 0x52, 0x2E }, /* SMALL FULL STOP -> '.' */
3270de45d93fSNicolas Pitre	{ 0x54, 0x3B }, /* SMALL SEMICOLON -> ';' */
3271de45d93fSNicolas Pitre	{ 0x55, 0x3A }, /* SMALL COLON -> ':' */
3272de45d93fSNicolas Pitre	{ 0x56, 0x3F }, /* SMALL QUESTION MARK -> '?' */
3273de45d93fSNicolas Pitre	{ 0x57, 0x21 }, /* SMALL EXCLAMATION MARK -> '!' */
3274de45d93fSNicolas Pitre	{ 0x58, 0x2D }, /* SMALL EM DASH -> '-' */
3275de45d93fSNicolas Pitre	{ 0x59, 0x28 }, /* SMALL LEFT PARENTHESIS -> '(' */
3276de45d93fSNicolas Pitre	{ 0x5A, 0x29 }, /* SMALL RIGHT PARENTHESIS -> ')' */
3277de45d93fSNicolas Pitre	{ 0x5B, 0x7B }, /* SMALL LEFT CURLY BRACKET -> '{' */
3278de45d93fSNicolas Pitre	{ 0x5C, 0x7D }, /* SMALL RIGHT CURLY BRACKET -> '}' */
3279de45d93fSNicolas Pitre	{ 0x5D, 0x7B }, /* SMALL LEFT TORTOISE SHELL BRACKET -> '{' */
3280de45d93fSNicolas Pitre	{ 0x5E, 0x7D }, /* SMALL RIGHT TORTOISE SHELL BRACKET -> '}' */
3281de45d93fSNicolas Pitre	{ 0x5F, 0x23 }, /* SMALL NUMBER SIGN -> '#' */
3282de45d93fSNicolas Pitre	{ 0x60, 0x26 }, /* SMALL AMPERSAND -> '&' */
3283de45d93fSNicolas Pitre	{ 0x61, 0x2A }, /* SMALL ASTERISK -> '*' */
3284de45d93fSNicolas Pitre	{ 0x62, 0x2B }, /* SMALL PLUS SIGN -> '+' */
3285de45d93fSNicolas Pitre	{ 0x63, 0x2D }, /* SMALL HYPHEN-MINUS -> '-' */
3286de45d93fSNicolas Pitre	{ 0x64, 0x3C }, /* SMALL LESS-THAN SIGN -> '<' */
3287de45d93fSNicolas Pitre	{ 0x65, 0x3E }, /* SMALL GREATER-THAN SIGN -> '>' */
3288de45d93fSNicolas Pitre	{ 0x66, 0x3D }, /* SMALL EQUALS SIGN -> '=' */
3289de45d93fSNicolas Pitre	{ 0x68, 0x5C }, /* SMALL REVERSE SOLIDUS -> '\' */
3290de45d93fSNicolas Pitre	{ 0x69, 0x24 }, /* SMALL DOLLAR SIGN -> '$' */
3291de45d93fSNicolas Pitre	{ 0x6A, 0x25 }, /* SMALL PERCENT SIGN -> '%' */
3292de45d93fSNicolas Pitre	{ 0x6B, 0x40 }, /* SMALL COMMERCIAL AT -> '@' */
3293de45d93fSNicolas Pitre	/* Entries for page 0xFF */
3294de45d93fSNicolas Pitre	{ 0x61, 0x2E }, /* HALFWIDTH IDEOGRAPHIC FULL STOP -> '.' */
3295de45d93fSNicolas Pitre	{ 0x62, 0x5B }, /* HALFWIDTH LEFT CORNER BRACKET -> '[' */
3296de45d93fSNicolas Pitre	{ 0x63, 0x5D }, /* HALFWIDTH RIGHT CORNER BRACKET -> ']' */
3297de45d93fSNicolas Pitre	{ 0x64, 0x2C }, /* HALFWIDTH IDEOGRAPHIC COMMA -> ',' */
3298de45d93fSNicolas Pitre	{ 0x65, 0x2A }, /* HALFWIDTH KATAKANA MIDDLE DOT -> '*' */
3299de45d93fSNicolas Pitre	{ 0x67, 0x61 }, /* HALFWIDTH KATAKANA LETTER SMALL A -> 'a' */
3300de45d93fSNicolas Pitre	{ 0x68, 0x69 }, /* HALFWIDTH KATAKANA LETTER SMALL I -> 'i' */
3301de45d93fSNicolas Pitre	{ 0x69, 0x75 }, /* HALFWIDTH KATAKANA LETTER SMALL U -> 'u' */
3302de45d93fSNicolas Pitre	{ 0x6A, 0x65 }, /* HALFWIDTH KATAKANA LETTER SMALL E -> 'e' */
3303de45d93fSNicolas Pitre	{ 0x6B, 0x6F }, /* HALFWIDTH KATAKANA LETTER SMALL O -> 'o' */
3304de45d93fSNicolas Pitre	{ 0x70, 0x2B }, /* HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK -> '+' */
3305de45d93fSNicolas Pitre	{ 0x71, 0x61 }, /* HALFWIDTH KATAKANA LETTER A -> 'a' */
3306de45d93fSNicolas Pitre	{ 0x72, 0x69 }, /* HALFWIDTH KATAKANA LETTER I -> 'i' */
3307de45d93fSNicolas Pitre	{ 0x73, 0x75 }, /* HALFWIDTH KATAKANA LETTER U -> 'u' */
3308de45d93fSNicolas Pitre	{ 0x74, 0x65 }, /* HALFWIDTH KATAKANA LETTER E -> 'e' */
3309de45d93fSNicolas Pitre	{ 0x75, 0x6F }, /* HALFWIDTH KATAKANA LETTER O -> 'o' */
3310de45d93fSNicolas Pitre	{ 0x9D, 0x6E }, /* HALFWIDTH KATAKANA LETTER N -> 'n' */
3311de45d93fSNicolas Pitre	{ 0x9E, 0x3A }, /* HALFWIDTH KATAKANA VOICED SOUND MARK -> ':' */
3312de45d93fSNicolas Pitre	{ 0x9F, 0x3B }, /* HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK -> ';' */
3313de45d93fSNicolas Pitre	{ 0xA1, 0x67 }, /* HALFWIDTH HANGUL LETTER KIYEOK -> 'g' */
3314de45d93fSNicolas Pitre	{ 0xA4, 0x6E }, /* HALFWIDTH HANGUL LETTER NIEUN -> 'n' */
3315de45d93fSNicolas Pitre	{ 0xA7, 0x64 }, /* HALFWIDTH HANGUL LETTER TIKEUT -> 'd' */
3316de45d93fSNicolas Pitre	{ 0xA9, 0x72 }, /* HALFWIDTH HANGUL LETTER RIEUL -> 'r' */
3317de45d93fSNicolas Pitre	{ 0xB1, 0x6D }, /* HALFWIDTH HANGUL LETTER MIEUM -> 'm' */
3318de45d93fSNicolas Pitre	{ 0xB2, 0x62 }, /* HALFWIDTH HANGUL LETTER PIEUP -> 'b' */
3319de45d93fSNicolas Pitre	{ 0xB5, 0x73 }, /* HALFWIDTH HANGUL LETTER SIOS -> 's' */
3320de45d93fSNicolas Pitre	{ 0xB8, 0x6A }, /* HALFWIDTH HANGUL LETTER CIEUC -> 'j' */
3321de45d93fSNicolas Pitre	{ 0xBA, 0x63 }, /* HALFWIDTH HANGUL LETTER CHIEUCH -> 'c' */
3322de45d93fSNicolas Pitre	{ 0xBB, 0x6B }, /* HALFWIDTH HANGUL LETTER KHIEUKH -> 'k' */
3323de45d93fSNicolas Pitre	{ 0xBC, 0x74 }, /* HALFWIDTH HANGUL LETTER THIEUTH -> 't' */
3324de45d93fSNicolas Pitre	{ 0xBD, 0x70 }, /* HALFWIDTH HANGUL LETTER PHIEUPH -> 'p' */
3325de45d93fSNicolas Pitre	{ 0xBE, 0x68 }, /* HALFWIDTH HANGUL LETTER HIEUH -> 'h' */
3326de45d93fSNicolas Pitre	{ 0xC2, 0x61 }, /* HALFWIDTH HANGUL LETTER A -> 'a' */
3327de45d93fSNicolas Pitre	{ 0xC7, 0x65 }, /* HALFWIDTH HANGUL LETTER E -> 'e' */
3328de45d93fSNicolas Pitre	{ 0xCC, 0x6F }, /* HALFWIDTH HANGUL LETTER O -> 'o' */
3329de45d93fSNicolas Pitre	{ 0xD3, 0x75 }, /* HALFWIDTH HANGUL LETTER U -> 'u' */
3330de45d93fSNicolas Pitre	{ 0xDC, 0x69 }, /* HALFWIDTH HANGUL LETTER I -> 'i' */
3331de45d93fSNicolas Pitre	{ 0xE2, 0x21 }, /* FULLWIDTH NOT SIGN -> '!' */
3332de45d93fSNicolas Pitre	{ 0xE3, 0x2D }, /* FULLWIDTH MACRON -> '-' */
3333de45d93fSNicolas Pitre	{ 0xE4, 0x7C }, /* FULLWIDTH BROKEN BAR -> '|' */
3334de45d93fSNicolas Pitre	{ 0xE8, 0x7C }, /* HALFWIDTH FORMS LIGHT VERTICAL -> '|' */
3335de45d93fSNicolas Pitre	{ 0xE9, 0x3C }, /* HALFWIDTH LEFTWARDS ARROW -> '<' */
3336de45d93fSNicolas Pitre	{ 0xEA, 0x5E }, /* HALFWIDTH UPWARDS ARROW -> '^' */
3337de45d93fSNicolas Pitre	{ 0xEB, 0x3E }, /* HALFWIDTH RIGHTWARDS ARROW -> '>' */
3338de45d93fSNicolas Pitre	{ 0xEC, 0x76 }, /* HALFWIDTH DOWNWARDS ARROW -> 'v' */
3339de45d93fSNicolas Pitre	{ 0xED, 0x23 }, /* HALFWIDTH BLACK SQUARE -> '#' */
3340de45d93fSNicolas Pitre	{ 0xEE, 0x4F }, /* HALFWIDTH WHITE CIRCLE -> 'O' */
3341de45d93fSNicolas Pitre	{ 0xF9, 0x7B }, /* INTERLINEAR ANNOTATION ANCHOR -> '{' */
3342de45d93fSNicolas Pitre	{ 0xFA, 0x7C }, /* INTERLINEAR ANNOTATION SEPARATOR -> '|' */
3343de45d93fSNicolas Pitre	{ 0xFB, 0x7D }, /* INTERLINEAR ANNOTATION TERMINATOR -> '}' */
3344de45d93fSNicolas Pitre};
3345de45d93fSNicolas Pitre
3346de45d93fSNicolas Pitre#define UCS_PAGE_ENTRY_RANGE_MARKER 0
3347