xref: /freebsd-src/share/i18n/csmapper/APPLE/UCS%CYRILLIC.src (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
1# $NetBSD: UCS%CYRILLIC.src,v 1.2 2006/04/08 15:47:39 tnozaki Exp $
2
3TYPE		ROWCOL
4NAME		UCS/CYRILLIC
5SRC_ZONE	0x0000-0x2265
6OOB_MODE	INVALID
7DST_INVALID	0x100
8DST_UNIT_BITS	16
9
10BEGIN_MAP
11#
12# This mapping data is made from the mapping data provided by Unicode, Inc.
13# Original notice:
14#
15#=======================================================================
16#   File name:  CYRILLIC.TXT
17#
18#   Contents:   Map (external version) from Mac OS Cyrillic
19#               character set to Unicode 2.1 and later.
20#
21#   Copyright:  (c) 1995-2002, 2005 by Apple Computer, Inc., all rights
22#               reserved.
23#
24#   Contact:    charsets@apple.com
25#
26#   Changes:
27#
28#       c03  2005-Apr-05    Update header comments. Matches internal xml
29#                           <c1.1> and Text Encoding Converter 2.0.
30#      b3,c1 2002-Dec-19    Update URLs, notes. Matches internal
31#                           utom<b2>.
32#       b02  1999-Sep-22    Encoding changed for Mac OS 9.0 to merge
33#                           with Mac OS Ukrainian and support EURO SIGN;
34#                           Change mappings for 0xA2, 0xB6, and 0xFF.
35#                           Update contact e-mail address. Matches
36#                           internal utom<b2>, ufrm<b2>, and Text
37#                           Encoding Converter version 1.5.
38#       n05  1998-Feb-05    Update header comments to new format; no
39#                           mapping changes.  Matches internal utom<n3>,
40#                           ufrm<n13>, and Text Encoding Converter
41#                           version 1.3.
42#       n03  1995-Apr-15    First version (after fixing some typos).
43#                           Matches internal ufrm<n5>.
44#
45# Standard header:
46# ----------------
47#
48#   Apple, the Apple logo, and Macintosh are trademarks of Apple
49#   Computer, Inc., registered in the United States and other countries.
50#   Unicode is a trademark of Unicode Inc. For the sake of brevity,
51#   throughout this document, "Macintosh" can be used to refer to
52#   Macintosh computers and "Unicode" can be used to refer to the
53#   Unicode standard.
54#
55#   Apple Computer, Inc. ("Apple") makes no warranty or representation,
56#   either express or implied, with respect to this document and the
57#   included data, its quality, accuracy, or fitness for a particular
58#   purpose. In no event will Apple be liable for direct, indirect,
59#   special, incidental, or consequential damages resulting from any
60#   defect or inaccuracy in this document or the included data.
61#
62#   These mapping tables and character lists are subject to change.
63#   The latest tables should be available from the following:
64#
65#   <http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/>
66#
67#   For general information about Mac OS encodings and these mapping
68#   tables, see the file "README.TXT".
69#
70# Format:
71# -------
72#
73#   Three tab-separated columns;
74#   '#' begins a comment which continues to the end of the line.
75#     Column #1 is the Mac OS Cyrillic code (in hex as 0xNN)
76#     Column #2 is the corresponding Unicode (in hex as 0xNNNN)
77#     Column #3 is a comment containing the Unicode name
78#
79#   The entries are in Mac OS Cyrillic code order.
80#
81#   Control character mappings are not shown in this table, following
82#   the conventions of the standard UTC mapping tables. However, the
83#   Mac OS Cyrillic character set uses the standard control characters
84#   at 0x00-0x1F and 0x7F.
85#
86# Notes on Mac OS Cyrillic:
87# -------------------------
88#
89#   This is a legacy Mac OS encoding; in the Mac OS X Carbon and Cocoa
90#   environments, it is only supported directly in programming
91#   interfaces for QuickDraw Text, the Script Manager, and related
92#   Text Utilities. For other purposes it is supported via transcoding
93#   to and from Unicode.
94#
95#   This is the "Euro sign" version of Mac Cyrillic for Mac OS 9.0 and
96#   later. Before Mac OS 9.0, there were two separate Slavic Cyrillic
97#   encodings:
98#
99#   1. The Cyrillic currency sign variant (used for localized Russian
100#      and Bulgarian systems), which had the following:
101#       0xA2  U+00A2 CENT SIGN
102#       0xB6  U+2202 PARTIAL DIFFERENTIAL
103#       0xFF  U+00A4 CURRENCY SIGN
104#
105#   2. The Ukrainian currency sign variant (used for localized Ukrainian
106#      systems and the pre-9.0 Cyrillic Language Kit), which had the
107#      following:
108#       0xA2  U+0490 CYRILLIC CAPITAL LETTER GHE WITH UPTURN
109#       0xB6  U+0491 CYRILLIC SMALL LETTER GHE WITH UPTURN
110#       0xFF  U+00A4 CURRENCY SIGN
111#
112#   This new Cyrillic Euro sign version is based on the old Ukrainian
113#   currency sign variant, with 0xFF changed to be EURO SIGN.
114#
115#   The Mac OS Cyrillic encoding includes the Cyrillic letter repertoire
116#   of ISO 8859-5 (although not at the same code points). This covers
117#   most of the Slavic languages written in Cyrillic script.
118#
119#   The Mac OS Cyrillic encoding also includes a number of characters
120#   needed for the Mac OS user interface and localization (e.g.
121#   ellipsis, bullet, copyright sign). All of the characters in Mac OS
122#   Cyrillic that are also in the Mac OS Roman encoding are at the
123#   same code point in both; this improves application compatibility.
124#
125#   Note: There is a common Ukrainian glyph variation in which the glyph
126#   for CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I may or may not
127#   have a dot above.
128#
129# Unicode mapping issues and notes:
130# ---------------------------------
131#
132# Details of mapping changes in each version:
133# -------------------------------------------
134#
135#   Changes from version n05 to version b02:
136#
137#   - Encoding changed for Mac OS 9.0 to merge with Mac OS Ukrainian and
138#   support EURO SIGN. 0xA2 changed from U+00A2 to U+0490; 0xB6 changed
139#   from U+2202 to U+0491; 0xFF changed from U+00A4 to U+20AC.
140#
141##################
1420x0000 - 0x007E = 0x0000 -
1430x00A0 = 0xCA
1440x00A3 = 0xA3
1450x00A7 = 0xA4
1460x00A9 = 0xA9
1470x00AB = 0xC7
1480x00AC = 0xC2
1490x00AE = 0xA8
1500x00B0 = 0xA1
1510x00B1 = 0xB1
1520x00B5 = 0xB5
1530x00B6 = 0xA6
1540x00BB = 0xC8
1550x00F7 = 0xD6
1560x0192 = 0xC4
1570x0401 = 0xDD
1580x0402 = 0xAB
1590x0403 = 0xAE
1600x0404 = 0xB8
1610x0405 = 0xC1
1620x0406 = 0xA7
1630x0407 = 0xBA
1640x0408 = 0xB7
1650x0409 = 0xBC
1660x040A = 0xBE
1670x040B = 0xCB
1680x040C = 0xCD
1690x040E = 0xD8
1700x040F = 0xDA
1710x0410 = 0x80
1720x0411 = 0x81
1730x0412 = 0x82
1740x0413 = 0x83
1750x0414 = 0x84
1760x0415 = 0x85
1770x0416 = 0x86
1780x0417 = 0x87
1790x0418 = 0x88
1800x0419 = 0x89
1810x041A = 0x8A
1820x041B = 0x8B
1830x041C = 0x8C
1840x041D = 0x8D
1850x041E = 0x8E
1860x041F = 0x8F
1870x0420 = 0x90
1880x0421 = 0x91
1890x0422 = 0x92
1900x0423 = 0x93
1910x0424 = 0x94
1920x0425 = 0x95
1930x0426 = 0x96
1940x0427 = 0x97
1950x0428 = 0x98
1960x0429 = 0x99
1970x042A = 0x9A
1980x042B = 0x9B
1990x042C = 0x9C
2000x042D = 0x9D
2010x042E = 0x9E
2020x042F = 0x9F
2030x0430 = 0xE0
2040x0431 = 0xE1
2050x0432 = 0xE2
2060x0433 = 0xE3
2070x0434 = 0xE4
2080x0435 = 0xE5
2090x0436 = 0xE6
2100x0437 = 0xE7
2110x0438 = 0xE8
2120x0439 = 0xE9
2130x043A = 0xEA
2140x043B = 0xEB
2150x043C = 0xEC
2160x043D = 0xED
2170x043E = 0xEE
2180x043F = 0xEF
2190x0440 = 0xF0
2200x0441 = 0xF1
2210x0442 = 0xF2
2220x0443 = 0xF3
2230x0444 = 0xF4
2240x0445 = 0xF5
2250x0446 = 0xF6
2260x0447 = 0xF7
2270x0448 = 0xF8
2280x0449 = 0xF9
2290x044A = 0xFA
2300x044B = 0xFB
2310x044C = 0xFC
2320x044D = 0xFD
2330x044E = 0xFE
2340x044F = 0xDF
2350x0451 = 0xDE
2360x0452 = 0xAC
2370x0453 = 0xAF
2380x0454 = 0xB9
2390x0455 = 0xCF
2400x0456 = 0xB4
2410x0457 = 0xBB
2420x0458 = 0xC0
2430x0459 = 0xBD
2440x045A = 0xBF
2450x045B = 0xCC
2460x045C = 0xCE
2470x045E = 0xD9
2480x045F = 0xDB
2490x0490 = 0xA2
2500x0491 = 0xB6
2510x2013 = 0xD0
2520x2014 = 0xD1
2530x2018 = 0xD4
2540x2019 = 0xD5
2550x201C = 0xD2
2560x201D = 0xD3
2570x201E = 0xD7
2580x2020 = 0xA0
2590x2022 = 0xA5
2600x2026 = 0xC9
2610x20AC = 0xFF
2620x2116 = 0xDC
2630x2122 = 0xAA
2640x2206 = 0xC6
2650x221A = 0xC3
2660x221E = 0xB0
2670x2248 = 0xC5
2680x2260 = 0xAD
2690x2264 = 0xB2
2700x2265 = 0xB3
271END_MAP
272