xref: /titanic_52/usr/src/lib/iconv_modules/utf-8/utils/koi8-r.txt (revision 91e1e26ac6a73ce959289cf7d3d96c4baedbe0b8)
1*91e1e26aSAlexander Pyhalov#
2*91e1e26aSAlexander Pyhalov# CDDL HEADER START
3*91e1e26aSAlexander Pyhalov#
4*91e1e26aSAlexander Pyhalov# The contents of this file are subject to the terms of the
5*91e1e26aSAlexander Pyhalov# Common Development and Distribution License (the "License").
6*91e1e26aSAlexander Pyhalov# You may not use this file except in compliance with the License.
7*91e1e26aSAlexander Pyhalov#
8*91e1e26aSAlexander Pyhalov# You can obtain a copy of the license at src/OPENSOLARIS.LICENSE
9*91e1e26aSAlexander Pyhalov# or http://www.opensolaris.org/os/licensing.
10*91e1e26aSAlexander Pyhalov# See the License for the specific language governing permissions
11*91e1e26aSAlexander Pyhalov# and limitations under the License.
12*91e1e26aSAlexander Pyhalov#
13*91e1e26aSAlexander Pyhalov# When distributing Covered Code, include this CDDL HEADER in each
14*91e1e26aSAlexander Pyhalov# file and include the License file at src/OPENSOLARIS.LICENSE.
15*91e1e26aSAlexander Pyhalov# If applicable, add the following below this CDDL HEADER, with the
16*91e1e26aSAlexander Pyhalov# fields enclosed by brackets "[]" replaced with your own identifying
17*91e1e26aSAlexander Pyhalov# information: Portions Copyright [yyyy] [name of copyright owner]
18*91e1e26aSAlexander Pyhalov#
19*91e1e26aSAlexander Pyhalov# CDDL HEADER END
20*91e1e26aSAlexander Pyhalov#
21*91e1e26aSAlexander Pyhalov# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
22*91e1e26aSAlexander Pyhalov# Use is subject to license terms.
23*91e1e26aSAlexander Pyhalov#
24*91e1e26aSAlexander Pyhalov#
25*91e1e26aSAlexander Pyhalov# COPYRIGHT AND PERMISSION NOTICE
26*91e1e26aSAlexander Pyhalov#
27*91e1e26aSAlexander Pyhalov# Copyright (c) 1991-2005 Unicode, Inc. All rights reserved. Distributed
28*91e1e26aSAlexander Pyhalov# under the Terms of Use in http://www.unicode.org/copyright.html.
29*91e1e26aSAlexander Pyhalov#
30*91e1e26aSAlexander Pyhalov# This file has been modified by Sun Microsystems, Inc.
31*91e1e26aSAlexander Pyhalov#
32*91e1e26aSAlexander Pyhalov# KOI8-R to Unicode mapping table.
33*91e1e26aSAlexander Pyhalov#
34*91e1e26aSAlexander Pyhalov# Generated from the original table of RFC 1489 at around 12/4/1998.
35*91e1e26aSAlexander Pyhalov#
36*91e1e26aSAlexander Pyhalov0x20	0x0020
37*91e1e26aSAlexander Pyhalov0x21	0x0021
38*91e1e26aSAlexander Pyhalov0x22	0x0022
39*91e1e26aSAlexander Pyhalov0x23	0x0023
40*91e1e26aSAlexander Pyhalov0x24	0x0024
41*91e1e26aSAlexander Pyhalov0x25	0x0025
42*91e1e26aSAlexander Pyhalov0x26	0x0026
43*91e1e26aSAlexander Pyhalov0x27	0x0027
44*91e1e26aSAlexander Pyhalov0x28	0x0028
45*91e1e26aSAlexander Pyhalov0x29	0x0029
46*91e1e26aSAlexander Pyhalov0x2A	0x002A
47*91e1e26aSAlexander Pyhalov0x2B	0x002B
48*91e1e26aSAlexander Pyhalov0x2C	0x002C
49*91e1e26aSAlexander Pyhalov0x2D	0x002D
50*91e1e26aSAlexander Pyhalov0x2E	0x002E
51*91e1e26aSAlexander Pyhalov0x2F	0x002F
52*91e1e26aSAlexander Pyhalov0x30	0x0030
53*91e1e26aSAlexander Pyhalov0x31	0x0031
54*91e1e26aSAlexander Pyhalov0x32	0x0032
55*91e1e26aSAlexander Pyhalov0x33	0x0033
56*91e1e26aSAlexander Pyhalov0x34	0x0034
57*91e1e26aSAlexander Pyhalov0x35	0x0035
58*91e1e26aSAlexander Pyhalov0x36	0x0036
59*91e1e26aSAlexander Pyhalov0x37	0x0037
60*91e1e26aSAlexander Pyhalov0x38	0x0038
61*91e1e26aSAlexander Pyhalov0x39	0x0039
62*91e1e26aSAlexander Pyhalov0x3A	0x003A
63*91e1e26aSAlexander Pyhalov0x3B	0x003B
64*91e1e26aSAlexander Pyhalov0x3C	0x003C
65*91e1e26aSAlexander Pyhalov0x3D	0x003D
66*91e1e26aSAlexander Pyhalov0x3E	0x003E
67*91e1e26aSAlexander Pyhalov0x3F	0x003F
68*91e1e26aSAlexander Pyhalov0x40	0x0040
69*91e1e26aSAlexander Pyhalov0x41	0x0041
70*91e1e26aSAlexander Pyhalov0x42	0x0042
71*91e1e26aSAlexander Pyhalov0x43	0x0043
72*91e1e26aSAlexander Pyhalov0x44	0x0044
73*91e1e26aSAlexander Pyhalov0x45	0x0045
74*91e1e26aSAlexander Pyhalov0x46	0x0046
75*91e1e26aSAlexander Pyhalov0x47	0x0047
76*91e1e26aSAlexander Pyhalov0x48	0x0048
77*91e1e26aSAlexander Pyhalov0x49	0x0049
78*91e1e26aSAlexander Pyhalov0x4A	0x004A
79*91e1e26aSAlexander Pyhalov0x4B	0x004B
80*91e1e26aSAlexander Pyhalov0x4C	0x004C
81*91e1e26aSAlexander Pyhalov0x4D	0x004D
82*91e1e26aSAlexander Pyhalov0x4E	0x004E
83*91e1e26aSAlexander Pyhalov0x4F	0x004F
84*91e1e26aSAlexander Pyhalov0x50	0x0050
85*91e1e26aSAlexander Pyhalov0x51	0x0051
86*91e1e26aSAlexander Pyhalov0x52	0x0052
87*91e1e26aSAlexander Pyhalov0x53	0x0053
88*91e1e26aSAlexander Pyhalov0x54	0x0054
89*91e1e26aSAlexander Pyhalov0x55	0x0055
90*91e1e26aSAlexander Pyhalov0x56	0x0056
91*91e1e26aSAlexander Pyhalov0x57	0x0057
92*91e1e26aSAlexander Pyhalov0x58	0x0058
93*91e1e26aSAlexander Pyhalov0x59	0x0059
94*91e1e26aSAlexander Pyhalov0x5A	0x005A
95*91e1e26aSAlexander Pyhalov0x5B	0x005B
96*91e1e26aSAlexander Pyhalov0x5C	0x005C
97*91e1e26aSAlexander Pyhalov0x5D	0x005D
98*91e1e26aSAlexander Pyhalov0x5E	0x005E
99*91e1e26aSAlexander Pyhalov0x5F	0x005F
100*91e1e26aSAlexander Pyhalov0x60	0x0060
101*91e1e26aSAlexander Pyhalov0x61	0x0061
102*91e1e26aSAlexander Pyhalov0x62	0x0062
103*91e1e26aSAlexander Pyhalov0x63	0x0063
104*91e1e26aSAlexander Pyhalov0x64	0x0064
105*91e1e26aSAlexander Pyhalov0x65	0x0065
106*91e1e26aSAlexander Pyhalov0x66	0x0066
107*91e1e26aSAlexander Pyhalov0x67	0x0067
108*91e1e26aSAlexander Pyhalov0x68	0x0068
109*91e1e26aSAlexander Pyhalov0x69	0x0069
110*91e1e26aSAlexander Pyhalov0x6A	0x006A
111*91e1e26aSAlexander Pyhalov0x6B	0x006B
112*91e1e26aSAlexander Pyhalov0x6C	0x006C
113*91e1e26aSAlexander Pyhalov0x6D	0x006D
114*91e1e26aSAlexander Pyhalov0x6E	0x006E
115*91e1e26aSAlexander Pyhalov0x6F	0x006F
116*91e1e26aSAlexander Pyhalov0x70	0x0070
117*91e1e26aSAlexander Pyhalov0x71	0x0071
118*91e1e26aSAlexander Pyhalov0x72	0x0072
119*91e1e26aSAlexander Pyhalov0x73	0x0073
120*91e1e26aSAlexander Pyhalov0x74	0x0074
121*91e1e26aSAlexander Pyhalov0x75	0x0075
122*91e1e26aSAlexander Pyhalov0x76	0x0076
123*91e1e26aSAlexander Pyhalov0x77	0x0077
124*91e1e26aSAlexander Pyhalov0x78	0x0078
125*91e1e26aSAlexander Pyhalov0x79	0x0079
126*91e1e26aSAlexander Pyhalov0x7A	0x007A
127*91e1e26aSAlexander Pyhalov0x7B	0x007B
128*91e1e26aSAlexander Pyhalov0x7C	0x007C
129*91e1e26aSAlexander Pyhalov0x7D	0x007D
130*91e1e26aSAlexander Pyhalov0x7E	0x007E
131*91e1e26aSAlexander Pyhalov0x80	0x2500
132*91e1e26aSAlexander Pyhalov0x81	0x2502
133*91e1e26aSAlexander Pyhalov0x82	0x250C
134*91e1e26aSAlexander Pyhalov0x83	0x2510
135*91e1e26aSAlexander Pyhalov0x84	0x2514
136*91e1e26aSAlexander Pyhalov0x85	0x2518
137*91e1e26aSAlexander Pyhalov0x86	0x251C
138*91e1e26aSAlexander Pyhalov0x87	0x2524
139*91e1e26aSAlexander Pyhalov0x88	0x252C
140*91e1e26aSAlexander Pyhalov0x89	0x2534
141*91e1e26aSAlexander Pyhalov0x8A	0x253C
142*91e1e26aSAlexander Pyhalov0x8B	0x2580
143*91e1e26aSAlexander Pyhalov0x8C	0x2584
144*91e1e26aSAlexander Pyhalov0x8D	0x2588
145*91e1e26aSAlexander Pyhalov0x8E	0x258C
146*91e1e26aSAlexander Pyhalov0x8F	0x2590
147*91e1e26aSAlexander Pyhalov0x90	0x2591
148*91e1e26aSAlexander Pyhalov0x91	0x2592
149*91e1e26aSAlexander Pyhalov0x92	0x2593
150*91e1e26aSAlexander Pyhalov0x93	0x2320
151*91e1e26aSAlexander Pyhalov0x94	0x25A0
152*91e1e26aSAlexander Pyhalov0x95	0x2219
153*91e1e26aSAlexander Pyhalov0x96	0x221A
154*91e1e26aSAlexander Pyhalov0x97	0x2248
155*91e1e26aSAlexander Pyhalov0x98	0x2264
156*91e1e26aSAlexander Pyhalov0x99	0x2265
157*91e1e26aSAlexander Pyhalov0x9A	0x00A0
158*91e1e26aSAlexander Pyhalov0x9B	0x2321
159*91e1e26aSAlexander Pyhalov0x9C	0x00B0
160*91e1e26aSAlexander Pyhalov0x9D	0x00B2
161*91e1e26aSAlexander Pyhalov0x9E	0x00B7
162*91e1e26aSAlexander Pyhalov0x9F	0x00F7
163*91e1e26aSAlexander Pyhalov0xA0	0x2550
164*91e1e26aSAlexander Pyhalov0xA1	0x2551
165*91e1e26aSAlexander Pyhalov0xA2	0x2552
166*91e1e26aSAlexander Pyhalov0xA3	0x0451
167*91e1e26aSAlexander Pyhalov0xA4	0x2553
168*91e1e26aSAlexander Pyhalov0xA5	0x2554
169*91e1e26aSAlexander Pyhalov0xA6	0x2555
170*91e1e26aSAlexander Pyhalov0xA7	0x2556
171*91e1e26aSAlexander Pyhalov0xA8	0x2557
172*91e1e26aSAlexander Pyhalov0xA9	0x2558
173*91e1e26aSAlexander Pyhalov0xAA	0x2559
174*91e1e26aSAlexander Pyhalov0xAB	0x255A
175*91e1e26aSAlexander Pyhalov0xAC	0x255B
176*91e1e26aSAlexander Pyhalov0xAD	0x255C
177*91e1e26aSAlexander Pyhalov0xAE	0x255D
178*91e1e26aSAlexander Pyhalov0xAF	0x255E
179*91e1e26aSAlexander Pyhalov0xB0	0x255F
180*91e1e26aSAlexander Pyhalov0xB1	0x2560
181*91e1e26aSAlexander Pyhalov0xB2	0x2561
182*91e1e26aSAlexander Pyhalov0xB3	0x0401
183*91e1e26aSAlexander Pyhalov0xB4	0x2562
184*91e1e26aSAlexander Pyhalov0xB5	0x2563
185*91e1e26aSAlexander Pyhalov0xB6	0x2564
186*91e1e26aSAlexander Pyhalov0xB7	0x2565
187*91e1e26aSAlexander Pyhalov0xB8	0x2566
188*91e1e26aSAlexander Pyhalov0xB9	0x2567
189*91e1e26aSAlexander Pyhalov0xBA	0x2568
190*91e1e26aSAlexander Pyhalov0xBB	0x2569
191*91e1e26aSAlexander Pyhalov0xBC	0x256A
192*91e1e26aSAlexander Pyhalov0xBD	0x256B
193*91e1e26aSAlexander Pyhalov0xBE	0x256C
194*91e1e26aSAlexander Pyhalov0xBF	0x00A9
195*91e1e26aSAlexander Pyhalov0xC0	0x044E
196*91e1e26aSAlexander Pyhalov0xC1	0x0430
197*91e1e26aSAlexander Pyhalov0xC2	0x0431
198*91e1e26aSAlexander Pyhalov0xC3	0x0446
199*91e1e26aSAlexander Pyhalov0xC4	0x0434
200*91e1e26aSAlexander Pyhalov0xC5	0x0435
201*91e1e26aSAlexander Pyhalov0xC6	0x0444
202*91e1e26aSAlexander Pyhalov0xC7	0x0433
203*91e1e26aSAlexander Pyhalov0xC8	0x0445
204*91e1e26aSAlexander Pyhalov0xC9	0x0438
205*91e1e26aSAlexander Pyhalov0xCA	0x0439
206*91e1e26aSAlexander Pyhalov0xCB	0x043A
207*91e1e26aSAlexander Pyhalov0xCC	0x043B
208*91e1e26aSAlexander Pyhalov0xCD	0x043C
209*91e1e26aSAlexander Pyhalov0xCE	0x043D
210*91e1e26aSAlexander Pyhalov0xCF	0x043E
211*91e1e26aSAlexander Pyhalov0xD0	0x043F
212*91e1e26aSAlexander Pyhalov0xD1	0x044F
213*91e1e26aSAlexander Pyhalov0xD2	0x0440
214*91e1e26aSAlexander Pyhalov0xD3	0x0441
215*91e1e26aSAlexander Pyhalov0xD4	0x0442
216*91e1e26aSAlexander Pyhalov0xD5	0x0443
217*91e1e26aSAlexander Pyhalov0xD6	0x0436
218*91e1e26aSAlexander Pyhalov0xD7	0x0432
219*91e1e26aSAlexander Pyhalov0xD8	0x044C
220*91e1e26aSAlexander Pyhalov0xD9	0x044B
221*91e1e26aSAlexander Pyhalov0xDA	0x0437
222*91e1e26aSAlexander Pyhalov0xDB	0x0448
223*91e1e26aSAlexander Pyhalov0xDC	0x044D
224*91e1e26aSAlexander Pyhalov0xDD	0x0449
225*91e1e26aSAlexander Pyhalov0xDE	0x0447
226*91e1e26aSAlexander Pyhalov0xDF	0x044A
227*91e1e26aSAlexander Pyhalov0xE0	0x042E
228*91e1e26aSAlexander Pyhalov0xE1	0x0410
229*91e1e26aSAlexander Pyhalov0xE2	0x0411
230*91e1e26aSAlexander Pyhalov0xE3	0x0426
231*91e1e26aSAlexander Pyhalov0xE4	0x0414
232*91e1e26aSAlexander Pyhalov0xE5	0x0415
233*91e1e26aSAlexander Pyhalov0xE6	0x0424
234*91e1e26aSAlexander Pyhalov0xE7	0x0413
235*91e1e26aSAlexander Pyhalov0xE8	0x0425
236*91e1e26aSAlexander Pyhalov0xE9	0x0418
237*91e1e26aSAlexander Pyhalov0xEA	0x0419
238*91e1e26aSAlexander Pyhalov0xEB	0x041A
239*91e1e26aSAlexander Pyhalov0xEC	0x041B
240*91e1e26aSAlexander Pyhalov0xED	0x041C
241*91e1e26aSAlexander Pyhalov0xEE	0x041D
242*91e1e26aSAlexander Pyhalov0xEF	0x041E
243*91e1e26aSAlexander Pyhalov0xF0	0x041F
244*91e1e26aSAlexander Pyhalov0xF1	0x042F
245*91e1e26aSAlexander Pyhalov0xF2	0x0420
246*91e1e26aSAlexander Pyhalov0xF3	0x0421
247*91e1e26aSAlexander Pyhalov0xF4	0x0422
248*91e1e26aSAlexander Pyhalov0xF5	0x0423
249*91e1e26aSAlexander Pyhalov0xF6	0x0416
250*91e1e26aSAlexander Pyhalov0xF7	0x0412
251*91e1e26aSAlexander Pyhalov0xF8	0x042C
252*91e1e26aSAlexander Pyhalov0xF9	0x042B
253*91e1e26aSAlexander Pyhalov0xFA	0x0417
254*91e1e26aSAlexander Pyhalov0xFB	0x0428
255*91e1e26aSAlexander Pyhalov0xFC	0x042D
256*91e1e26aSAlexander Pyhalov0xFD	0x0429
257*91e1e26aSAlexander Pyhalov0xFE	0x0427
258*91e1e26aSAlexander Pyhalov0xFF	0x042A
259