Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / share / i18n / csmapper / APPLE / UCS%CYRILLIC.src
1 # $NetBSD: UCS%CYRILLIC.src,v 1.2 2006/04/08 15:47:39 tnozaki Exp $
2 # $DragonFly: src/share/i18n/csmapper/APPLE/UCS%CYRILLIC.src,v 1.1 2008/04/10 10:21:02 hasso Exp $
3
4 TYPE            ROWCOL
5 NAME            UCS/CYRILLIC
6 SRC_ZONE        0x0000-0x2265
7 OOB_MODE        INVALID
8 DST_INVALID     0x100
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 0x0000 - 0x007E = 0x0000 -
144 0x00A0 = 0xCA
145 0x00A3 = 0xA3
146 0x00A7 = 0xA4
147 0x00A9 = 0xA9
148 0x00AB = 0xC7
149 0x00AC = 0xC2
150 0x00AE = 0xA8
151 0x00B0 = 0xA1
152 0x00B1 = 0xB1
153 0x00B5 = 0xB5
154 0x00B6 = 0xA6
155 0x00BB = 0xC8
156 0x00F7 = 0xD6
157 0x0192 = 0xC4
158 0x0401 = 0xDD
159 0x0402 = 0xAB
160 0x0403 = 0xAE
161 0x0404 = 0xB8
162 0x0405 = 0xC1
163 0x0406 = 0xA7
164 0x0407 = 0xBA
165 0x0408 = 0xB7
166 0x0409 = 0xBC
167 0x040A = 0xBE
168 0x040B = 0xCB
169 0x040C = 0xCD
170 0x040E = 0xD8
171 0x040F = 0xDA
172 0x0410 = 0x80
173 0x0411 = 0x81
174 0x0412 = 0x82
175 0x0413 = 0x83
176 0x0414 = 0x84
177 0x0415 = 0x85
178 0x0416 = 0x86
179 0x0417 = 0x87
180 0x0418 = 0x88
181 0x0419 = 0x89
182 0x041A = 0x8A
183 0x041B = 0x8B
184 0x041C = 0x8C
185 0x041D = 0x8D
186 0x041E = 0x8E
187 0x041F = 0x8F
188 0x0420 = 0x90
189 0x0421 = 0x91
190 0x0422 = 0x92
191 0x0423 = 0x93
192 0x0424 = 0x94
193 0x0425 = 0x95
194 0x0426 = 0x96
195 0x0427 = 0x97
196 0x0428 = 0x98
197 0x0429 = 0x99
198 0x042A = 0x9A
199 0x042B = 0x9B
200 0x042C = 0x9C
201 0x042D = 0x9D
202 0x042E = 0x9E
203 0x042F = 0x9F
204 0x0430 = 0xE0
205 0x0431 = 0xE1
206 0x0432 = 0xE2
207 0x0433 = 0xE3
208 0x0434 = 0xE4
209 0x0435 = 0xE5
210 0x0436 = 0xE6
211 0x0437 = 0xE7
212 0x0438 = 0xE8
213 0x0439 = 0xE9
214 0x043A = 0xEA
215 0x043B = 0xEB
216 0x043C = 0xEC
217 0x043D = 0xED
218 0x043E = 0xEE
219 0x043F = 0xEF
220 0x0440 = 0xF0
221 0x0441 = 0xF1
222 0x0442 = 0xF2
223 0x0443 = 0xF3
224 0x0444 = 0xF4
225 0x0445 = 0xF5
226 0x0446 = 0xF6
227 0x0447 = 0xF7
228 0x0448 = 0xF8
229 0x0449 = 0xF9
230 0x044A = 0xFA
231 0x044B = 0xFB
232 0x044C = 0xFC
233 0x044D = 0xFD
234 0x044E = 0xFE
235 0x044F = 0xDF
236 0x0451 = 0xDE
237 0x0452 = 0xAC
238 0x0453 = 0xAF
239 0x0454 = 0xB9
240 0x0455 = 0xCF
241 0x0456 = 0xB4
242 0x0457 = 0xBB
243 0x0458 = 0xC0
244 0x0459 = 0xBD
245 0x045A = 0xBF
246 0x045B = 0xCC
247 0x045C = 0xCE
248 0x045E = 0xD9
249 0x045F = 0xDB
250 0x0490 = 0xA2
251 0x0491 = 0xB6
252 0x2013 = 0xD0
253 0x2014 = 0xD1
254 0x2018 = 0xD4
255 0x2019 = 0xD5
256 0x201C = 0xD2
257 0x201D = 0xD3
258 0x201E = 0xD7
259 0x2020 = 0xA0
260 0x2022 = 0xA5
261 0x2026 = 0xC9
262 0x20AC = 0xFF
263 0x2116 = 0xDC
264 0x2122 = 0xAA
265 0x2206 = 0xC6
266 0x221A = 0xC3
267 0x221E = 0xB0
268 0x2248 = 0xC5
269 0x2260 = 0xAD
270 0x2264 = 0xB2
271 0x2265 = 0xB3
272 END_MAP