1# $FreeBSD$
2# $NetBSD: UCS%CYRILLIC.src,v 1.2 2006/04/08 15:47:39 tnozaki Exp $
3
4TYPE		ROWCOL
5NAME		UCS/CYRILLIC
6SRC_ZONE	0x0000-0x2265
7OOB_MODE	INVALID
8DST_INVALID	0x100
9DST_UNIT_BITS	16
10
11BEGIN_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##################
1430x0000 - 0x007E = 0x0000 -
1440x00A0 = 0xCA
1450x00A3 = 0xA3
1460x00A7 = 0xA4
1470x00A9 = 0xA9
1480x00AB = 0xC7
1490x00AC = 0xC2
1500x00AE = 0xA8
1510x00B0 = 0xA1
1520x00B1 = 0xB1
1530x00B5 = 0xB5
1540x00B6 = 0xA6
1550x00BB = 0xC8
1560x00F7 = 0xD6
1570x0192 = 0xC4
1580x0401 = 0xDD
1590x0402 = 0xAB
1600x0403 = 0xAE
1610x0404 = 0xB8
1620x0405 = 0xC1
1630x0406 = 0xA7
1640x0407 = 0xBA
1650x0408 = 0xB7
1660x0409 = 0xBC
1670x040A = 0xBE
1680x040B = 0xCB
1690x040C = 0xCD
1700x040E = 0xD8
1710x040F = 0xDA
1720x0410 = 0x80
1730x0411 = 0x81
1740x0412 = 0x82
1750x0413 = 0x83
1760x0414 = 0x84
1770x0415 = 0x85
1780x0416 = 0x86
1790x0417 = 0x87
1800x0418 = 0x88
1810x0419 = 0x89
1820x041A = 0x8A
1830x041B = 0x8B
1840x041C = 0x8C
1850x041D = 0x8D
1860x041E = 0x8E
1870x041F = 0x8F
1880x0420 = 0x90
1890x0421 = 0x91
1900x0422 = 0x92
1910x0423 = 0x93
1920x0424 = 0x94
1930x0425 = 0x95
1940x0426 = 0x96
1950x0427 = 0x97
1960x0428 = 0x98
1970x0429 = 0x99
1980x042A = 0x9A
1990x042B = 0x9B
2000x042C = 0x9C
2010x042D = 0x9D
2020x042E = 0x9E
2030x042F = 0x9F
2040x0430 = 0xE0
2050x0431 = 0xE1
2060x0432 = 0xE2
2070x0433 = 0xE3
2080x0434 = 0xE4
2090x0435 = 0xE5
2100x0436 = 0xE6
2110x0437 = 0xE7
2120x0438 = 0xE8
2130x0439 = 0xE9
2140x043A = 0xEA
2150x043B = 0xEB
2160x043C = 0xEC
2170x043D = 0xED
2180x043E = 0xEE
2190x043F = 0xEF
2200x0440 = 0xF0
2210x0441 = 0xF1
2220x0442 = 0xF2
2230x0443 = 0xF3
2240x0444 = 0xF4
2250x0445 = 0xF5
2260x0446 = 0xF6
2270x0447 = 0xF7
2280x0448 = 0xF8
2290x0449 = 0xF9
2300x044A = 0xFA
2310x044B = 0xFB
2320x044C = 0xFC
2330x044D = 0xFD
2340x044E = 0xFE
2350x044F = 0xDF
2360x0451 = 0xDE
2370x0452 = 0xAC
2380x0453 = 0xAF
2390x0454 = 0xB9
2400x0455 = 0xCF
2410x0456 = 0xB4
2420x0457 = 0xBB
2430x0458 = 0xC0
2440x0459 = 0xBD
2450x045A = 0xBF
2460x045B = 0xCC
2470x045C = 0xCE
2480x045E = 0xD9
2490x045F = 0xDB
2500x0490 = 0xA2
2510x0491 = 0xB6
2520x2013 = 0xD0
2530x2014 = 0xD1
2540x2018 = 0xD4
2550x2019 = 0xD5
2560x201C = 0xD2
2570x201D = 0xD3
2580x201E = 0xD7
2590x2020 = 0xA0
2600x2022 = 0xA5
2610x2026 = 0xC9
2620x20AC = 0xFF
2630x2116 = 0xDC
2640x2122 = 0xAA
2650x2206 = 0xC6
2660x221A = 0xC3
2670x221E = 0xB0
2680x2248 = 0xC5
2690x2260 = 0xAD
2700x2264 = 0xB2
2710x2265 = 0xB3
272END_MAP
273