xref: /reactos/media/nls/src/c_775.txt (revision 8d1e01be)
1*8d1e01beSJérôme GardouCODEPAGE 775            ;Baltic - OEM
2c2c66affSColin Finck
3*8d1e01beSJérôme GardouCPINFO 1 0x3f 0x003f    ;Single Byte CP, Default Char = Question Mark
4c2c66affSColin Finck
5*8d1e01beSJérôme GardouMBTABLE	256
6c2c66affSColin Finck
7c2c66affSColin Finck0x00	0x0000	;Null
8c2c66affSColin Finck0x01	0x0001	;Start Of Heading
9c2c66affSColin Finck0x02	0x0002	;Start Of Text
10c2c66affSColin Finck0x03	0x0003	;End Of Text
11c2c66affSColin Finck0x04	0x0004	;End Of Transmission
12c2c66affSColin Finck0x05	0x0005	;Enquiry
13c2c66affSColin Finck0x06	0x0006	;Acknowledge
14c2c66affSColin Finck0x07	0x0007	;Bell
15c2c66affSColin Finck0x08	0x0008	;Backspace
16*8d1e01beSJérôme Gardou0x09	0x0009	;Horizontal Tabulation
17*8d1e01beSJérôme Gardou0x0a	0x000a	;Line Feed
18*8d1e01beSJérôme Gardou0x0b	0x000b	;Vertical Tabulation
19*8d1e01beSJérôme Gardou0x0c	0x000c	;Form Feed
20*8d1e01beSJérôme Gardou0x0d	0x000d	;Carriage Return
21*8d1e01beSJérôme Gardou0x0e	0x000e	;Shift Out
22*8d1e01beSJérôme Gardou0x0f	0x000f	;Shift In
23c2c66affSColin Finck0x10	0x0010	;Data Link Escape
24c2c66affSColin Finck0x11	0x0011	;Device Control One
25c2c66affSColin Finck0x12	0x0012	;Device Control Two
26c2c66affSColin Finck0x13	0x0013	;Device Control Three
27c2c66affSColin Finck0x14	0x0014	;Device Control Four
28c2c66affSColin Finck0x15	0x0015	;Negative Acknowledge
29c2c66affSColin Finck0x16	0x0016	;Synchronous Idle
30c2c66affSColin Finck0x17	0x0017	;End Of Transmission Block
31c2c66affSColin Finck0x18	0x0018	;Cancel
32c2c66affSColin Finck0x19	0x0019	;End Of Medium
33*8d1e01beSJérôme Gardou0x1a	0x001a	;Substitute
34*8d1e01beSJérôme Gardou0x1b	0x001b	;Escape
35*8d1e01beSJérôme Gardou0x1c	0x001c	;File Separator
36*8d1e01beSJérôme Gardou0x1d	0x001d	;Group Separator
37*8d1e01beSJérôme Gardou0x1e	0x001e	;Record Separator
38*8d1e01beSJérôme Gardou0x1f	0x001f	;Unit Separator
39c2c66affSColin Finck0x20	0x0020	;Space
40c2c66affSColin Finck0x21	0x0021	;Exclamation Mark
41c2c66affSColin Finck0x22	0x0022	;Quotation Mark
42c2c66affSColin Finck0x23	0x0023	;Number Sign
43c2c66affSColin Finck0x24	0x0024	;Dollar Sign
44c2c66affSColin Finck0x25	0x0025	;Percent Sign
45c2c66affSColin Finck0x26	0x0026	;Ampersand
46c2c66affSColin Finck0x27	0x0027	;Apostrophe
47c2c66affSColin Finck0x28	0x0028	;Left Parenthesis
48c2c66affSColin Finck0x29	0x0029	;Right Parenthesis
49*8d1e01beSJérôme Gardou0x2a	0x002a	;Asterisk
50*8d1e01beSJérôme Gardou0x2b	0x002b	;Plus Sign
51*8d1e01beSJérôme Gardou0x2c	0x002c	;Comma
52*8d1e01beSJérôme Gardou0x2d	0x002d	;Hyphen-Minus
53*8d1e01beSJérôme Gardou0x2e	0x002e	;Full Stop
54*8d1e01beSJérôme Gardou0x2f	0x002f	;Solidus
55*8d1e01beSJérôme Gardou0x30	0x0030	;Digit 0
56*8d1e01beSJérôme Gardou0x31	0x0031	;Digit 1
57*8d1e01beSJérôme Gardou0x32	0x0032	;Digit 2
58*8d1e01beSJérôme Gardou0x33	0x0033	;Digit 3
59*8d1e01beSJérôme Gardou0x34	0x0034	;Digit 4
60*8d1e01beSJérôme Gardou0x35	0x0035	;Digit 5
61*8d1e01beSJérôme Gardou0x36	0x0036	;Digit 6
62*8d1e01beSJérôme Gardou0x37	0x0037	;Digit 7
63*8d1e01beSJérôme Gardou0x38	0x0038	;Digit 8
64*8d1e01beSJérôme Gardou0x39	0x0039	;Digit 9
65*8d1e01beSJérôme Gardou0x3a	0x003a	;Colon
66*8d1e01beSJérôme Gardou0x3b	0x003b	;Semicolon
67*8d1e01beSJérôme Gardou0x3c	0x003c	;Less-Than Sign
68*8d1e01beSJérôme Gardou0x3d	0x003d	;Equals Sign
69*8d1e01beSJérôme Gardou0x3e	0x003e	;Greater-Than Sign
70*8d1e01beSJérôme Gardou0x3f	0x003f	;Question Mark
71c2c66affSColin Finck0x40	0x0040	;Commercial At
72*8d1e01beSJérôme Gardou0x41	0x0041	;A
73*8d1e01beSJérôme Gardou0x42	0x0042	;B
74*8d1e01beSJérôme Gardou0x43	0x0043	;C
75*8d1e01beSJérôme Gardou0x44	0x0044	;D
76*8d1e01beSJérôme Gardou0x45	0x0045	;E
77*8d1e01beSJérôme Gardou0x46	0x0046	;F
78*8d1e01beSJérôme Gardou0x47	0x0047	;G
79*8d1e01beSJérôme Gardou0x48	0x0048	;H
80*8d1e01beSJérôme Gardou0x49	0x0049	;I
81*8d1e01beSJérôme Gardou0x4a	0x004a	;J
82*8d1e01beSJérôme Gardou0x4b	0x004b	;K
83*8d1e01beSJérôme Gardou0x4c	0x004c	;L
84*8d1e01beSJérôme Gardou0x4d	0x004d	;M
85*8d1e01beSJérôme Gardou0x4e	0x004e	;N
86*8d1e01beSJérôme Gardou0x4f	0x004f	;O
87*8d1e01beSJérôme Gardou0x50	0x0050	;P
88*8d1e01beSJérôme Gardou0x51	0x0051	;Q
89*8d1e01beSJérôme Gardou0x52	0x0052	;R
90*8d1e01beSJérôme Gardou0x53	0x0053	;S
91*8d1e01beSJérôme Gardou0x54	0x0054	;T
92*8d1e01beSJérôme Gardou0x55	0x0055	;U
93*8d1e01beSJérôme Gardou0x56	0x0056	;V
94*8d1e01beSJérôme Gardou0x57	0x0057	;W
95*8d1e01beSJérôme Gardou0x58	0x0058	;X
96*8d1e01beSJérôme Gardou0x59	0x0059	;Y
97*8d1e01beSJérôme Gardou0x5a	0x005a	;Z
98*8d1e01beSJérôme Gardou0x5b	0x005b	;Left Square Bracket
99*8d1e01beSJérôme Gardou0x5c	0x005c	;Reverse Solidus
100*8d1e01beSJérôme Gardou0x5d	0x005d	;Right Square Bracket
101*8d1e01beSJérôme Gardou0x5e	0x005e	;Circumflex Accent
102*8d1e01beSJérôme Gardou0x5f	0x005f	;Low Line
103c2c66affSColin Finck0x60	0x0060	;Grave Accent
104*8d1e01beSJérôme Gardou0x61	0x0061	;a
105*8d1e01beSJérôme Gardou0x62	0x0062	;b
106*8d1e01beSJérôme Gardou0x63	0x0063	;c
107*8d1e01beSJérôme Gardou0x64	0x0064	;d
108*8d1e01beSJérôme Gardou0x65	0x0065	;e
109*8d1e01beSJérôme Gardou0x66	0x0066	;f
110*8d1e01beSJérôme Gardou0x67	0x0067	;g
111*8d1e01beSJérôme Gardou0x68	0x0068	;h
112*8d1e01beSJérôme Gardou0x69	0x0069	;i
113*8d1e01beSJérôme Gardou0x6a	0x006a	;j
114*8d1e01beSJérôme Gardou0x6b	0x006b	;k
115*8d1e01beSJérôme Gardou0x6c	0x006c	;l
116*8d1e01beSJérôme Gardou0x6d	0x006d	;m
117*8d1e01beSJérôme Gardou0x6e	0x006e	;n
118*8d1e01beSJérôme Gardou0x6f	0x006f	;o
119*8d1e01beSJérôme Gardou0x70	0x0070	;p
120*8d1e01beSJérôme Gardou0x71	0x0071	;q
121*8d1e01beSJérôme Gardou0x72	0x0072	;r
122*8d1e01beSJérôme Gardou0x73	0x0073	;s
123*8d1e01beSJérôme Gardou0x74	0x0074	;t
124*8d1e01beSJérôme Gardou0x75	0x0075	;u
125*8d1e01beSJérôme Gardou0x76	0x0076	;v
126*8d1e01beSJérôme Gardou0x77	0x0077	;w
127*8d1e01beSJérôme Gardou0x78	0x0078	;x
128*8d1e01beSJérôme Gardou0x79	0x0079	;y
129*8d1e01beSJérôme Gardou0x7a	0x007a	;z
130*8d1e01beSJérôme Gardou0x7b	0x007b	;Left Curly Bracket
131*8d1e01beSJérôme Gardou0x7c	0x007c	;Vertical Line
132*8d1e01beSJérôme Gardou0x7d	0x007d	;Right Curly Bracket
133*8d1e01beSJérôme Gardou0x7e	0x007e	;Tilde
134*8d1e01beSJérôme Gardou0x7f	0x007f	;Delete
135*8d1e01beSJérôme Gardou0x80	0x0106	;C Acute
136*8d1e01beSJérôme Gardou0x81	0x00fc	;u Diaeresis
137*8d1e01beSJérôme Gardou0x82	0x00e9	;e Acute
138*8d1e01beSJérôme Gardou0x83	0x0101	;a Macron
139*8d1e01beSJérôme Gardou0x84	0x00e4	;a Diaeresis
140*8d1e01beSJérôme Gardou0x85	0x0123	;g Cedilla
141*8d1e01beSJérôme Gardou0x86	0x00e5	;a Ring Above
142*8d1e01beSJérôme Gardou0x87	0x0107	;c Acute
143*8d1e01beSJérôme Gardou0x88	0x0142	;l Stroke
144*8d1e01beSJérôme Gardou0x89	0x0113	;e Macron
145*8d1e01beSJérôme Gardou0x8a	0x0156	;R Cedilla
146*8d1e01beSJérôme Gardou0x8b	0x0157	;r Cedilla
147*8d1e01beSJérôme Gardou0x8c	0x012b	;i Macron
148*8d1e01beSJérôme Gardou0x8d	0x0179	;Z Acute
149*8d1e01beSJérôme Gardou0x8e	0x00c4	;A Diaeresis
150*8d1e01beSJérôme Gardou0x8f	0x00c5	;A Ring Above
151*8d1e01beSJérôme Gardou0x90	0x00c9	;E Acute
152*8d1e01beSJérôme Gardou0x91	0x00e6	;ae
153*8d1e01beSJérôme Gardou0x92	0x00c6	;AE
154*8d1e01beSJérôme Gardou0x93	0x014d	;o Macron
155*8d1e01beSJérôme Gardou0x94	0x00f6	;o Diaeresis
156*8d1e01beSJérôme Gardou0x95	0x0122	;G Cedilla
157*8d1e01beSJérôme Gardou0x96	0x00a2	;Cent Sign
158*8d1e01beSJérôme Gardou0x97	0x015a	;S Acute
159*8d1e01beSJérôme Gardou0x98	0x015b	;s Acute
160*8d1e01beSJérôme Gardou0x99	0x00d6	;O Diaeresis
161*8d1e01beSJérôme Gardou0x9a	0x00dc	;U Diaeresis
162*8d1e01beSJérôme Gardou0x9b	0x00f8	;o Stroke
163*8d1e01beSJérôme Gardou0x9c	0x00a3	;Pound Sign
164*8d1e01beSJérôme Gardou0x9d	0x00d8	;O Stroke
165*8d1e01beSJérôme Gardou0x9e	0x00d7	;Multiplication Sign
166*8d1e01beSJérôme Gardou0x9f	0x00a4	;Currency Sign
167*8d1e01beSJérôme Gardou0xa0	0x0100	;A Macron
168*8d1e01beSJérôme Gardou0xa1	0x012a	;I Macron
169*8d1e01beSJérôme Gardou0xa2	0x00f3	;o Acute
170*8d1e01beSJérôme Gardou0xa3	0x017b	;Z Dot Above
171*8d1e01beSJérôme Gardou0xa4	0x017c	;z Dot Above
172*8d1e01beSJérôme Gardou0xa5	0x017a	;z Acute
173*8d1e01beSJérôme Gardou0xa6	0x201d	;Right Double Quotation Mark
174*8d1e01beSJérôme Gardou0xa7	0x00a6	;Broken Bar
175*8d1e01beSJérôme Gardou0xa8	0x00a9	;Copyright Sign
176*8d1e01beSJérôme Gardou0xa9	0x00ae	;Registered Sign
177*8d1e01beSJérôme Gardou0xaa	0x00ac	;Not Sign
178*8d1e01beSJérôme Gardou0xab	0x00bd	;Fraction 1/2
179*8d1e01beSJérôme Gardou0xac	0x00bc	;Fraction 1/4
180*8d1e01beSJérôme Gardou0xad	0x0141	;L Stroke
181*8d1e01beSJérôme Gardou0xae	0x00ab	;Left-Pointing Double Angle Quotation Mark
182*8d1e01beSJérôme Gardou0xaf	0x00bb	;Right-Pointing Double Angle Quotation Mark
183*8d1e01beSJérôme Gardou0xb0	0x2591	;Light Shade
184*8d1e01beSJérôme Gardou0xb1	0x2592	;Medium Shade
185*8d1e01beSJérôme Gardou0xb2	0x2593	;Dark Shade
186*8d1e01beSJérôme Gardou0xb3	0x2502	;Box Drawings Light Vertical
187*8d1e01beSJérôme Gardou0xb4	0x2524	;Box Drawings Light Vertical And Left
188*8d1e01beSJérôme Gardou0xb5	0x0104	;A Ogonek
189*8d1e01beSJérôme Gardou0xb6	0x010c	;C Caron
190*8d1e01beSJérôme Gardou0xb7	0x0118	;E Ogonek
191*8d1e01beSJérôme Gardou0xb8	0x0116	;E Dot Above
192*8d1e01beSJérôme Gardou0xb9	0x2563	;Box Drawings Double Vertical And Left
193*8d1e01beSJérôme Gardou0xba	0x2551	;Box Drawings Double Vertical
194*8d1e01beSJérôme Gardou0xbb	0x2557	;Box Drawings Double Down And Left
195*8d1e01beSJérôme Gardou0xbc	0x255d	;Box Drawings Double Up And Left
196*8d1e01beSJérôme Gardou0xbd	0x012e	;I Ogonek
197*8d1e01beSJérôme Gardou0xbe	0x0160	;S Caron
198*8d1e01beSJérôme Gardou0xbf	0x2510	;Box Drawings Light Down And Left
199*8d1e01beSJérôme Gardou0xc0	0x2514	;Box Drawings Light Up And Right
200*8d1e01beSJérôme Gardou0xc1	0x2534	;Box Drawings Light Up And Horizontal
201*8d1e01beSJérôme Gardou0xc2	0x252c	;Box Drawings Light Down And Horizontal
202*8d1e01beSJérôme Gardou0xc3	0x251c	;Box Drawings Light Vertical And Right
203*8d1e01beSJérôme Gardou0xc4	0x2500	;Box Drawings Light Horizontal
204*8d1e01beSJérôme Gardou0xc5	0x253c	;Box Drawings Light Vertical And Horizontal
205*8d1e01beSJérôme Gardou0xc6	0x0172	;U Ogonek
206*8d1e01beSJérôme Gardou0xc7	0x016a	;U Macron
207*8d1e01beSJérôme Gardou0xc8	0x255a	;Box Drawings Double Up And Right
208*8d1e01beSJérôme Gardou0xc9	0x2554	;Box Drawings Double Down And Right
209*8d1e01beSJérôme Gardou0xca	0x2569	;Box Drawings Double Up And Horizontal
210*8d1e01beSJérôme Gardou0xcb	0x2566	;Box Drawings Double Down And Horizontal
211*8d1e01beSJérôme Gardou0xcc	0x2560	;Box Drawings Double Vertical And Right
212*8d1e01beSJérôme Gardou0xcd	0x2550	;Box Drawings Double Horizontal
213*8d1e01beSJérôme Gardou0xce	0x256c	;Box Drawings Double Vertical And Horizontal
214*8d1e01beSJérôme Gardou0xcf	0x017d	;Z Caron
215*8d1e01beSJérôme Gardou0xd0	0x0105	;a Ogonek
216*8d1e01beSJérôme Gardou0xd1	0x010d	;c Caron
217*8d1e01beSJérôme Gardou0xd2	0x0119	;e Ogonek
218*8d1e01beSJérôme Gardou0xd3	0x0117	;e Dot Above
219*8d1e01beSJérôme Gardou0xd4	0x012f	;i Ogonek
220*8d1e01beSJérôme Gardou0xd5	0x0161	;s Caron
221*8d1e01beSJérôme Gardou0xd6	0x0173	;u Ogonek
222*8d1e01beSJérôme Gardou0xd7	0x016b	;u Macron
223*8d1e01beSJérôme Gardou0xd8	0x017e	;z Caron
224*8d1e01beSJérôme Gardou0xd9	0x2518	;Box Drawings Light Up And Left
225*8d1e01beSJérôme Gardou0xda	0x250c	;Box Drawings Light Down And Right
226*8d1e01beSJérôme Gardou0xdb	0x2588	;Full Block
227*8d1e01beSJérôme Gardou0xdc	0x2584	;Lower Half Block
228*8d1e01beSJérôme Gardou0xdd	0x258c	;Left Half Block
229*8d1e01beSJérôme Gardou0xde	0x2590	;Right Half Block
230*8d1e01beSJérôme Gardou0xdf	0x2580	;Upper Half Block
231*8d1e01beSJérôme Gardou0xe0	0x00d3	;O Acute
232*8d1e01beSJérôme Gardou0xe1	0x00df	;ss
233*8d1e01beSJérôme Gardou0xe2	0x014c	;O Macron
234*8d1e01beSJérôme Gardou0xe3	0x0143	;N Acute
235*8d1e01beSJérôme Gardou0xe4	0x00f5	;o Tilde
236*8d1e01beSJérôme Gardou0xe5	0x00d5	;O Tilde
237*8d1e01beSJérôme Gardou0xe6	0x00b5	;Micro Sign
238*8d1e01beSJérôme Gardou0xe7	0x0144	;n Acute
239*8d1e01beSJérôme Gardou0xe8	0x0136	;K Cedilla
240*8d1e01beSJérôme Gardou0xe9	0x0137	;k Cedilla
241*8d1e01beSJérôme Gardou0xea	0x013b	;L Cedilla
242*8d1e01beSJérôme Gardou0xeb	0x013c	;l Cedilla
243*8d1e01beSJérôme Gardou0xec	0x0146	;n Cedilla
244*8d1e01beSJérôme Gardou0xed	0x0112	;E Macron
245*8d1e01beSJérôme Gardou0xee	0x0145	;N Cedilla
246*8d1e01beSJérôme Gardou0xef	0x2019	;Right Single Quotation Mark
247*8d1e01beSJérôme Gardou0xf0	0x00ad	;Soft Hyphen
248*8d1e01beSJérôme Gardou0xf1	0x00b1	;Plus-Minus Sign
249*8d1e01beSJérôme Gardou0xf2	0x201c	;Left Double Quotation Mark
250*8d1e01beSJérôme Gardou0xf3	0x00be	;Fraction 3/4
251*8d1e01beSJérôme Gardou0xf4	0x00b6	;Pilcrow Sign
252*8d1e01beSJérôme Gardou0xf5	0x00a7	;Section Sign
253*8d1e01beSJérôme Gardou0xf6	0x00f7	;Division Sign
254*8d1e01beSJérôme Gardou0xf7	0x201e	;Double Low-9 Quotation Mark
255*8d1e01beSJérôme Gardou0xf8	0x00b0	;Degree Sign
256*8d1e01beSJérôme Gardou0xf9	0x2219	;Bullet Operator
257*8d1e01beSJérôme Gardou0xfa	0x00b7	;Middle Dot
258*8d1e01beSJérôme Gardou0xfb	0x00b9	;Superscript 1
259*8d1e01beSJérôme Gardou0xfc	0x00b3	;Superscript 3
260*8d1e01beSJérôme Gardou0xfd	0x00b2	;Superscript 2
261*8d1e01beSJérôme Gardou0xfe	0x25a0	;Black Square
262*8d1e01beSJérôme Gardou0xff	0x00a0	;No-Break Space
263c2c66affSColin Finck
264c2c66affSColin Finck
265*8d1e01beSJérôme GardouGLYPHTABLE 32
266*8d1e01beSJérôme Gardou
267*8d1e01beSJérôme Gardou0x01	0x263a	;White Smiling Face
268*8d1e01beSJérôme Gardou0x02	0x263b	;Black Smiling Face
269c2c66affSColin Finck0x03	0x2665	;Black Heart Suit
270c2c66affSColin Finck0x04	0x2666	;Black Diamond Suit
271c2c66affSColin Finck0x05	0x2663	;Black Club Suit
272c2c66affSColin Finck0x06	0x2660	;Black Spade Suit
273c2c66affSColin Finck0x07	0x2022	;Bullet
274*8d1e01beSJérôme Gardou0x08	0x25d8	;Inverse Bullet
275*8d1e01beSJérôme Gardou0x09	0x25cb	;White Circle
276*8d1e01beSJérôme Gardou0x0a	0x25d9	;Inverse White Circle
277*8d1e01beSJérôme Gardou0x0b	0x2642	;Male Sign
278*8d1e01beSJérôme Gardou0x0c	0x2640	;Female Sign
279*8d1e01beSJérôme Gardou0x0d	0x266a	;Eighth Note
280*8d1e01beSJérôme Gardou0x0e	0x266b	;Beamed Eighth Notes
281*8d1e01beSJérôme Gardou0x0f	0x263c	;White Sun With Rays
282*8d1e01beSJérôme Gardou0x10	0x25ba	;Black Right-Pointing Pointer
283*8d1e01beSJérôme Gardou0x11	0x25c4	;Black Left-Pointing Pointer
284c2c66affSColin Finck0x12	0x2195	;Up Down Arrow
285*8d1e01beSJérôme Gardou0x13	0x203c	;Double Exclamation Mark
286*8d1e01beSJérôme Gardou0x14	0x00b6	;Pilcrow Sign
287*8d1e01beSJérôme Gardou0x15	0x00a7	;Section Sign
288*8d1e01beSJérôme Gardou0x16	0x25ac	;Black Rectangle
289*8d1e01beSJérôme Gardou0x17	0x21a8	;Up Down Arrow With Base
290c2c66affSColin Finck0x18	0x2191	;Upwards Arrow
291c2c66affSColin Finck0x19	0x2193	;Downwards Arrow
292*8d1e01beSJérôme Gardou0x1a	0x2192	;Rightwards Arrow
293*8d1e01beSJérôme Gardou0x1b	0x2190	;Leftwards Arrow
294*8d1e01beSJérôme Gardou0x1c	0x221f	;Right Angle
295*8d1e01beSJérôme Gardou0x1d	0x2194	;Left Right Arrow
296*8d1e01beSJérôme Gardou0x1e	0x25b2	;Black Up-Pointing Triangle
297*8d1e01beSJérôme Gardou0x1f	0x25bc	;Black Down-Pointing Triangle
298*8d1e01beSJérôme Gardou0x7f	0x2302	;House
299c2c66affSColin Finck
300*8d1e01beSJérôme Gardou
301*8d1e01beSJérôme GardouWCTABLE 625
302c2c66affSColin Finck
303c2c66affSColin Finck0x0000	0x00	;Null
304c2c66affSColin Finck0x0001	0x01	;Start Of Heading
305c2c66affSColin Finck0x0002	0x02	;Start Of Text
306c2c66affSColin Finck0x0003	0x03	;End Of Text
307c2c66affSColin Finck0x0004	0x04	;End Of Transmission
308c2c66affSColin Finck0x0005	0x05	;Enquiry
309c2c66affSColin Finck0x0006	0x06	;Acknowledge
310c2c66affSColin Finck0x0007	0x07	;Bell
311c2c66affSColin Finck0x0008	0x08	;Backspace
312*8d1e01beSJérôme Gardou0x0009	0x09	;Horizontal Tabulation
313*8d1e01beSJérôme Gardou0x000a	0x0a	;Line Feed
314*8d1e01beSJérôme Gardou0x000b	0x0b	;Vertical Tabulation
315*8d1e01beSJérôme Gardou0x000c	0x0c	;Form Feed
316*8d1e01beSJérôme Gardou0x000d	0x0d	;Carriage Return
317*8d1e01beSJérôme Gardou0x000e	0x0e	;Shift Out
318*8d1e01beSJérôme Gardou0x000f	0x0f	;Shift In
319c2c66affSColin Finck0x0010	0x10	;Data Link Escape
320*8d1e01beSJérôme Gardou0x0011	0x11	;Device Control 1
321*8d1e01beSJérôme Gardou0x0012	0x12	;Device Control 2
322*8d1e01beSJérôme Gardou0x0013	0x13	;Device Control 3
323*8d1e01beSJérôme Gardou0x0014	0x14	;Device Control 4
324c2c66affSColin Finck0x0015	0x15	;Negative Acknowledge
325c2c66affSColin Finck0x0016	0x16	;Synchronous Idle
326c2c66affSColin Finck0x0017	0x17	;End Of Transmission Block
327c2c66affSColin Finck0x0018	0x18	;Cancel
328c2c66affSColin Finck0x0019	0x19	;End Of Medium
329*8d1e01beSJérôme Gardou0x001a	0x1a	;Substitute
330*8d1e01beSJérôme Gardou0x001b	0x1b	;Escape
331*8d1e01beSJérôme Gardou0x001c	0x1c	;File Separator
332*8d1e01beSJérôme Gardou0x001d	0x1d	;Group Separator
333*8d1e01beSJérôme Gardou0x001e	0x1e	;Record Separator
334*8d1e01beSJérôme Gardou0x001f	0x1f	;Unit Separator
335c2c66affSColin Finck0x0020	0x20	;Space
336c2c66affSColin Finck0x0021	0x21	;Exclamation Mark
337c2c66affSColin Finck0x0022	0x22	;Quotation Mark
338c2c66affSColin Finck0x0023	0x23	;Number Sign
339c2c66affSColin Finck0x0024	0x24	;Dollar Sign
340c2c66affSColin Finck0x0025	0x25	;Percent Sign
341c2c66affSColin Finck0x0026	0x26	;Ampersand
342c2c66affSColin Finck0x0027	0x27	;Apostrophe
343c2c66affSColin Finck0x0028	0x28	;Left Parenthesis
344c2c66affSColin Finck0x0029	0x29	;Right Parenthesis
345*8d1e01beSJérôme Gardou0x002a	0x2a	;Asterisk
346*8d1e01beSJérôme Gardou0x002b	0x2b	;Plus Sign
347*8d1e01beSJérôme Gardou0x002c	0x2c	;Comma
348*8d1e01beSJérôme Gardou0x002d	0x2d	;Hyphen-Minus
349*8d1e01beSJérôme Gardou0x002e	0x2e	;Full Stop
350*8d1e01beSJérôme Gardou0x002f	0x2f	;Solidus
351*8d1e01beSJérôme Gardou0x0030	0x30	;Digit 0
352*8d1e01beSJérôme Gardou0x0031	0x31	;Digit 1
353*8d1e01beSJérôme Gardou0x0032	0x32	;Digit 2
354*8d1e01beSJérôme Gardou0x0033	0x33	;Digit 3
355*8d1e01beSJérôme Gardou0x0034	0x34	;Digit 4
356*8d1e01beSJérôme Gardou0x0035	0x35	;Digit 5
357*8d1e01beSJérôme Gardou0x0036	0x36	;Digit 6
358*8d1e01beSJérôme Gardou0x0037	0x37	;Digit 7
359*8d1e01beSJérôme Gardou0x0038	0x38	;Digit 8
360*8d1e01beSJérôme Gardou0x0039	0x39	;Digit 9
361*8d1e01beSJérôme Gardou0x003a	0x3a	;Colon
362*8d1e01beSJérôme Gardou0x003b	0x3b	;Semicolon
363*8d1e01beSJérôme Gardou0x003c	0x3c	;Less-Than Sign
364*8d1e01beSJérôme Gardou0x003d	0x3d	;Equals Sign
365*8d1e01beSJérôme Gardou0x003e	0x3e	;Greater-Than Sign
366*8d1e01beSJérôme Gardou0x003f	0x3f	;Question Mark
367c2c66affSColin Finck0x0040	0x40	;Commercial At
368*8d1e01beSJérôme Gardou0x0041	0x41	;A
369*8d1e01beSJérôme Gardou0x0042	0x42	;B
370*8d1e01beSJérôme Gardou0x0043	0x43	;C
371*8d1e01beSJérôme Gardou0x0044	0x44	;D
372*8d1e01beSJérôme Gardou0x0045	0x45	;E
373*8d1e01beSJérôme Gardou0x0046	0x46	;F
374*8d1e01beSJérôme Gardou0x0047	0x47	;G
375*8d1e01beSJérôme Gardou0x0048	0x48	;H
376*8d1e01beSJérôme Gardou0x0049	0x49	;I
377*8d1e01beSJérôme Gardou0x004a	0x4a	;J
378*8d1e01beSJérôme Gardou0x004b	0x4b	;K
379*8d1e01beSJérôme Gardou0x004c	0x4c	;L
380*8d1e01beSJérôme Gardou0x004d	0x4d	;M
381*8d1e01beSJérôme Gardou0x004e	0x4e	;N
382*8d1e01beSJérôme Gardou0x004f	0x4f	;O
383*8d1e01beSJérôme Gardou0x0050	0x50	;P
384*8d1e01beSJérôme Gardou0x0051	0x51	;Q
385*8d1e01beSJérôme Gardou0x0052	0x52	;R
386*8d1e01beSJérôme Gardou0x0053	0x53	;S
387*8d1e01beSJérôme Gardou0x0054	0x54	;T
388*8d1e01beSJérôme Gardou0x0055	0x55	;U
389*8d1e01beSJérôme Gardou0x0056	0x56	;V
390*8d1e01beSJérôme Gardou0x0057	0x57	;W
391*8d1e01beSJérôme Gardou0x0058	0x58	;X
392*8d1e01beSJérôme Gardou0x0059	0x59	;Y
393*8d1e01beSJérôme Gardou0x005a	0x5a	;Z
394*8d1e01beSJérôme Gardou0x005b	0x5b	;Left Square Bracket
395*8d1e01beSJérôme Gardou0x005c	0x5c	;Reverse Solidus
396*8d1e01beSJérôme Gardou0x005d	0x5d	;Right Square Bracket
397*8d1e01beSJérôme Gardou0x005e	0x5e	;Circumflex Accent
398*8d1e01beSJérôme Gardou0x005f	0x5f	;Low Line
399c2c66affSColin Finck0x0060	0x60	;Grave Accent
400*8d1e01beSJérôme Gardou0x0061	0x61	;a
401*8d1e01beSJérôme Gardou0x0062	0x62	;b
402*8d1e01beSJérôme Gardou0x0063	0x63	;c
403*8d1e01beSJérôme Gardou0x0064	0x64	;d
404*8d1e01beSJérôme Gardou0x0065	0x65	;e
405*8d1e01beSJérôme Gardou0x0066	0x66	;f
406*8d1e01beSJérôme Gardou0x0067	0x67	;g
407*8d1e01beSJérôme Gardou0x0068	0x68	;h
408*8d1e01beSJérôme Gardou0x0069	0x69	;i
409*8d1e01beSJérôme Gardou0x006a	0x6a	;j
410*8d1e01beSJérôme Gardou0x006b	0x6b	;k
411*8d1e01beSJérôme Gardou0x006c	0x6c	;l
412*8d1e01beSJérôme Gardou0x006d	0x6d	;m
413*8d1e01beSJérôme Gardou0x006e	0x6e	;n
414*8d1e01beSJérôme Gardou0x006f	0x6f	;o
415*8d1e01beSJérôme Gardou0x0070	0x70	;p
416*8d1e01beSJérôme Gardou0x0071	0x71	;q
417*8d1e01beSJérôme Gardou0x0072	0x72	;r
418*8d1e01beSJérôme Gardou0x0073	0x73	;s
419*8d1e01beSJérôme Gardou0x0074	0x74	;t
420*8d1e01beSJérôme Gardou0x0075	0x75	;u
421*8d1e01beSJérôme Gardou0x0076	0x76	;v
422*8d1e01beSJérôme Gardou0x0077	0x77	;w
423*8d1e01beSJérôme Gardou0x0078	0x78	;x
424*8d1e01beSJérôme Gardou0x0079	0x79	;y
425*8d1e01beSJérôme Gardou0x007a	0x7a	;z
426*8d1e01beSJérôme Gardou0x007b	0x7b	;Left Curly Bracket
427*8d1e01beSJérôme Gardou0x007c	0x7c	;Vertical Line
428*8d1e01beSJérôme Gardou0x007d	0x7d	;Right Curly Bracket
429*8d1e01beSJérôme Gardou0x007e	0x7e	;Tilde
430*8d1e01beSJérôme Gardou0x007f	0x7f	;Delete
431*8d1e01beSJérôme Gardou0x00a0	0xff	;No-Break Space
432*8d1e01beSJérôme Gardou0x00a1	0x21	;Inverted Exclamation Mark
433*8d1e01beSJérôme Gardou0x00a2	0x96	;Cent Sign
434*8d1e01beSJérôme Gardou0x00a3	0x9c	;Pound Sign
435*8d1e01beSJérôme Gardou0x00a4	0x9f	;Currency Sign
436*8d1e01beSJérôme Gardou0x00a5	0x59	;Yen Sign
437*8d1e01beSJérôme Gardou0x00a6	0xa7	;Broken Bar
438*8d1e01beSJérôme Gardou0x00a7	0xf5	;Section Sign
439*8d1e01beSJérôme Gardou0x00a9	0xa8	;Copyright Sign
440*8d1e01beSJérôme Gardou0x00aa	0x61	;Feminine Ordinal Indicator
441*8d1e01beSJérôme Gardou0x00ab	0xae	;Left-Pointing Double Angle Quotation Mark
442*8d1e01beSJérôme Gardou0x00ac	0xaa	;Not Sign
443*8d1e01beSJérôme Gardou0x00ad	0xf0	;Soft Hyphen
444*8d1e01beSJérôme Gardou0x00ae	0xa9	;Registered Sign
445*8d1e01beSJérôme Gardou0x00af	0xc4	;Macron
446*8d1e01beSJérôme Gardou0x00b0	0xf8	;Degree Sign
447*8d1e01beSJérôme Gardou0x00b1	0xf1	;Plus-Minus Sign
448*8d1e01beSJérôme Gardou0x00b2	0xfd	;Superscript 2
449*8d1e01beSJérôme Gardou0x00b3	0xfc	;Superscript 3
450*8d1e01beSJérôme Gardou0x00b5	0xe6	;Micro Sign
451*8d1e01beSJérôme Gardou0x00b6	0xf4	;Pilcrow Sign
452*8d1e01beSJérôme Gardou0x00b7	0xfa	;Middle Dot
453*8d1e01beSJérôme Gardou0x00b9	0xfb	;Superscript 1
454*8d1e01beSJérôme Gardou0x00ba	0x6f	;Masculine Ordinal Indicator
455*8d1e01beSJérôme Gardou0x00bb	0xaf	;Right-Pointing Double Angle Quotation Mark
456*8d1e01beSJérôme Gardou0x00bc	0xac	;Fraction 1/4
457*8d1e01beSJérôme Gardou0x00bd	0xab	;Fraction 1/2
458*8d1e01beSJérôme Gardou0x00be	0xf3	;Fraction 3/4
459*8d1e01beSJérôme Gardou0x00bf	0x3f	;Inverted Question Mark
460*8d1e01beSJérôme Gardou0x00c0	0x41	;A Grave
461*8d1e01beSJérôme Gardou0x00c3	0x41	;A Tilde
462*8d1e01beSJérôme Gardou0x00c4	0x8e	;A Diaeresis
463*8d1e01beSJérôme Gardou0x00c5	0x8f	;A Ring Above
464*8d1e01beSJérôme Gardou0x00c6	0x92	;AE
465*8d1e01beSJérôme Gardou0x00c8	0x45	;E Grave
466*8d1e01beSJérôme Gardou0x00c9	0x90	;E Acute
467*8d1e01beSJérôme Gardou0x00ca	0x45	;E Circumflex
468*8d1e01beSJérôme Gardou0x00cc	0x49	;I Grave
469*8d1e01beSJérôme Gardou0x00cf	0x49	;I Diaeresis
470*8d1e01beSJérôme Gardou0x00d1	0x4e	;N Tilde
471*8d1e01beSJérôme Gardou0x00d2	0x4f	;O Grave
472*8d1e01beSJérôme Gardou0x00d3	0xe0	;O Acute
473*8d1e01beSJérôme Gardou0x00d5	0xe5	;O Tilde
474*8d1e01beSJérôme Gardou0x00d6	0x99	;O Diaeresis
475*8d1e01beSJérôme Gardou0x00d7	0x9e	;Multiplication Sign
476*8d1e01beSJérôme Gardou0x00d8	0x9d	;O Stroke
477*8d1e01beSJérôme Gardou0x00d9	0x55	;U Grave
478*8d1e01beSJérôme Gardou0x00db	0x55	;U Circumflex
479*8d1e01beSJérôme Gardou0x00dc	0x9a	;U Diaeresis
480*8d1e01beSJérôme Gardou0x00df	0xe1	;ss
481*8d1e01beSJérôme Gardou0x00e0	0x61	;a Grave
482*8d1e01beSJérôme Gardou0x00e3	0x61	;a Tilde
483*8d1e01beSJérôme Gardou0x00e4	0x84	;a Diaeresis
484*8d1e01beSJérôme Gardou0x00e5	0x86	;a Ring Above
485*8d1e01beSJérôme Gardou0x00e6	0x91	;ae
486*8d1e01beSJérôme Gardou0x00e8	0x63	;e Grave
487*8d1e01beSJérôme Gardou0x00e9	0x82	;e Acute
488*8d1e01beSJérôme Gardou0x00ea	0x65	;e Circumflex
489*8d1e01beSJérôme Gardou0x00ec	0x69	;i Grave
490*8d1e01beSJérôme Gardou0x00ef	0x69	;i Diaeresis
491*8d1e01beSJérôme Gardou0x00f1	0x6e	;n Tilde
492*8d1e01beSJérôme Gardou0x00f2	0x6f	;o Grave
493*8d1e01beSJérôme Gardou0x00f3	0xa2	;o Acute
494*8d1e01beSJérôme Gardou0x00f5	0xe4	;o Tilde
495*8d1e01beSJérôme Gardou0x00f6	0x94	;o Diaeresis
496*8d1e01beSJérôme Gardou0x00f7	0xf6	;Division Sign
497*8d1e01beSJérôme Gardou0x00f8	0x9b	;o Stroke
498*8d1e01beSJérôme Gardou0x00f9	0x75	;u Grave
499*8d1e01beSJérôme Gardou0x00fb	0x75	;u Circumflex
500*8d1e01beSJérôme Gardou0x00fc	0x81	;u Diaeresis
501*8d1e01beSJérôme Gardou0x00ff	0x79	;y Diaeresis
502*8d1e01beSJérôme Gardou0x0100	0xa0	;A Macron
503*8d1e01beSJérôme Gardou0x0101	0x83	;a Macron
504*8d1e01beSJérôme Gardou0x0104	0xb5	;A Ogonek
505*8d1e01beSJérôme Gardou0x0105	0xd0	;a Ogonek
506*8d1e01beSJérôme Gardou0x0106	0x80	;C Acute
507*8d1e01beSJérôme Gardou0x0107	0x87	;c Acute
508*8d1e01beSJérôme Gardou0x0108	0x43	;C Circumflex
509*8d1e01beSJérôme Gardou0x0109	0x63	;c Circumflex
510*8d1e01beSJérôme Gardou0x010a	0x43	;C Dot Above
511*8d1e01beSJérôme Gardou0x010b	0x63	;c Dot Above
512*8d1e01beSJérôme Gardou0x010c	0xb6	;C Caron
513*8d1e01beSJérôme Gardou0x010d	0xd1	;c Caron
514*8d1e01beSJérôme Gardou0x0112	0xed	;E Macron
515*8d1e01beSJérôme Gardou0x0113	0x89	;e Macron
516*8d1e01beSJérôme Gardou0x0114	0x45	;E Breve
517*8d1e01beSJérôme Gardou0x0115	0x65	;e Breve
518*8d1e01beSJérôme Gardou0x0116	0xb8	;E Dot Above
519*8d1e01beSJérôme Gardou0x0117	0xd3	;e Dot Above
520*8d1e01beSJérôme Gardou0x0118	0xb7	;E Ogonek
521*8d1e01beSJérôme Gardou0x0119	0xd2	;e Ogonek
522*8d1e01beSJérôme Gardou0x011c	0x47	;G Circumflex
523*8d1e01beSJérôme Gardou0x011d	0x67	;g Circumflex
524*8d1e01beSJérôme Gardou0x011e	0x47	;G Breve
525*8d1e01beSJérôme Gardou0x011f	0x67	;g Breve
526*8d1e01beSJérôme Gardou0x0120	0x47	;G Dot Above
527*8d1e01beSJérôme Gardou0x0121	0x67	;g Dot Above
528*8d1e01beSJérôme Gardou0x0122	0x95	;G Cedilla
529*8d1e01beSJérôme Gardou0x0123	0x85	;g Cedilla
530*8d1e01beSJérôme Gardou0x0124	0x48	;H Circumflex
531*8d1e01beSJérôme Gardou0x0125	0x68	;h Circumflex
532*8d1e01beSJérôme Gardou0x0126	0x48	;H Stroke
533*8d1e01beSJérôme Gardou0x0127	0x68	;h Stroke
534*8d1e01beSJérôme Gardou0x0128	0x49	;I Tilde
535*8d1e01beSJérôme Gardou0x0129	0x69	;i Tilde
536*8d1e01beSJérôme Gardou0x012a	0xa1	;I Macron
537*8d1e01beSJérôme Gardou0x012b	0x8c	;i Macron
538*8d1e01beSJérôme Gardou0x012c	0x49	;I Breve
539*8d1e01beSJérôme Gardou0x012d	0x69	;i Breve
540*8d1e01beSJérôme Gardou0x012e	0xbd	;I Ogonek
541*8d1e01beSJérôme Gardou0x012f	0xd4	;i Ogonek
542*8d1e01beSJérôme Gardou0x0130	0x49	;I Dot Above
543*8d1e01beSJérôme Gardou0x0131	0x69	;dotless I
544*8d1e01beSJérôme Gardou0x0134	0x4a	;J Circumflex
545*8d1e01beSJérôme Gardou0x0135	0x6a	;j Circumflex
546*8d1e01beSJérôme Gardou0x0136	0xe8	;K Cedilla
547*8d1e01beSJérôme Gardou0x0137	0xe9	;k Cedilla
548*8d1e01beSJérôme Gardou0x013b	0xea	;L Cedilla
549*8d1e01beSJérôme Gardou0x013c	0xeb	;l Cedilla
550*8d1e01beSJérôme Gardou0x0141	0xad	;L Stroke
551*8d1e01beSJérôme Gardou0x0142	0x88	;l Stroke
552*8d1e01beSJérôme Gardou0x0143	0xe3	;N Acute
553*8d1e01beSJérôme Gardou0x0144	0xe7	;n Acute
554*8d1e01beSJérôme Gardou0x0145	0xee	;N Cedilla
555*8d1e01beSJérôme Gardou0x0146	0xec	;n Cedilla
556*8d1e01beSJérôme Gardou0x014c	0xe2	;O Macron
557*8d1e01beSJérôme Gardou0x014d	0x93	;o Macron
558*8d1e01beSJérôme Gardou0x014e	0x4f	;O Breve
559*8d1e01beSJérôme Gardou0x014f	0x6f	;o Breve
560*8d1e01beSJérôme Gardou0x0152	0x4f	;OE
561*8d1e01beSJérôme Gardou0x0153	0x6f	;oe
562*8d1e01beSJérôme Gardou0x0156	0x8a	;R Cedilla
563*8d1e01beSJérôme Gardou0x0157	0x8b	;r Cedilla
564*8d1e01beSJérôme Gardou0x015a	0x97	;S Acute
565*8d1e01beSJérôme Gardou0x015b	0x98	;s Acute
566*8d1e01beSJérôme Gardou0x015c	0x53	;S Circumflex
567*8d1e01beSJérôme Gardou0x015d	0x73	;s Circumflex
568*8d1e01beSJérôme Gardou0x0160	0xbe	;S Caron
569*8d1e01beSJérôme Gardou0x0161	0xd5	;s Caron
570*8d1e01beSJérôme Gardou0x0166	0x54	;T Stroke
571*8d1e01beSJérôme Gardou0x0167	0x74	;t Stroke
572*8d1e01beSJérôme Gardou0x0168	0x55	;U Tilde
573*8d1e01beSJérôme Gardou0x0169	0x75	;u Tilde
574*8d1e01beSJérôme Gardou0x016a	0xc7	;U Macron
575*8d1e01beSJérôme Gardou0x016b	0xd7	;u Macron
576*8d1e01beSJérôme Gardou0x016c	0x55	;U Breve
577*8d1e01beSJérôme Gardou0x016d	0x75	;u Breve
578*8d1e01beSJérôme Gardou0x0172	0xc6	;U Ogonek
579*8d1e01beSJérôme Gardou0x0173	0xd6	;u Ogonek
580*8d1e01beSJérôme Gardou0x0174	0x57	;W Circumflex
581*8d1e01beSJérôme Gardou0x0175	0x77	;w Circumflex
582*8d1e01beSJérôme Gardou0x0176	0x59	;Y Circumflex
583*8d1e01beSJérôme Gardou0x0177	0x79	;y Circumflex
584*8d1e01beSJérôme Gardou0x0178	0x59	;Y Diaeresis
585*8d1e01beSJérôme Gardou0x0179	0x8d	;Z Acute
586*8d1e01beSJérôme Gardou0x017a	0xa5	;z Acute
587*8d1e01beSJérôme Gardou0x017b	0xa3	;Z Dot Above
588*8d1e01beSJérôme Gardou0x017c	0xa4	;z Dot Above
589*8d1e01beSJérôme Gardou0x017d	0xcf	;Z Caron
590*8d1e01beSJérôme Gardou0x017e	0xd8	;z Caron
591*8d1e01beSJérôme Gardou0x0180	0x62	;b Stroke
592*8d1e01beSJérôme Gardou0x0191	0x46	;F Hook
593*8d1e01beSJérôme Gardou0x0192	0x66	;f Hook
594*8d1e01beSJérôme Gardou0x0197	0x49	;I Stroke
595*8d1e01beSJérôme Gardou0x019a	0x6c	;l Bar
596*8d1e01beSJérôme Gardou0x019f	0x4f	;O Middle Tilde
597*8d1e01beSJérôme Gardou0x01a0	0x4f	;O Horn
598*8d1e01beSJérôme Gardou0x01a1	0x6f	;o Horn
599*8d1e01beSJérôme Gardou0x01ab	0x74	;t Palatal Hook
600*8d1e01beSJérôme Gardou0x01ae	0x54	;T Retroflex Hook
601*8d1e01beSJérôme Gardou0x01af	0x55	;U Horn
602*8d1e01beSJérôme Gardou0x01b0	0x75	;u Horn
603*8d1e01beSJérôme Gardou0x01b6	0x7a	;z Stroke
604*8d1e01beSJérôme Gardou0x01c0	0x7c	;Latin Dental Click
605*8d1e01beSJérôme Gardou0x01c3	0x21	;Latin Retroflex Click
606*8d1e01beSJérôme Gardou0x01cd	0x41	;A Caron
607*8d1e01beSJérôme Gardou0x01ce	0x61	;a Caron
608*8d1e01beSJérôme Gardou0x01cf	0x49	;I Caron
609*8d1e01beSJérôme Gardou0x01d0	0x69	;i Caron
610*8d1e01beSJérôme Gardou0x01d1	0x4f	;O Caron
611*8d1e01beSJérôme Gardou0x01d2	0x6f	;o Caron
612*8d1e01beSJérôme Gardou0x01d3	0x55	;U Caron
613*8d1e01beSJérôme Gardou0x01d4	0x75	;u Caron
614*8d1e01beSJérôme Gardou0x01d5	0x55	;U Diaeresis + Macron
615*8d1e01beSJérôme Gardou0x01d6	0x75	;u Diaeresis + Macron
616*8d1e01beSJérôme Gardou0x01d7	0x55	;U Diaeresis + Acute
617*8d1e01beSJérôme Gardou0x01d8	0x75	;u Diaeresis + Acute
618*8d1e01beSJérôme Gardou0x01d9	0x55	;U Diaeresis + Caron
619*8d1e01beSJérôme Gardou0x01da	0x75	;u Diaeresis + Caron
620*8d1e01beSJérôme Gardou0x01db	0x55	;U Diaeresis + Grave
621*8d1e01beSJérôme Gardou0x01dc	0x75	;u Diaeresis + Grave
622*8d1e01beSJérôme Gardou0x01de	0x41	;A Diaeresis And Macron
623*8d1e01beSJérôme Gardou0x01df	0x61	;a Diaeresis + Macron
624*8d1e01beSJérôme Gardou0x01e4	0x47	;G Stroke
625*8d1e01beSJérôme Gardou0x01e5	0x67	;g Stroke
626*8d1e01beSJérôme Gardou0x01e6	0x47	;G Caron
627*8d1e01beSJérôme Gardou0x01e7	0x67	;g Caron
628*8d1e01beSJérôme Gardou0x01e8	0x4b	;K Caron
629*8d1e01beSJérôme Gardou0x01e9	0x6b	;k Caron
630*8d1e01beSJérôme Gardou0x01ea	0x4f	;O Ogonek
631*8d1e01beSJérôme Gardou0x01eb	0x6f	;o Ogonek
632*8d1e01beSJérôme Gardou0x01ec	0x4f	;O Ogonek And Macron
633*8d1e01beSJérôme Gardou0x01ed	0x6f	;o Ogonek + Macron
634*8d1e01beSJérôme Gardou0x01f0	0x6a	;j Caron
635*8d1e01beSJérôme Gardou0x0261	0x67	;Small Script G
636*8d1e01beSJérôme Gardou0x02b9	0x27	;Modifier Prime
637*8d1e01beSJérôme Gardou0x02ba	0x22	;Modifier Double Prime
638*8d1e01beSJérôme Gardou0x02bb	0x27	;Modifier Turned Comma
639*8d1e01beSJérôme Gardou0x02bc	0x27	;Modifier Apostrophe
640*8d1e01beSJérôme Gardou0x02c4	0x5e	;Modifier Up Arrowhead
641*8d1e01beSJérôme Gardou0x02c6	0x5e	;Modifier Circumflex Accent
642*8d1e01beSJérôme Gardou0x02c8	0x27	;Modifier Vertical Line
643*8d1e01beSJérôme Gardou0x02c9	0xc4	;Modifier Macron
644*8d1e01beSJérôme Gardou0x02cb	0x60	;Modifier Grave Accent
645*8d1e01beSJérôme Gardou0x02cd	0x5f	;Modifier Low Macron
646*8d1e01beSJérôme Gardou0x02da	0xf8	;Ring Above
647*8d1e01beSJérôme Gardou0x02dc	0x7e	;Small Tilde
648c2c66affSColin Finck0x0300	0x60	;Combining Grave Accent
649*8d1e01beSJérôme Gardou0x0302	0x5e	;Combining Circumflex Accent
650*8d1e01beSJérôme Gardou0x0303	0x7e	;Combining Tilde
651*8d1e01beSJérôme Gardou0x0304	0xc4	;Combining Macron
652*8d1e01beSJérôme Gardou0x0305	0xc4	;Combining Overline
653*8d1e01beSJérôme Gardou0x030a	0xf8	;Combining Ring Above
654*8d1e01beSJérôme Gardou0x030e	0x22	;Combining Double Vertical Line Above
655*8d1e01beSJérôme Gardou0x0331	0x5f	;Combining Macron Below
656*8d1e01beSJérôme Gardou0x0332	0x5f	;Combining Low Line
657*8d1e01beSJérôme Gardou0x037e	0x3b	;Greek Question Mark
658*8d1e01beSJérôme Gardou0x03b2	0xe1	;Greek Small Letter Beta
659*8d1e01beSJérôme Gardou0x03bc	0x75	;Greek Small Letter Mu
660*8d1e01beSJérôme Gardou0x04bb	0x68	;Cyrillic Small Letter Shha
661*8d1e01beSJérôme Gardou0x0589	0x3a	;Armenian Full Stop
662*8d1e01beSJérôme Gardou0x066a	0x25	;Arabic Percent Sign
663c2c66affSColin Finck0x2000	0x20	;En Quad
664c2c66affSColin Finck0x2001	0x20	;Em Quad
665c2c66affSColin Finck0x2002	0x20	;En Space
666c2c66affSColin Finck0x2003	0x20	;Em Space
667c2c66affSColin Finck0x2004	0x20	;Three-Per-Em Space
668c2c66affSColin Finck0x2005	0x20	;Four-Per-Em Space
669c2c66affSColin Finck0x2006	0x20	;Six-Per-Em Space
670*8d1e01beSJérôme Gardou0x2010	0x2d	;Hyphen
671*8d1e01beSJérôme Gardou0x2011	0x2d	;Non-Breaking Hyphen
672*8d1e01beSJérôme Gardou0x2013	0x2d	;En Dash
673*8d1e01beSJérôme Gardou0x2014	0x2d	;Em Dash
674c2c66affSColin Finck0x2018	0x27	;Left Single Quotation Mark
675*8d1e01beSJérôme Gardou0x2019	0xef	;Right Single Quotation Mark
676*8d1e01beSJérôme Gardou0x201a	0x27	;Single Low-9 Quotation Mark
677*8d1e01beSJérôme Gardou0x201c	0xf2	;Left Double Quotation Mark
678*8d1e01beSJérôme Gardou0x201d	0xa6	;Right Double Quotation Mark
679*8d1e01beSJérôme Gardou0x201e	0xf7	;Double Low-9 Quotation Mark
680*8d1e01beSJérôme Gardou0x2020	0xc5	;Dagger
681*8d1e01beSJérôme Gardou0x2021	0xc5	;Double Dagger
682c2c66affSColin Finck0x2022	0x07	;Bullet
683c2c66affSColin Finck0x2024	0x07	;One Dot Leader
684c2c66affSColin Finck0x2026	0x07	;Horizontal Ellipsis
685c2c66affSColin Finck0x2030	0x25	;Per Mille Sign
686c2c66affSColin Finck0x2032	0x27	;Prime
687c2c66affSColin Finck0x2033	0x22	;Double Prime
688c2c66affSColin Finck0x2035	0x22	;Reversed Prime
689*8d1e01beSJérôme Gardou0x2039	0x3c	;Single Left-Pointing Angle Quotation Mark
690*8d1e01beSJérôme Gardou0x203a	0x3e	;Single Right-Pointing Angle Quotation Mark
691*8d1e01beSJérôme Gardou0x203c	0x13	;Double Exclamation Mark
692*8d1e01beSJérôme Gardou0x2044	0x2f	;Fraction Slash
693*8d1e01beSJérôme Gardou0x2070	0x30	;Superscript 0
694*8d1e01beSJérôme Gardou0x2074	0x34	;Superscript 4
695*8d1e01beSJérôme Gardou0x2075	0x35	;Superscript 5
696*8d1e01beSJérôme Gardou0x2076	0x36	;Superscript 6
697*8d1e01beSJérôme Gardou0x2077	0x37	;Superscript 7
698*8d1e01beSJérôme Gardou0x2078	0x38	;Superscript 8
699*8d1e01beSJérôme Gardou0x2080	0x30	;Subscript 0
700*8d1e01beSJérôme Gardou0x2081	0x31	;Subscript 1
701*8d1e01beSJérôme Gardou0x2082	0x32	;Subscript 2
702*8d1e01beSJérôme Gardou0x2083	0x33	;Subscript 3
703*8d1e01beSJérôme Gardou0x2084	0x34	;Subscript 4
704*8d1e01beSJérôme Gardou0x2085	0x35	;Subscript 5
705*8d1e01beSJérôme Gardou0x2086	0x36	;Subscript 6
706*8d1e01beSJérôme Gardou0x2087	0x37	;Subscript 7
707*8d1e01beSJérôme Gardou0x2088	0x38	;Subscript 8
708*8d1e01beSJérôme Gardou0x2089	0x39	;Subscript 9
709*8d1e01beSJérôme Gardou0x20a4	0x4c	;Lira Sign
710c2c66affSColin Finck0x2102	0x43	;Double-Struck Capital C
711c2c66affSColin Finck0x2107	0x45	;Euler Constant
712*8d1e01beSJérôme Gardou0x210a	0x67	;Script g
713*8d1e01beSJérôme Gardou0x210b	0x48	;Script H
714*8d1e01beSJérôme Gardou0x210c	0x48	;Black-Letter Capital H
715*8d1e01beSJérôme Gardou0x210d	0x48	;Double-Struck Capital H
716*8d1e01beSJérôme Gardou0x210e	0x68	;Planck Constant
717*8d1e01beSJérôme Gardou0x2110	0x49	;Script I
718c2c66affSColin Finck0x2111	0x49	;Black-Letter Capital I
719*8d1e01beSJérôme Gardou0x2112	0x4c	;Script L
720*8d1e01beSJérôme Gardou0x2113	0x6c	;Script l
721*8d1e01beSJérôme Gardou0x2115	0x4e	;Double-Struck Capital N
722*8d1e01beSJérôme Gardou0x2118	0x50	;Script P
723c2c66affSColin Finck0x2119	0x50	;Double-Struck Capital P
724*8d1e01beSJérôme Gardou0x211a	0x51	;Double-Struck Capital Q
725*8d1e01beSJérôme Gardou0x211b	0x52	;Script R
726*8d1e01beSJérôme Gardou0x211c	0x52	;Black-Letter Capital R
727*8d1e01beSJérôme Gardou0x211d	0x52	;Double-Struck Capital R
728c2c66affSColin Finck0x2122	0x74	;Trade Mark Sign
729*8d1e01beSJérôme Gardou0x2124	0x5a	;Double-Struck Capital Z
730*8d1e01beSJérôme Gardou0x2128	0x5a	;Black-Letter Capital Z
731*8d1e01beSJérôme Gardou0x212a	0x4b	;Kelvin Sign
732*8d1e01beSJérôme Gardou0x212b	0x41	;Angstrom Sign
733*8d1e01beSJérôme Gardou0x212c	0x42	;Script B
734*8d1e01beSJérôme Gardou0x212d	0x43	;Black-Letter Capital C
735*8d1e01beSJérôme Gardou0x212e	0x65	;Estimated Symbol
736*8d1e01beSJérôme Gardou0x212f	0x65	;Script e
737*8d1e01beSJérôme Gardou0x2130	0x45	;Script E
738*8d1e01beSJérôme Gardou0x2131	0x46	;Script F
739*8d1e01beSJérôme Gardou0x2133	0x4d	;Script M
740*8d1e01beSJérôme Gardou0x2134	0x6f	;Script o
741*8d1e01beSJérôme Gardou0x2190	0x1b	;Leftwards Arrow
742c2c66affSColin Finck0x2191	0x18	;Upwards Arrow
743*8d1e01beSJérôme Gardou0x2192	0x1a	;Rightwards Arrow
744c2c66affSColin Finck0x2193	0x19	;Downwards Arrow
745*8d1e01beSJérôme Gardou0x2194	0x1d	;Left Right Arrow
746c2c66affSColin Finck0x2195	0x12	;Up Down Arrow
747*8d1e01beSJérôme Gardou0x21a8	0x17	;Up Down Arrow Base
748*8d1e01beSJérôme Gardou0x2205	0x4f	;Empty Set
749*8d1e01beSJérôme Gardou0x2212	0x2d	;Minus Sign
750*8d1e01beSJérôme Gardou0x2213	0x2d	;Minus-Or-Plus Sign
751*8d1e01beSJérôme Gardou0x2215	0x2f	;Division Slash
752*8d1e01beSJérôme Gardou0x2216	0x5c	;Set Minus
753*8d1e01beSJérôme Gardou0x2217	0x2a	;Asterisk Operator
754*8d1e01beSJérôme Gardou0x2218	0xf8	;Ring Operator
755*8d1e01beSJérôme Gardou0x2219	0xf9	;Bullet Operator
756*8d1e01beSJérôme Gardou0x221f	0x1c	;Right Angle
757*8d1e01beSJérôme Gardou0x2223	0x7c	;Divides
758*8d1e01beSJérôme Gardou0x2236	0x3a	;Ratio
759*8d1e01beSJérôme Gardou0x223c	0x7e	;Tilde Operator
760*8d1e01beSJérôme Gardou0x226a	0xae	;Much Less-Than
761*8d1e01beSJérôme Gardou0x226b	0xaf	;Much Greater-Than
762*8d1e01beSJérôme Gardou0x22c5	0x07	;Dot Operator
763*8d1e01beSJérôme Gardou0x2302	0x7f	;House
764*8d1e01beSJérôme Gardou0x2303	0x5e	;Up Arrowhead
765*8d1e01beSJérôme Gardou0x2329	0x3c	;Left-Pointing Angle Bracket
766*8d1e01beSJérôme Gardou0x232a	0x3e	;Right-Pointing Angle Bracket
767*8d1e01beSJérôme Gardou0x2500	0xc4	;Box Drawings Light Horizontal
768*8d1e01beSJérôme Gardou0x2502	0xb3	;Box Drawings Light Vertical
769*8d1e01beSJérôme Gardou0x250c	0xda	;Box Drawings Light Down And Right
770*8d1e01beSJérôme Gardou0x2510	0xbf	;Box Drawings Light Down And Left
771*8d1e01beSJérôme Gardou0x2514	0xc0	;Box Drawings Light Up And Right
772*8d1e01beSJérôme Gardou0x2518	0xd9	;Box Drawings Light Up And Left
773*8d1e01beSJérôme Gardou0x251c	0xc3	;Box Drawings Light Vertical And Right
774*8d1e01beSJérôme Gardou0x2524	0xb4	;Box Drawings Light Vertical And Left
775*8d1e01beSJérôme Gardou0x252c	0xc2	;Box Drawings Light Down And Horizontal
776*8d1e01beSJérôme Gardou0x2534	0xc1	;Box Drawings Light Up And Horizontal
777*8d1e01beSJérôme Gardou0x253c	0xc5	;Box Drawings Light Vertical And Horizontal
778*8d1e01beSJérôme Gardou0x2550	0xcd	;Box Drawings Double Horizontal
779*8d1e01beSJérôme Gardou0x2551	0xba	;Box Drawings Double Vertical
780*8d1e01beSJérôme Gardou0x2554	0xc9	;Box Drawings Double Down And Right
781*8d1e01beSJérôme Gardou0x2557	0xbb	;Box Drawings Double Down And Left
782*8d1e01beSJérôme Gardou0x255a	0xc8	;Box Drawings Double Up And Right
783*8d1e01beSJérôme Gardou0x255d	0xbc	;Box Drawings Double Up And Left
784*8d1e01beSJérôme Gardou0x2560	0xcc	;Box Drawings Double Vertical And Right
785*8d1e01beSJérôme Gardou0x2563	0xb9	;Box Drawings Double Vertical And Left
786*8d1e01beSJérôme Gardou0x2566	0xcb	;Box Drawings Double Down And Horizontal
787*8d1e01beSJérôme Gardou0x2569	0xca	;Box Drawings Double Up And Horizontal
788*8d1e01beSJérôme Gardou0x256c	0xce	;Box Drawings Double Vertical And Horizontal
789*8d1e01beSJérôme Gardou0x2580	0xdf	;Upper Half Block
790*8d1e01beSJérôme Gardou0x2584	0xdc	;Lower Half Block
791*8d1e01beSJérôme Gardou0x2588	0xdb	;Full Block
792*8d1e01beSJérôme Gardou0x258c	0xdd	;Left Half Block
793*8d1e01beSJérôme Gardou0x2590	0xde	;Right Half Block
794*8d1e01beSJérôme Gardou0x2591	0xb0	;Light Shade
795*8d1e01beSJérôme Gardou0x2592	0xb1	;Medium Shade
796*8d1e01beSJérôme Gardou0x2593	0xb2	;Dark Shade
797*8d1e01beSJérôme Gardou0x25a0	0xfe	;Black Square
798*8d1e01beSJérôme Gardou0x25ac	0x16	;Black Rectangle
799*8d1e01beSJérôme Gardou0x25b2	0x1e	;Black Up-Pointing Triangle
800*8d1e01beSJérôme Gardou0x25ba	0x10	;Black Right-Pointing Pointer
801*8d1e01beSJérôme Gardou0x25bc	0x1f	;Black Down-Pointing Triangle
802*8d1e01beSJérôme Gardou0x25c4	0x11	;Black Left-Pointing Pointer
803*8d1e01beSJérôme Gardou0x25cb	0x09	;White Circle
804*8d1e01beSJérôme Gardou0x25d8	0x08	;Inverse Bullet
805*8d1e01beSJérôme Gardou0x25d9	0x0a	;Inverse White Circle
806*8d1e01beSJérôme Gardou0x263a	0x01	;White Smiling Face
807*8d1e01beSJérôme Gardou0x263b	0x02	;Black Smiling Face
808*8d1e01beSJérôme Gardou0x263c	0x0f	;White Sun Rays
809*8d1e01beSJérôme Gardou0x2640	0x0c	;Female Sign
810*8d1e01beSJérôme Gardou0x2642	0x0b	;Male Sign
811c2c66affSColin Finck0x2660	0x06	;Black Spade Suit
812c2c66affSColin Finck0x2663	0x05	;Black Club Suit
813c2c66affSColin Finck0x2665	0x03	;Black Heart Suit
814c2c66affSColin Finck0x2666	0x04	;Black Diamond Suit
815*8d1e01beSJérôme Gardou0x266a	0x0d	;Eighth Note
816*8d1e01beSJérôme Gardou0x266b	0x0e	;Beamed Eighth Notes
817*8d1e01beSJérôme Gardou0x2758	0x7c	;Light Vertical Bar
818*8d1e01beSJérôme Gardou0x275b	0x27	;Heavy Single Turned Comma Quotation Mark Ornament
819*8d1e01beSJérôme Gardou0x275c	0x27	;Heavy Single Comma Quotation Mark Ornament
820*8d1e01beSJérôme Gardou0x275d	0x22	;Heavy Double Turned Comma Quotation Mark Ornament
821*8d1e01beSJérôme Gardou0x275e	0x22	;Heavy Double Comma Quotation Mark Ornament
822c2c66affSColin Finck0x3000	0x20	;Ideographic Space
823*8d1e01beSJérôme Gardou0x3008	0x3c	;Left Angle Bracket
824*8d1e01beSJérôme Gardou0x3009	0x3e	;Right Angle Bracket
825*8d1e01beSJérôme Gardou0x300a	0xae	;Left Double Angle Bracket
826*8d1e01beSJérôme Gardou0x300b	0xaf	;Right Double Angle Bracket
827*8d1e01beSJérôme Gardou0x301a	0x5b	;Left White Square Bracket
828*8d1e01beSJérôme Gardou0x301b	0x5d	;Right White Square Bracket
829*8d1e01beSJérôme Gardou0x301d	0x22	;Reversed Double Prime Quotation Mark
830*8d1e01beSJérôme Gardou0x301e	0x22	;Double Prime Quotation Mark
831*8d1e01beSJérôme Gardou0x301f	0x22	;Low Double Prime Quotation Mark
832*8d1e01beSJérôme Gardou0x30fb	0x07	;Katakana Middle Dot
833*8d1e01beSJérôme Gardou0x30fc	0x5f	;Katakana-Hiragana Prolonged Sound Mark
834*8d1e01beSJérôme Gardou0xff01	0x21	;Fullwidth Exclamation Mark
835*8d1e01beSJérôme Gardou0xff02	0x22	;Fullwidth Quotation Mark
836*8d1e01beSJérôme Gardou0xff03	0x23	;Fullwidth Number Sign
837*8d1e01beSJérôme Gardou0xff04	0x24	;Fullwidth Dollar Sign
838*8d1e01beSJérôme Gardou0xff05	0x25	;Fullwidth Percent Sign
839*8d1e01beSJérôme Gardou0xff06	0x26	;Fullwidth Ampersand
840*8d1e01beSJérôme Gardou0xff07	0x27	;Fullwidth Apostrophe
841*8d1e01beSJérôme Gardou0xff08	0x28	;Fullwidth Left Parenthesis
842*8d1e01beSJérôme Gardou0xff09	0x29	;Fullwidth Right Parenthesis
843*8d1e01beSJérôme Gardou0xff0a	0x2a	;Fullwidth Asterisk
844*8d1e01beSJérôme Gardou0xff0b	0x2b	;Fullwidth Plus Sign
845*8d1e01beSJérôme Gardou0xff0c	0x2c	;Fullwidth Comma
846*8d1e01beSJérôme Gardou0xff0d	0x2d	;Fullwidth Hyphen-Minus
847*8d1e01beSJérôme Gardou0xff0e	0x2e	;Fullwidth Full Stop
848*8d1e01beSJérôme Gardou0xff0f	0x2f	;Fullwidth Solidus
849*8d1e01beSJérôme Gardou0xff10	0x30	;Fullwidth Digit Zero
850*8d1e01beSJérôme Gardou0xff11	0x31	;Fullwidth Digit One
851*8d1e01beSJérôme Gardou0xff12	0x32	;Fullwidth Digit Two
852*8d1e01beSJérôme Gardou0xff13	0x33	;Fullwidth Digit Three
853*8d1e01beSJérôme Gardou0xff14	0x34	;Fullwidth Digit Four
854*8d1e01beSJérôme Gardou0xff15	0x35	;Fullwidth Digit Five
855*8d1e01beSJérôme Gardou0xff16	0x36	;Fullwidth Digit Six
856*8d1e01beSJérôme Gardou0xff17	0x37	;Fullwidth Digit Seven
857*8d1e01beSJérôme Gardou0xff18	0x38	;Fullwidth Digit Eight
858*8d1e01beSJérôme Gardou0xff19	0x39	;Fullwidth Digit Nine
859*8d1e01beSJérôme Gardou0xff1a	0x3a	;Fullwidth Colon
860*8d1e01beSJérôme Gardou0xff1b	0x3b	;Fullwidth Semicolon
861*8d1e01beSJérôme Gardou0xff1c	0x3c	;Fullwidth Less-Than Sign
862*8d1e01beSJérôme Gardou0xff1d	0x3d	;Fullwidth Equals Sign
863*8d1e01beSJérôme Gardou0xff1e	0x3e	;Fullwidth Greater-Than Sign
864*8d1e01beSJérôme Gardou0xff1f	0x3f	;Fullwidth Question Mark
865*8d1e01beSJérôme Gardou0xff20	0x40	;Fullwidth Commercial At
866*8d1e01beSJérôme Gardou0xff21	0x41	;Fullwidth Latin Capital Letter A
867*8d1e01beSJérôme Gardou0xff22	0x42	;Fullwidth Latin Capital Letter B
868*8d1e01beSJérôme Gardou0xff23	0x43	;Fullwidth Latin Capital Letter C
869*8d1e01beSJérôme Gardou0xff24	0x44	;Fullwidth Latin Capital Letter D
870*8d1e01beSJérôme Gardou0xff25	0x45	;Fullwidth Latin Capital Letter E
871*8d1e01beSJérôme Gardou0xff26	0x46	;Fullwidth Latin Capital Letter F
872*8d1e01beSJérôme Gardou0xff27	0x47	;Fullwidth Latin Capital Letter G
873*8d1e01beSJérôme Gardou0xff28	0x48	;Fullwidth Latin Capital Letter H
874*8d1e01beSJérôme Gardou0xff29	0x49	;Fullwidth Latin Capital Letter I
875*8d1e01beSJérôme Gardou0xff2a	0x4a	;Fullwidth Latin Capital Letter J
876*8d1e01beSJérôme Gardou0xff2b	0x4b	;Fullwidth Latin Capital Letter K
877*8d1e01beSJérôme Gardou0xff2c	0x4c	;Fullwidth Latin Capital Letter L
878*8d1e01beSJérôme Gardou0xff2d	0x4d	;Fullwidth Latin Capital Letter M
879*8d1e01beSJérôme Gardou0xff2e	0x4e	;Fullwidth Latin Capital Letter N
880*8d1e01beSJérôme Gardou0xff2f	0x4f	;Fullwidth Latin Capital Letter O
881*8d1e01beSJérôme Gardou0xff30	0x50	;Fullwidth Latin Capital Letter P
882*8d1e01beSJérôme Gardou0xff31	0x51	;Fullwidth Latin Capital Letter Q
883*8d1e01beSJérôme Gardou0xff32	0x52	;Fullwidth Latin Capital Letter R
884*8d1e01beSJérôme Gardou0xff33	0x53	;Fullwidth Latin Capital Letter S
885*8d1e01beSJérôme Gardou0xff34	0x54	;Fullwidth Latin Capital Letter T
886*8d1e01beSJérôme Gardou0xff35	0x55	;Fullwidth Latin Capital Letter U
887*8d1e01beSJérôme Gardou0xff36	0x56	;Fullwidth Latin Capital Letter V
888*8d1e01beSJérôme Gardou0xff37	0x57	;Fullwidth Latin Capital Letter W
889*8d1e01beSJérôme Gardou0xff38	0x58	;Fullwidth Latin Capital Letter X
890*8d1e01beSJérôme Gardou0xff39	0x59	;Fullwidth Latin Capital Letter Y
891*8d1e01beSJérôme Gardou0xff3a	0x5a	;Fullwidth Latin Capital Letter Z
892*8d1e01beSJérôme Gardou0xff3b	0x5b	;Fullwidth Left Square Bracket
893*8d1e01beSJérôme Gardou0xff3c	0x5c	;Fullwidth Reverse Solidus
894*8d1e01beSJérôme Gardou0xff3d	0x5d	;Fullwidth Right Square Bracket
895*8d1e01beSJérôme Gardou0xff3e	0x5e	;Fullwidth Circumflex Accent
896*8d1e01beSJérôme Gardou0xff3f	0x5f	;Fullwidth Low Line
897*8d1e01beSJérôme Gardou0xff40	0x60	;Fullwidth Grave Accent
898*8d1e01beSJérôme Gardou0xff41	0x61	;Fullwidth Latin Small Letter A
899*8d1e01beSJérôme Gardou0xff42	0x62	;Fullwidth Latin Small Letter B
900*8d1e01beSJérôme Gardou0xff43	0x63	;Fullwidth Latin Small Letter C
901*8d1e01beSJérôme Gardou0xff44	0x64	;Fullwidth Latin Small Letter D
902*8d1e01beSJérôme Gardou0xff45	0x65	;Fullwidth Latin Small Letter E
903*8d1e01beSJérôme Gardou0xff46	0x66	;Fullwidth Latin Small Letter F
904*8d1e01beSJérôme Gardou0xff47	0x67	;Fullwidth Latin Small Letter G
905*8d1e01beSJérôme Gardou0xff48	0x68	;Fullwidth Latin Small Letter H
906*8d1e01beSJérôme Gardou0xff49	0x69	;Fullwidth Latin Small Letter I
907*8d1e01beSJérôme Gardou0xff4a	0x6a	;Fullwidth Latin Small Letter J
908*8d1e01beSJérôme Gardou0xff4b	0x6b	;Fullwidth Latin Small Letter K
909*8d1e01beSJérôme Gardou0xff4c	0x6c	;Fullwidth Latin Small Letter L
910*8d1e01beSJérôme Gardou0xff4d	0x6d	;Fullwidth Latin Small Letter M
911*8d1e01beSJérôme Gardou0xff4e	0x6e	;Fullwidth Latin Small Letter N
912*8d1e01beSJérôme Gardou0xff4f	0x6f	;Fullwidth Latin Small Letter O
913*8d1e01beSJérôme Gardou0xff50	0x70	;Fullwidth Latin Small Letter P
914*8d1e01beSJérôme Gardou0xff51	0x71	;Fullwidth Latin Small Letter Q
915*8d1e01beSJérôme Gardou0xff52	0x72	;Fullwidth Latin Small Letter R
916*8d1e01beSJérôme Gardou0xff53	0x73	;Fullwidth Latin Small Letter S
917*8d1e01beSJérôme Gardou0xff54	0x74	;Fullwidth Latin Small Letter T
918*8d1e01beSJérôme Gardou0xff55	0x75	;Fullwidth Latin Small Letter U
919*8d1e01beSJérôme Gardou0xff56	0x76	;Fullwidth Latin Small Letter V
920*8d1e01beSJérôme Gardou0xff57	0x77	;Fullwidth Latin Small Letter W
921*8d1e01beSJérôme Gardou0xff58	0x78	;Fullwidth Latin Small Letter X
922*8d1e01beSJérôme Gardou0xff59	0x79	;Fullwidth Latin Small Letter Y
923*8d1e01beSJérôme Gardou0xff5a	0x7a	;Fullwidth Latin Small Letter Z
924*8d1e01beSJérôme Gardou0xff5b	0x7b	;Fullwidth Left Curly Bracket
925*8d1e01beSJérôme Gardou0xff5c	0x7c	;Fullwidth Vertical Line
926*8d1e01beSJérôme Gardou0xff5d	0x7d	;Fullwidth Right Curly Bracket
927*8d1e01beSJérôme Gardou0xff5e	0x7e	;Fullwidth Tilde
928c2c66affSColin Finck
929c2c66affSColin FinckENDCODEPAGE
930*8d1e01beSJérôme Gardou