Sync Citrus iconv support with NetBSD.
[dragonfly.git] / share / i18n / csmapper / APPLE / CYRILLIC%UCS.src
1 # $NetBSD: CYRILLIC%UCS.src,v 1.1 2006/03/13 19:45:36 tnozaki Exp $
2 # $DragonFly: src/share/i18n/csmapper/APPLE/CYRILLIC%UCS.src,v 1.1 2008/04/10 10:21:02 hasso Exp $
3
4 TYPE            ROWCOL
5 NAME            CYRILLIC/UCS
6 SRC_ZONE        0x00-0xFF
7 OOB_MODE        ILSEQ
8 DST_ILSEQ       0xFFFE
9 DST_UNIT_BITS   16
10
11 BEGIN_MAP
12 #
13 # This mapping data is made from the mapping data provided by Unicode, Inc.
14 # Original notice:
15 #
16 #=======================================================================
17 #   File name:  CYRILLIC.TXT
18 #
19 #   Contents:   Map (external version) from Mac OS Cyrillic
20 #               character set to Unicode 2.1 and later.
21 #
22 #   Copyright:  (c) 1995-2002, 2005 by Apple Computer, Inc., all rights
23 #               reserved.
24 #
25 #   Contact:    charsets@apple.com
26 #
27 #   Changes:
28 #
29 #       c03  2005-Apr-05    Update header comments. Matches internal xml
30 #                           <c1.1> and Text Encoding Converter 2.0.
31 #      b3,c1 2002-Dec-19    Update URLs, notes. Matches internal
32 #                           utom<b2>.
33 #       b02  1999-Sep-22    Encoding changed for Mac OS 9.0 to merge
34 #                           with Mac OS Ukrainian and support EURO SIGN;
35 #                           Change mappings for 0xA2, 0xB6, and 0xFF.
36 #                           Update contact e-mail address. Matches
37 #                           internal utom<b2>, ufrm<b2>, and Text
38 #                           Encoding Converter version 1.5.
39 #       n05  1998-Feb-05    Update header comments to new format; no
40 #                           mapping changes.  Matches internal utom<n3>,
41 #                           ufrm<n13>, and Text Encoding Converter
42 #                           version 1.3.
43 #       n03  1995-Apr-15    First version (after fixing some typos).
44 #                           Matches internal ufrm<n5>.
45 #
46 # Standard header:
47 # ----------------
48 #
49 #   Apple, the Apple logo, and Macintosh are trademarks of Apple
50 #   Computer, Inc., registered in the United States and other countries.
51 #   Unicode is a trademark of Unicode Inc. For the sake of brevity,
52 #   throughout this document, "Macintosh" can be used to refer to
53 #   Macintosh computers and "Unicode" can be used to refer to the
54 #   Unicode standard.
55 #
56 #   Apple Computer, Inc. ("Apple") makes no warranty or representation,
57 #   either express or implied, with respect to this document and the
58 #   included data, its quality, accuracy, or fitness for a particular
59 #   purpose. In no event will Apple be liable for direct, indirect,
60 #   special, incidental, or consequential damages resulting from any
61 #   defect or inaccuracy in this document or the included data.
62 #
63 #   These mapping tables and character lists are subject to change.
64 #   The latest tables should be available from the following:
65 #
66 #   <http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/>
67 #
68 #   For general information about Mac OS encodings and these mapping
69 #   tables, see the file "README.TXT".
70 #
71 # Format:
72 # -------
73 #
74 #   Three tab-separated columns;
75 #   '#' begins a comment which continues to the end of the line.
76 #     Column #1 is the Mac OS Cyrillic code (in hex as 0xNN)
77 #     Column #2 is the corresponding Unicode (in hex as 0xNNNN)
78 #     Column #3 is a comment containing the Unicode name
79 #
80 #   The entries are in Mac OS Cyrillic code order.
81 #
82 #   Control character mappings are not shown in this table, following
83 #   the conventions of the standard UTC mapping tables. However, the
84 #   Mac OS Cyrillic character set uses the standard control characters
85 #   at 0x00-0x1F and 0x7F.
86 #
87 # Notes on Mac OS Cyrillic:
88 # -------------------------
89 #
90 #   This is a legacy Mac OS encoding; in the Mac OS X Carbon and Cocoa
91 #   environments, it is only supported directly in programming
92 #   interfaces for QuickDraw Text, the Script Manager, and related
93 #   Text Utilities. For other purposes it is supported via transcoding
94 #   to and from Unicode.
95 #
96 #   This is the "Euro sign" version of Mac Cyrillic for Mac OS 9.0 and
97 #   later. Before Mac OS 9.0, there were two separate Slavic Cyrillic
98 #   encodings:
99 #
100 #   1. The Cyrillic currency sign variant (used for localized Russian
101 #      and Bulgarian systems), which had the following:
102 #       0xA2  U+00A2 CENT SIGN
103 #       0xB6  U+2202 PARTIAL DIFFERENTIAL
104 #       0xFF  U+00A4 CURRENCY SIGN
105 #
106 #   2. The Ukrainian currency sign variant (used for localized Ukrainian
107 #      systems and the pre-9.0 Cyrillic Language Kit), which had the
108 #      following:
109 #       0xA2  U+0490 CYRILLIC CAPITAL LETTER GHE WITH UPTURN
110 #       0xB6  U+0491 CYRILLIC SMALL LETTER GHE WITH UPTURN
111 #       0xFF  U+00A4 CURRENCY SIGN
112 #
113 #   This new Cyrillic Euro sign version is based on the old Ukrainian
114 #   currency sign variant, with 0xFF changed to be EURO SIGN.
115 #
116 #   The Mac OS Cyrillic encoding includes the Cyrillic letter repertoire
117 #   of ISO 8859-5 (although not at the same code points). This covers
118 #   most of the Slavic languages written in Cyrillic script.
119 #
120 #   The Mac OS Cyrillic encoding also includes a number of characters
121 #   needed for the Mac OS user interface and localization (e.g.
122 #   ellipsis, bullet, copyright sign). All of the characters in Mac OS
123 #   Cyrillic that are also in the Mac OS Roman encoding are at the
124 #   same code point in both; this improves application compatibility.
125 #
126 #   Note: There is a common Ukrainian glyph variation in which the glyph
127 #   for CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I may or may not
128 #   have a dot above.
129 #
130 # Unicode mapping issues and notes:
131 # ---------------------------------
132 #
133 # Details of mapping changes in each version:
134 # -------------------------------------------
135 #
136 #   Changes from version n05 to version b02:
137 #
138 #   - Encoding changed for Mac OS 9.0 to merge with Mac OS Ukrainian and
139 #   support EURO SIGN. 0xA2 changed from U+00A2 to U+0490; 0xB6 changed
140 #   from U+2202 to U+0491; 0xFF changed from U+00A4 to U+20AC.
141 #
142 ##################
143 0x00 - 0x7E = 0x00 -
144 0x80 = 0x0410
145 0x81 = 0x0411
146 0x82 = 0x0412
147 0x83 = 0x0413
148 0x84 = 0x0414
149 0x85 = 0x0415
150 0x86 = 0x0416
151 0x87 = 0x0417
152 0x88 = 0x0418
153 0x89 = 0x0419
154 0x8A = 0x041A
155 0x8B = 0x041B
156 0x8C = 0x041C
157 0x8D = 0x041D
158 0x8E = 0x041E
159 0x8F = 0x041F
160 0x90 = 0x0420
161 0x91 = 0x0421
162 0x92 = 0x0422
163 0x93 = 0x0423
164 0x94 = 0x0424
165 0x95 = 0x0425
166 0x96 = 0x0426
167 0x97 = 0x0427
168 0x98 = 0x0428
169 0x99 = 0x0429
170 0x9A = 0x042A
171 0x9B = 0x042B
172 0x9C = 0x042C
173 0x9D = 0x042D
174 0x9E = 0x042E
175 0x9F = 0x042F
176 0xA0 = 0x2020
177 0xA1 = 0x00B0
178 0xA2 = 0x0490
179 0xA3 = 0x00A3
180 0xA4 = 0x00A7
181 0xA5 = 0x2022
182 0xA6 = 0x00B6
183 0xA7 = 0x0406
184 0xA8 = 0x00AE
185 0xA9 = 0x00A9
186 0xAA = 0x2122
187 0xAB = 0x0402
188 0xAC = 0x0452
189 0xAD = 0x2260
190 0xAE = 0x0403
191 0xAF = 0x0453
192 0xB0 = 0x221E
193 0xB1 = 0x00B1
194 0xB2 = 0x2264
195 0xB3 = 0x2265
196 0xB4 = 0x0456
197 0xB5 = 0x00B5
198 0xB6 = 0x0491
199 0xB7 = 0x0408
200 0xB8 = 0x0404
201 0xB9 = 0x0454
202 0xBA = 0x0407
203 0xBB = 0x0457
204 0xBC = 0x0409
205 0xBD = 0x0459
206 0xBE = 0x040A
207 0xBF = 0x045A
208 0xC0 = 0x0458
209 0xC1 = 0x0405
210 0xC2 = 0x00AC
211 0xC3 = 0x221A
212 0xC4 = 0x0192
213 0xC5 = 0x2248
214 0xC6 = 0x2206
215 0xC7 = 0x00AB
216 0xC8 = 0x00BB
217 0xC9 = 0x2026
218 0xCA = 0x00A0
219 0xCB = 0x040B
220 0xCC = 0x045B
221 0xCD = 0x040C
222 0xCE = 0x045C
223 0xCF = 0x0455
224 0xD0 = 0x2013
225 0xD1 = 0x2014
226 0xD2 = 0x201C
227 0xD3 = 0x201D
228 0xD4 = 0x2018
229 0xD5 = 0x2019
230 0xD6 = 0x00F7
231 0xD7 = 0x201E
232 0xD8 = 0x040E
233 0xD9 = 0x045E
234 0xDA = 0x040F
235 0xDB = 0x045F
236 0xDC = 0x2116
237 0xDD = 0x0401
238 0xDE = 0x0451
239 0xDF = 0x044F
240 0xE0 = 0x0430
241 0xE1 = 0x0431
242 0xE2 = 0x0432
243 0xE3 = 0x0433
244 0xE4 = 0x0434
245 0xE5 = 0x0435
246 0xE6 = 0x0436
247 0xE7 = 0x0437
248 0xE8 = 0x0438
249 0xE9 = 0x0439
250 0xEA = 0x043A
251 0xEB = 0x043B
252 0xEC = 0x043C
253 0xED = 0x043D
254 0xEE = 0x043E
255 0xEF = 0x043F
256 0xF0 = 0x0440
257 0xF1 = 0x0441
258 0xF2 = 0x0442
259 0xF3 = 0x0443
260 0xF4 = 0x0444
261 0xF5 = 0x0445
262 0xF6 = 0x0446
263 0xF7 = 0x0447
264 0xF8 = 0x0448
265 0xF9 = 0x0449
266 0xFA = 0x044A
267 0xFB = 0x044B
268 0xFC = 0x044C
269 0xFD = 0x044D
270 0xFE = 0x044E
271 0xFF = 0x20AC
272 END_MAP