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