12 # This mapping data is made from the mapping data provided by Unicode, Inc.
15 #=======================================================================
16 # File name: CYRILLIC.TXT
18 # Contents: Map (external version) from Mac OS Cyrillic
19 # character set to Unicode 2.1 and later.
21 # Copyright: (c) 1995-2002, 2005 by Apple Computer, Inc., all rights
24 # Contact: charsets@apple.com
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
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
42 # n03 1995-Apr-15 First version (after fixing some typos).
43 # Matches internal ufrm<n5>.
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
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.
62 # These mapping tables and character lists are subject to change.
63 # The latest tables should be available from the following:
65 # <http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/>
67 # For general information about Mac OS encodings and these mapping
68 # tables, see the file "README.TXT".
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
79 # The entries are in Mac OS Cyrillic code order.
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.
86 # Notes on Mac OS Cyrillic:
87 # -------------------------
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.
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
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
105 # 2. The Ukrainian currency sign variant (used for localized Ukrainian
106 # systems and the pre-9.0 Cyrillic Language Kit), which had the
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
112 # This new Cyrillic Euro sign version is based on the old Ukrainian
113 # currency sign variant, with 0xFF changed to be EURO SIGN.
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.
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.
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
129 # Unicode mapping issues and notes:
130 # ---------------------------------
132 # Details of mapping changes in each version:
133 # -------------------------------------------
135 # Changes from version n05 to version b02:
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.