1*16d86563SAlexander Pyhalov#
2*16d86563SAlexander Pyhalov# CDDL HEADER START
3*16d86563SAlexander Pyhalov#
4*16d86563SAlexander Pyhalov# The contents of this file are subject to the terms of the
5*16d86563SAlexander Pyhalov# Common Development and Distribution License (the "License").
6*16d86563SAlexander Pyhalov# You may not use this file except in compliance with the License.
7*16d86563SAlexander Pyhalov#
8*16d86563SAlexander Pyhalov# You can obtain a copy of the license at src/OPENSOLARIS.LICENSE
9*16d86563SAlexander Pyhalov# or http://www.opensolaris.org/os/licensing.
10*16d86563SAlexander Pyhalov# See the License for the specific language governing permissions
11*16d86563SAlexander Pyhalov# and limitations under the License.
12*16d86563SAlexander Pyhalov#
13*16d86563SAlexander Pyhalov# When distributing Covered Code, include this CDDL HEADER in each
14*16d86563SAlexander Pyhalov# file and include the License file at src/OPENSOLARIS.LICENSE.
15*16d86563SAlexander Pyhalov# If applicable, add the following below this CDDL HEADER, with the
16*16d86563SAlexander Pyhalov# fields enclosed by brackets "[]" replaced with your own identifying
17*16d86563SAlexander Pyhalov# information: Portions Copyright [yyyy] [name of copyright owner]
18*16d86563SAlexander Pyhalov#
19*16d86563SAlexander Pyhalov# CDDL HEADER END
20*16d86563SAlexander Pyhalov#
21*16d86563SAlexander Pyhalov#
22*16d86563SAlexander Pyhalov# Copyright (c) 1991-2005 Unicode, Inc. All rights reserved. Distributed
23*16d86563SAlexander Pyhalov# under the Terms of Use in http://www.unicode.org/copyright.html.
24*16d86563SAlexander Pyhalov#
25*16d86563SAlexander Pyhalov#
26*16d86563SAlexander Pyhalov#    Name:     cp1251 to Unicode table
27*16d86563SAlexander Pyhalov#    Unicode version: 2.0
28*16d86563SAlexander Pyhalov#    Table version: 2.01
29*16d86563SAlexander Pyhalov#    Table format:  Format A
30*16d86563SAlexander Pyhalov#    Date:          04/15/98
31*16d86563SAlexander Pyhalov#
32*16d86563SAlexander Pyhalov#    Contact:       cpxlate@microsoft.com
33*16d86563SAlexander Pyhalov#
34*16d86563SAlexander Pyhalov#    General notes: none
35*16d86563SAlexander Pyhalov#
36*16d86563SAlexander Pyhalov#    Format: Three tab-separated columns
37*16d86563SAlexander Pyhalov#        Column #1 is the cp1251 code (in hex)
38*16d86563SAlexander Pyhalov#        Column #2 is the Unicode (in hex as 0xXXXX)
39*16d86563SAlexander Pyhalov#        Column #3 is the Unicode name (follows a comment sign, '#')
40*16d86563SAlexander Pyhalov#
41*16d86563SAlexander Pyhalov#    The entries are in cp1251 order
42*16d86563SAlexander Pyhalov#
43*16d86563SAlexander Pyhalov0x00	0x0000	#NULL
44*16d86563SAlexander Pyhalov0x01	0x0001	#START OF HEADING
45*16d86563SAlexander Pyhalov0x02	0x0002	#START OF TEXT
46*16d86563SAlexander Pyhalov0x03	0x0003	#END OF TEXT
47*16d86563SAlexander Pyhalov0x04	0x0004	#END OF TRANSMISSION
48*16d86563SAlexander Pyhalov0x05	0x0005	#ENQUIRY
49*16d86563SAlexander Pyhalov0x06	0x0006	#ACKNOWLEDGE
50*16d86563SAlexander Pyhalov0x07	0x0007	#BELL
51*16d86563SAlexander Pyhalov0x08	0x0008	#BACKSPACE
52*16d86563SAlexander Pyhalov0x09	0x0009	#HORIZONTAL TABULATION
53*16d86563SAlexander Pyhalov0x0A	0x000A	#LINE FEED
54*16d86563SAlexander Pyhalov0x0B	0x000B	#VERTICAL TABULATION
55*16d86563SAlexander Pyhalov0x0C	0x000C	#FORM FEED
56*16d86563SAlexander Pyhalov0x0D	0x000D	#CARRIAGE RETURN
57*16d86563SAlexander Pyhalov0x0E	0x000E	#SHIFT OUT
58*16d86563SAlexander Pyhalov0x0F	0x000F	#SHIFT IN
59*16d86563SAlexander Pyhalov0x10	0x0010	#DATA LINK ESCAPE
60*16d86563SAlexander Pyhalov0x11	0x0011	#DEVICE CONTROL ONE
61*16d86563SAlexander Pyhalov0x12	0x0012	#DEVICE CONTROL TWO
62*16d86563SAlexander Pyhalov0x13	0x0013	#DEVICE CONTROL THREE
63*16d86563SAlexander Pyhalov0x14	0x0014	#DEVICE CONTROL FOUR
64*16d86563SAlexander Pyhalov0x15	0x0015	#NEGATIVE ACKNOWLEDGE
65*16d86563SAlexander Pyhalov0x16	0x0016	#SYNCHRONOUS IDLE
66*16d86563SAlexander Pyhalov0x17	0x0017	#END OF TRANSMISSION BLOCK
67*16d86563SAlexander Pyhalov0x18	0x0018	#CANCEL
68*16d86563SAlexander Pyhalov0x19	0x0019	#END OF MEDIUM
69*16d86563SAlexander Pyhalov0x1A	0x001A	#SUBSTITUTE
70*16d86563SAlexander Pyhalov0x1B	0x001B	#ESCAPE
71*16d86563SAlexander Pyhalov0x1C	0x001C	#FILE SEPARATOR
72*16d86563SAlexander Pyhalov0x1D	0x001D	#GROUP SEPARATOR
73*16d86563SAlexander Pyhalov0x1E	0x001E	#RECORD SEPARATOR
74*16d86563SAlexander Pyhalov0x1F	0x001F	#UNIT SEPARATOR
75*16d86563SAlexander Pyhalov0x20	0x0020	#SPACE
76*16d86563SAlexander Pyhalov0x21	0x0021	#EXCLAMATION MARK
77*16d86563SAlexander Pyhalov0x22	0x0022	#QUOTATION MARK
78*16d86563SAlexander Pyhalov0x23	0x0023	#NUMBER SIGN
79*16d86563SAlexander Pyhalov0x24	0x0024	#DOLLAR SIGN
80*16d86563SAlexander Pyhalov0x25	0x0025	#PERCENT SIGN
81*16d86563SAlexander Pyhalov0x26	0x0026	#AMPERSAND
82*16d86563SAlexander Pyhalov0x27	0x0027	#APOSTROPHE
83*16d86563SAlexander Pyhalov0x28	0x0028	#LEFT PARENTHESIS
84*16d86563SAlexander Pyhalov0x29	0x0029	#RIGHT PARENTHESIS
85*16d86563SAlexander Pyhalov0x2A	0x002A	#ASTERISK
86*16d86563SAlexander Pyhalov0x2B	0x002B	#PLUS SIGN
87*16d86563SAlexander Pyhalov0x2C	0x002C	#COMMA
88*16d86563SAlexander Pyhalov0x2D	0x002D	#HYPHEN-MINUS
89*16d86563SAlexander Pyhalov0x2E	0x002E	#FULL STOP
90*16d86563SAlexander Pyhalov0x2F	0x002F	#SOLIDUS
91*16d86563SAlexander Pyhalov0x30	0x0030	#DIGIT ZERO
92*16d86563SAlexander Pyhalov0x31	0x0031	#DIGIT ONE
93*16d86563SAlexander Pyhalov0x32	0x0032	#DIGIT TWO
94*16d86563SAlexander Pyhalov0x33	0x0033	#DIGIT THREE
95*16d86563SAlexander Pyhalov0x34	0x0034	#DIGIT FOUR
96*16d86563SAlexander Pyhalov0x35	0x0035	#DIGIT FIVE
97*16d86563SAlexander Pyhalov0x36	0x0036	#DIGIT SIX
98*16d86563SAlexander Pyhalov0x37	0x0037	#DIGIT SEVEN
99*16d86563SAlexander Pyhalov0x38	0x0038	#DIGIT EIGHT
100*16d86563SAlexander Pyhalov0x39	0x0039	#DIGIT NINE
101*16d86563SAlexander Pyhalov0x3A	0x003A	#COLON
102*16d86563SAlexander Pyhalov0x3B	0x003B	#SEMICOLON
103*16d86563SAlexander Pyhalov0x3C	0x003C	#LESS-THAN SIGN
104*16d86563SAlexander Pyhalov0x3D	0x003D	#EQUALS SIGN
105*16d86563SAlexander Pyhalov0x3E	0x003E	#GREATER-THAN SIGN
106*16d86563SAlexander Pyhalov0x3F	0x003F	#QUESTION MARK
107*16d86563SAlexander Pyhalov0x40	0x0040	#COMMERCIAL AT
108*16d86563SAlexander Pyhalov0x41	0x0041	#LATIN CAPITAL LETTER A
109*16d86563SAlexander Pyhalov0x42	0x0042	#LATIN CAPITAL LETTER B
110*16d86563SAlexander Pyhalov0x43	0x0043	#LATIN CAPITAL LETTER C
111*16d86563SAlexander Pyhalov0x44	0x0044	#LATIN CAPITAL LETTER D
112*16d86563SAlexander Pyhalov0x45	0x0045	#LATIN CAPITAL LETTER E
113*16d86563SAlexander Pyhalov0x46	0x0046	#LATIN CAPITAL LETTER F
114*16d86563SAlexander Pyhalov0x47	0x0047	#LATIN CAPITAL LETTER G
115*16d86563SAlexander Pyhalov0x48	0x0048	#LATIN CAPITAL LETTER H
116*16d86563SAlexander Pyhalov0x49	0x0049	#LATIN CAPITAL LETTER I
117*16d86563SAlexander Pyhalov0x4A	0x004A	#LATIN CAPITAL LETTER J
118*16d86563SAlexander Pyhalov0x4B	0x004B	#LATIN CAPITAL LETTER K
119*16d86563SAlexander Pyhalov0x4C	0x004C	#LATIN CAPITAL LETTER L
120*16d86563SAlexander Pyhalov0x4D	0x004D	#LATIN CAPITAL LETTER M
121*16d86563SAlexander Pyhalov0x4E	0x004E	#LATIN CAPITAL LETTER N
122*16d86563SAlexander Pyhalov0x4F	0x004F	#LATIN CAPITAL LETTER O
123*16d86563SAlexander Pyhalov0x50	0x0050	#LATIN CAPITAL LETTER P
124*16d86563SAlexander Pyhalov0x51	0x0051	#LATIN CAPITAL LETTER Q
125*16d86563SAlexander Pyhalov0x52	0x0052	#LATIN CAPITAL LETTER R
126*16d86563SAlexander Pyhalov0x53	0x0053	#LATIN CAPITAL LETTER S
127*16d86563SAlexander Pyhalov0x54	0x0054	#LATIN CAPITAL LETTER T
128*16d86563SAlexander Pyhalov0x55	0x0055	#LATIN CAPITAL LETTER U
129*16d86563SAlexander Pyhalov0x56	0x0056	#LATIN CAPITAL LETTER V
130*16d86563SAlexander Pyhalov0x57	0x0057	#LATIN CAPITAL LETTER W
131*16d86563SAlexander Pyhalov0x58	0x0058	#LATIN CAPITAL LETTER X
132*16d86563SAlexander Pyhalov0x59	0x0059	#LATIN CAPITAL LETTER Y
133*16d86563SAlexander Pyhalov0x5A	0x005A	#LATIN CAPITAL LETTER Z
134*16d86563SAlexander Pyhalov0x5B	0x005B	#LEFT SQUARE BRACKET
135*16d86563SAlexander Pyhalov0x5C	0x005C	#REVERSE SOLIDUS
136*16d86563SAlexander Pyhalov0x5D	0x005D	#RIGHT SQUARE BRACKET
137*16d86563SAlexander Pyhalov0x5E	0x005E	#CIRCUMFLEX ACCENT
138*16d86563SAlexander Pyhalov0x5F	0x005F	#LOW LINE
139*16d86563SAlexander Pyhalov0x60	0x0060	#GRAVE ACCENT
140*16d86563SAlexander Pyhalov0x61	0x0061	#LATIN SMALL LETTER A
141*16d86563SAlexander Pyhalov0x62	0x0062	#LATIN SMALL LETTER B
142*16d86563SAlexander Pyhalov0x63	0x0063	#LATIN SMALL LETTER C
143*16d86563SAlexander Pyhalov0x64	0x0064	#LATIN SMALL LETTER D
144*16d86563SAlexander Pyhalov0x65	0x0065	#LATIN SMALL LETTER E
145*16d86563SAlexander Pyhalov0x66	0x0066	#LATIN SMALL LETTER F
146*16d86563SAlexander Pyhalov0x67	0x0067	#LATIN SMALL LETTER G
147*16d86563SAlexander Pyhalov0x68	0x0068	#LATIN SMALL LETTER H
148*16d86563SAlexander Pyhalov0x69	0x0069	#LATIN SMALL LETTER I
149*16d86563SAlexander Pyhalov0x6A	0x006A	#LATIN SMALL LETTER J
150*16d86563SAlexander Pyhalov0x6B	0x006B	#LATIN SMALL LETTER K
151*16d86563SAlexander Pyhalov0x6C	0x006C	#LATIN SMALL LETTER L
152*16d86563SAlexander Pyhalov0x6D	0x006D	#LATIN SMALL LETTER M
153*16d86563SAlexander Pyhalov0x6E	0x006E	#LATIN SMALL LETTER N
154*16d86563SAlexander Pyhalov0x6F	0x006F	#LATIN SMALL LETTER O
155*16d86563SAlexander Pyhalov0x70	0x0070	#LATIN SMALL LETTER P
156*16d86563SAlexander Pyhalov0x71	0x0071	#LATIN SMALL LETTER Q
157*16d86563SAlexander Pyhalov0x72	0x0072	#LATIN SMALL LETTER R
158*16d86563SAlexander Pyhalov0x73	0x0073	#LATIN SMALL LETTER S
159*16d86563SAlexander Pyhalov0x74	0x0074	#LATIN SMALL LETTER T
160*16d86563SAlexander Pyhalov0x75	0x0075	#LATIN SMALL LETTER U
161*16d86563SAlexander Pyhalov0x76	0x0076	#LATIN SMALL LETTER V
162*16d86563SAlexander Pyhalov0x77	0x0077	#LATIN SMALL LETTER W
163*16d86563SAlexander Pyhalov0x78	0x0078	#LATIN SMALL LETTER X
164*16d86563SAlexander Pyhalov0x79	0x0079	#LATIN SMALL LETTER Y
165*16d86563SAlexander Pyhalov0x7A	0x007A	#LATIN SMALL LETTER Z
166*16d86563SAlexander Pyhalov0x7B	0x007B	#LEFT CURLY BRACKET
167*16d86563SAlexander Pyhalov0x7C	0x007C	#VERTICAL LINE
168*16d86563SAlexander Pyhalov0x7D	0x007D	#RIGHT CURLY BRACKET
169*16d86563SAlexander Pyhalov0x7E	0x007E	#TILDE
170*16d86563SAlexander Pyhalov0x7F	0x007F	#DELETE
171*16d86563SAlexander Pyhalov0x80	0x0402	#CYRILLIC CAPITAL LETTER DJE
172*16d86563SAlexander Pyhalov0x81	0x0403	#CYRILLIC CAPITAL LETTER GJE
173*16d86563SAlexander Pyhalov0x82	0x201A	#SINGLE LOW-9 QUOTATION MARK
174*16d86563SAlexander Pyhalov0x83	0x0453	#CYRILLIC SMALL LETTER GJE
175*16d86563SAlexander Pyhalov0x84	0x201E	#DOUBLE LOW-9 QUOTATION MARK
176*16d86563SAlexander Pyhalov0x85	0x2026	#HORIZONTAL ELLIPSIS
177*16d86563SAlexander Pyhalov0x86	0x2020	#DAGGER
178*16d86563SAlexander Pyhalov0x87	0x2021	#DOUBLE DAGGER
179*16d86563SAlexander Pyhalov0x88	0x20AC	#EURO SIGN
180*16d86563SAlexander Pyhalov0x89	0x2030	#PER MILLE SIGN
181*16d86563SAlexander Pyhalov0x8A	0x0409	#CYRILLIC CAPITAL LETTER LJE
182*16d86563SAlexander Pyhalov0x8B	0x2039	#SINGLE LEFT-POINTING ANGLE QUOTATION MARK
183*16d86563SAlexander Pyhalov0x8C	0x040A	#CYRILLIC CAPITAL LETTER NJE
184*16d86563SAlexander Pyhalov0x8D	0x040C	#CYRILLIC CAPITAL LETTER KJE
185*16d86563SAlexander Pyhalov0x8E	0x040B	#CYRILLIC CAPITAL LETTER TSHE
186*16d86563SAlexander Pyhalov0x8F	0x040F	#CYRILLIC CAPITAL LETTER DZHE
187*16d86563SAlexander Pyhalov0x90	0x0452	#CYRILLIC SMALL LETTER DJE
188*16d86563SAlexander Pyhalov0x91	0x2018	#LEFT SINGLE QUOTATION MARK
189*16d86563SAlexander Pyhalov0x92	0x2019	#RIGHT SINGLE QUOTATION MARK
190*16d86563SAlexander Pyhalov0x93	0x201C	#LEFT DOUBLE QUOTATION MARK
191*16d86563SAlexander Pyhalov0x94	0x201D	#RIGHT DOUBLE QUOTATION MARK
192*16d86563SAlexander Pyhalov0x95	0x2022	#BULLET
193*16d86563SAlexander Pyhalov0x96	0x2013	#EN DASH
194*16d86563SAlexander Pyhalov0x97	0x2014	#EM DASH
195*16d86563SAlexander Pyhalov0x98	      	#UNDEFINED
196*16d86563SAlexander Pyhalov0x99	0x2122	#TRADE MARK SIGN
197*16d86563SAlexander Pyhalov0x9A	0x0459	#CYRILLIC SMALL LETTER LJE
198*16d86563SAlexander Pyhalov0x9B	0x203A	#SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
199*16d86563SAlexander Pyhalov0x9C	0x045A	#CYRILLIC SMALL LETTER NJE
200*16d86563SAlexander Pyhalov0x9D	0x045C	#CYRILLIC SMALL LETTER KJE
201*16d86563SAlexander Pyhalov0x9E	0x045B	#CYRILLIC SMALL LETTER TSHE
202*16d86563SAlexander Pyhalov0x9F	0x045F	#CYRILLIC SMALL LETTER DZHE
203*16d86563SAlexander Pyhalov0xA0	0x00A0	#NO-BREAK SPACE
204*16d86563SAlexander Pyhalov0xA1	0x040E	#CYRILLIC CAPITAL LETTER SHORT U
205*16d86563SAlexander Pyhalov0xA2	0x045E	#CYRILLIC SMALL LETTER SHORT U
206*16d86563SAlexander Pyhalov0xA3	0x0408	#CYRILLIC CAPITAL LETTER JE
207*16d86563SAlexander Pyhalov0xA4	0x00A4	#CURRENCY SIGN
208*16d86563SAlexander Pyhalov0xA5	0x0490	#CYRILLIC CAPITAL LETTER GHE WITH UPTURN
209*16d86563SAlexander Pyhalov0xA6	0x00A6	#BROKEN BAR
210*16d86563SAlexander Pyhalov0xA7	0x00A7	#SECTION SIGN
211*16d86563SAlexander Pyhalov0xA8	0x0401	#CYRILLIC CAPITAL LETTER IO
212*16d86563SAlexander Pyhalov0xA9	0x00A9	#COPYRIGHT SIGN
213*16d86563SAlexander Pyhalov0xAA	0x0404	#CYRILLIC CAPITAL LETTER UKRAINIAN IE
214*16d86563SAlexander Pyhalov0xAB	0x00AB	#LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
215*16d86563SAlexander Pyhalov0xAC	0x00AC	#NOT SIGN
216*16d86563SAlexander Pyhalov0xAD	0x00AD	#SOFT HYPHEN
217*16d86563SAlexander Pyhalov0xAE	0x00AE	#REGISTERED SIGN
218*16d86563SAlexander Pyhalov0xAF	0x0407	#CYRILLIC CAPITAL LETTER YI
219*16d86563SAlexander Pyhalov0xB0	0x00B0	#DEGREE SIGN
220*16d86563SAlexander Pyhalov0xB1	0x00B1	#PLUS-MINUS SIGN
221*16d86563SAlexander Pyhalov0xB2	0x0406	#CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I
222*16d86563SAlexander Pyhalov0xB3	0x0456	#CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I
223*16d86563SAlexander Pyhalov0xB4	0x0491	#CYRILLIC SMALL LETTER GHE WITH UPTURN
224*16d86563SAlexander Pyhalov0xB5	0x00B5	#MICRO SIGN
225*16d86563SAlexander Pyhalov0xB6	0x00B6	#PILCROW SIGN
226*16d86563SAlexander Pyhalov0xB7	0x00B7	#MIDDLE DOT
227*16d86563SAlexander Pyhalov0xB8	0x0451	#CYRILLIC SMALL LETTER IO
228*16d86563SAlexander Pyhalov0xB9	0x2116	#NUMERO SIGN
229*16d86563SAlexander Pyhalov0xBA	0x0454	#CYRILLIC SMALL LETTER UKRAINIAN IE
230*16d86563SAlexander Pyhalov0xBB	0x00BB	#RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
231*16d86563SAlexander Pyhalov0xBC	0x0458	#CYRILLIC SMALL LETTER JE
232*16d86563SAlexander Pyhalov0xBD	0x0405	#CYRILLIC CAPITAL LETTER DZE
233*16d86563SAlexander Pyhalov0xBE	0x0455	#CYRILLIC SMALL LETTER DZE
234*16d86563SAlexander Pyhalov0xBF	0x0457	#CYRILLIC SMALL LETTER YI
235*16d86563SAlexander Pyhalov0xC0	0x0410	#CYRILLIC CAPITAL LETTER A
236*16d86563SAlexander Pyhalov0xC1	0x0411	#CYRILLIC CAPITAL LETTER BE
237*16d86563SAlexander Pyhalov0xC2	0x0412	#CYRILLIC CAPITAL LETTER VE
238*16d86563SAlexander Pyhalov0xC3	0x0413	#CYRILLIC CAPITAL LETTER GHE
239*16d86563SAlexander Pyhalov0xC4	0x0414	#CYRILLIC CAPITAL LETTER DE
240*16d86563SAlexander Pyhalov0xC5	0x0415	#CYRILLIC CAPITAL LETTER IE
241*16d86563SAlexander Pyhalov0xC6	0x0416	#CYRILLIC CAPITAL LETTER ZHE
242*16d86563SAlexander Pyhalov0xC7	0x0417	#CYRILLIC CAPITAL LETTER ZE
243*16d86563SAlexander Pyhalov0xC8	0x0418	#CYRILLIC CAPITAL LETTER I
244*16d86563SAlexander Pyhalov0xC9	0x0419	#CYRILLIC CAPITAL LETTER SHORT I
245*16d86563SAlexander Pyhalov0xCA	0x041A	#CYRILLIC CAPITAL LETTER KA
246*16d86563SAlexander Pyhalov0xCB	0x041B	#CYRILLIC CAPITAL LETTER EL
247*16d86563SAlexander Pyhalov0xCC	0x041C	#CYRILLIC CAPITAL LETTER EM
248*16d86563SAlexander Pyhalov0xCD	0x041D	#CYRILLIC CAPITAL LETTER EN
249*16d86563SAlexander Pyhalov0xCE	0x041E	#CYRILLIC CAPITAL LETTER O
250*16d86563SAlexander Pyhalov0xCF	0x041F	#CYRILLIC CAPITAL LETTER PE
251*16d86563SAlexander Pyhalov0xD0	0x0420	#CYRILLIC CAPITAL LETTER ER
252*16d86563SAlexander Pyhalov0xD1	0x0421	#CYRILLIC CAPITAL LETTER ES
253*16d86563SAlexander Pyhalov0xD2	0x0422	#CYRILLIC CAPITAL LETTER TE
254*16d86563SAlexander Pyhalov0xD3	0x0423	#CYRILLIC CAPITAL LETTER U
255*16d86563SAlexander Pyhalov0xD4	0x0424	#CYRILLIC CAPITAL LETTER EF
256*16d86563SAlexander Pyhalov0xD5	0x0425	#CYRILLIC CAPITAL LETTER HA
257*16d86563SAlexander Pyhalov0xD6	0x0426	#CYRILLIC CAPITAL LETTER TSE
258*16d86563SAlexander Pyhalov0xD7	0x0427	#CYRILLIC CAPITAL LETTER CHE
259*16d86563SAlexander Pyhalov0xD8	0x0428	#CYRILLIC CAPITAL LETTER SHA
260*16d86563SAlexander Pyhalov0xD9	0x0429	#CYRILLIC CAPITAL LETTER SHCHA
261*16d86563SAlexander Pyhalov0xDA	0x042A	#CYRILLIC CAPITAL LETTER HARD SIGN
262*16d86563SAlexander Pyhalov0xDB	0x042B	#CYRILLIC CAPITAL LETTER YERU
263*16d86563SAlexander Pyhalov0xDC	0x042C	#CYRILLIC CAPITAL LETTER SOFT SIGN
264*16d86563SAlexander Pyhalov0xDD	0x042D	#CYRILLIC CAPITAL LETTER E
265*16d86563SAlexander Pyhalov0xDE	0x042E	#CYRILLIC CAPITAL LETTER YU
266*16d86563SAlexander Pyhalov0xDF	0x042F	#CYRILLIC CAPITAL LETTER YA
267*16d86563SAlexander Pyhalov0xE0	0x0430	#CYRILLIC SMALL LETTER A
268*16d86563SAlexander Pyhalov0xE1	0x0431	#CYRILLIC SMALL LETTER BE
269*16d86563SAlexander Pyhalov0xE2	0x0432	#CYRILLIC SMALL LETTER VE
270*16d86563SAlexander Pyhalov0xE3	0x0433	#CYRILLIC SMALL LETTER GHE
271*16d86563SAlexander Pyhalov0xE4	0x0434	#CYRILLIC SMALL LETTER DE
272*16d86563SAlexander Pyhalov0xE5	0x0435	#CYRILLIC SMALL LETTER IE
273*16d86563SAlexander Pyhalov0xE6	0x0436	#CYRILLIC SMALL LETTER ZHE
274*16d86563SAlexander Pyhalov0xE7	0x0437	#CYRILLIC SMALL LETTER ZE
275*16d86563SAlexander Pyhalov0xE8	0x0438	#CYRILLIC SMALL LETTER I
276*16d86563SAlexander Pyhalov0xE9	0x0439	#CYRILLIC SMALL LETTER SHORT I
277*16d86563SAlexander Pyhalov0xEA	0x043A	#CYRILLIC SMALL LETTER KA
278*16d86563SAlexander Pyhalov0xEB	0x043B	#CYRILLIC SMALL LETTER EL
279*16d86563SAlexander Pyhalov0xEC	0x043C	#CYRILLIC SMALL LETTER EM
280*16d86563SAlexander Pyhalov0xED	0x043D	#CYRILLIC SMALL LETTER EN
281*16d86563SAlexander Pyhalov0xEE	0x043E	#CYRILLIC SMALL LETTER O
282*16d86563SAlexander Pyhalov0xEF	0x043F	#CYRILLIC SMALL LETTER PE
283*16d86563SAlexander Pyhalov0xF0	0x0440	#CYRILLIC SMALL LETTER ER
284*16d86563SAlexander Pyhalov0xF1	0x0441	#CYRILLIC SMALL LETTER ES
285*16d86563SAlexander Pyhalov0xF2	0x0442	#CYRILLIC SMALL LETTER TE
286*16d86563SAlexander Pyhalov0xF3	0x0443	#CYRILLIC SMALL LETTER U
287*16d86563SAlexander Pyhalov0xF4	0x0444	#CYRILLIC SMALL LETTER EF
288*16d86563SAlexander Pyhalov0xF5	0x0445	#CYRILLIC SMALL LETTER HA
289*16d86563SAlexander Pyhalov0xF6	0x0446	#CYRILLIC SMALL LETTER TSE
290*16d86563SAlexander Pyhalov0xF7	0x0447	#CYRILLIC SMALL LETTER CHE
291*16d86563SAlexander Pyhalov0xF8	0x0448	#CYRILLIC SMALL LETTER SHA
292*16d86563SAlexander Pyhalov0xF9	0x0449	#CYRILLIC SMALL LETTER SHCHA
293*16d86563SAlexander Pyhalov0xFA	0x044A	#CYRILLIC SMALL LETTER HARD SIGN
294*16d86563SAlexander Pyhalov0xFB	0x044B	#CYRILLIC SMALL LETTER YERU
295*16d86563SAlexander Pyhalov0xFC	0x044C	#CYRILLIC SMALL LETTER SOFT SIGN
296*16d86563SAlexander Pyhalov0xFD	0x044D	#CYRILLIC SMALL LETTER E
297*16d86563SAlexander Pyhalov0xFE	0x044E	#CYRILLIC SMALL LETTER YU
298*16d86563SAlexander Pyhalov0xFF	0x044F	#CYRILLIC SMALL LETTER YA
299