xref: /freebsd/share/i18n/csmapper/APPLE/UCS%CELTIC.src (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
1*ad30f8e7SGabor Kovesdan# $NetBSD: UCS%CELTIC.src,v 1.2 2006/04/08 15:47:39 tnozaki Exp $
2*ad30f8e7SGabor Kovesdan
3*ad30f8e7SGabor KovesdanTYPE		ROWCOL
4*ad30f8e7SGabor KovesdanNAME		UCS/CELTIC
5*ad30f8e7SGabor KovesdanSRC_ZONE	0x0000-0x2663
6*ad30f8e7SGabor KovesdanOOB_MODE	INVALID
7*ad30f8e7SGabor KovesdanDST_INVALID	0x100
8*ad30f8e7SGabor KovesdanDST_UNIT_BITS	16
9*ad30f8e7SGabor Kovesdan
10*ad30f8e7SGabor KovesdanBEGIN_MAP
11*ad30f8e7SGabor Kovesdan#
12*ad30f8e7SGabor Kovesdan# This mapping data is made from the mapping data provided by Unicode, Inc.
13*ad30f8e7SGabor Kovesdan# Original notice:
14*ad30f8e7SGabor Kovesdan#
15*ad30f8e7SGabor Kovesdan#=======================================================================
16*ad30f8e7SGabor Kovesdan#   File name:  CELTIC.TXT
17*ad30f8e7SGabor Kovesdan#
18*ad30f8e7SGabor Kovesdan#   Contents:   Map (external version) from Mac OS Celtic
19*ad30f8e7SGabor Kovesdan#               character set to Unicode 2.1 and later
20*ad30f8e7SGabor Kovesdan#
21*ad30f8e7SGabor Kovesdan#   Contacts:   charsets@apple.com, everson@evertype.com
22*ad30f8e7SGabor Kovesdan#
23*ad30f8e7SGabor Kovesdan#   Changes:
24*ad30f8e7SGabor Kovesdan#
25*ad30f8e7SGabor Kovesdan#       c01  2005-Apr-01    First posted version. Matches internal xml
26*ad30f8e7SGabor Kovesdan#                           <c1.1> and Text Encoding Converter 2.0.
27*ad30f8e7SGabor Kovesdan#
28*ad30f8e7SGabor Kovesdan# Standard header:
29*ad30f8e7SGabor Kovesdan# ----------------
30*ad30f8e7SGabor Kovesdan#
31*ad30f8e7SGabor Kovesdan#   Apple, the Apple logo, and Macintosh are trademarks of Apple
32*ad30f8e7SGabor Kovesdan#   Computer, Inc., registered in the United States and other countries.
33*ad30f8e7SGabor Kovesdan#   Unicode is a trademark of Unicode Inc. For the sake of brevity,
34*ad30f8e7SGabor Kovesdan#   throughout this document, "Macintosh" can be used to refer to
35*ad30f8e7SGabor Kovesdan#   Macintosh computers and "Unicode" can be used to refer to the
36*ad30f8e7SGabor Kovesdan#   Unicode standard.
37*ad30f8e7SGabor Kovesdan#
38*ad30f8e7SGabor Kovesdan#   Apple Computer, Inc. ("Apple") makes no warranty or representation,
39*ad30f8e7SGabor Kovesdan#   either express or implied, with respect to this document and the
40*ad30f8e7SGabor Kovesdan#   included data, its quality, accuracy, or fitness for a particular
41*ad30f8e7SGabor Kovesdan#   purpose. In no event will Apple be liable for direct, indirect,
42*ad30f8e7SGabor Kovesdan#   special, incidental, or consequential damages resulting from any
43*ad30f8e7SGabor Kovesdan#   defect or inaccuracy in this document or the included data.
44*ad30f8e7SGabor Kovesdan#
45*ad30f8e7SGabor Kovesdan#   These mapping tables and character lists are subject to change.
46*ad30f8e7SGabor Kovesdan#   The latest tables should be available from the following:
47*ad30f8e7SGabor Kovesdan#
48*ad30f8e7SGabor Kovesdan#   <http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/>
49*ad30f8e7SGabor Kovesdan#
50*ad30f8e7SGabor Kovesdan#   For general information about Mac OS encodings and these mapping
51*ad30f8e7SGabor Kovesdan#   tables, see the file "README.TXT".
52*ad30f8e7SGabor Kovesdan#
53*ad30f8e7SGabor Kovesdan# Format:
54*ad30f8e7SGabor Kovesdan# -------
55*ad30f8e7SGabor Kovesdan#
56*ad30f8e7SGabor Kovesdan#   Three tab-separated columns;
57*ad30f8e7SGabor Kovesdan#   '#' begins a comment which continues to the end of the line.
58*ad30f8e7SGabor Kovesdan#     Column #1 is the Mac OS Celtic code (in hex as 0xNN)
59*ad30f8e7SGabor Kovesdan#     Column #2 is the corresponding Unicode (in hex as 0xNNNN)
60*ad30f8e7SGabor Kovesdan#     Column #3 is a comment containing the Unicode name
61*ad30f8e7SGabor Kovesdan#
62*ad30f8e7SGabor Kovesdan#   The entries are in Mac OS Celtic code order.
63*ad30f8e7SGabor Kovesdan#
64*ad30f8e7SGabor Kovesdan#   Control character mappings are not shown in this table, following
65*ad30f8e7SGabor Kovesdan#   the conventions of the standard UTC mapping tables. However, the
66*ad30f8e7SGabor Kovesdan#   Mac OS Celtic character set uses the standard control characters
67*ad30f8e7SGabor Kovesdan#   at 0x00-0x1F and 0x7F.
68*ad30f8e7SGabor Kovesdan#
69*ad30f8e7SGabor Kovesdan# Notes on Mac OS Celtic (partly from Michael Everson):
70*ad30f8e7SGabor Kovesdan# -----------------------------------------------------
71*ad30f8e7SGabor Kovesdan#
72*ad30f8e7SGabor Kovesdan#   This is a legacy Mac OS encoding; in the Mac OS X Carbon and Cocoa
73*ad30f8e7SGabor Kovesdan#   environments, it is only supported via transcoding to and from
74*ad30f8e7SGabor Kovesdan#   Unicode.
75*ad30f8e7SGabor Kovesdan#
76*ad30f8e7SGabor Kovesdan#   This character set was developed by Michael Everson of Everson
77*ad30f8e7SGabor Kovesdan#   Typography (everson@evertype.com) and was used for the Irish
78*ad30f8e7SGabor Kovesdan#   localizations of Mac OS 6.0.8 and 7.1, for the Welsh localization of
79*ad30f8e7SGabor Kovesdan#   Mac OS 7.1, and for several fonts that can be used on any version of
80*ad30f8e7SGabor Kovesdan#   Mac OS 7.1 or later. Note that while Apple authorized
81*ad30f8e7SGabor Kovesdan#   the Irish and Welsh localizations mentioned above, they were not
82*ad30f8e7SGabor Kovesdan#   systems which shipped with Apple hardware, and were not otherwise
83*ad30f8e7SGabor Kovesdan#   supported by Apple. Fonts conforming to the Mac OS Celtic character
84*ad30f8e7SGabor Kovesdan#   set are available from Everson Typography (http://www.evertype.com)
85*ad30f8e7SGabor Kovesdan#   and MEU Cymru (http://www.meucymru.co.uk). Information about the use
86*ad30f8e7SGabor Kovesdan#   of this character set is available at
87*ad30f8e7SGabor Kovesdan#   http://www.evertype.com/celtscript/celtcode.html.
88*ad30f8e7SGabor Kovesdan#
89*ad30f8e7SGabor Kovesdan#   The Mac OS Celtic encoding shares the script code smRoman (0) with
90*ad30f8e7SGabor Kovesdan#   the standard Mac OS Roman encoding. To determine if the Celtic
91*ad30f8e7SGabor Kovesdan#   encoding is being used in Mac OS 7-9, you should also check if the
92*ad30f8e7SGabor Kovesdan#   system region code is 50, verIreland, or 79, verWales. Otherwise,
93*ad30f8e7SGabor Kovesdan#   you can check for particular fonts that conform to this encoding.
94*ad30f8e7SGabor Kovesdan#
95*ad30f8e7SGabor Kovesdan#   This character set is a variant of standard Mac OS Roman, adding
96*ad30f8e7SGabor Kovesdan#   capital and small y with acute, grave, and circumflex, and capital
97*ad30f8e7SGabor Kovesdan#   and small w with acute, grave, circumflex and diaeresis. It has 14
98*ad30f8e7SGabor Kovesdan#   code point differences from standard Mac OS Roman (0xDE, 0xDF, 0xE2,
99*ad30f8e7SGabor Kovesdan#   0xE3, 0xF6-0xFF).
100*ad30f8e7SGabor Kovesdan#
101*ad30f8e7SGabor Kovesdan#   Before Mac OS 8.5, code point 0xDB was CURRENCY SIGN, and was
102*ad30f8e7SGabor Kovesdan#   mapped to U+00A4. In Mac OS 8.5 and later versions, code point
103*ad30f8e7SGabor Kovesdan#   0xDB is changed to EURO SIGN and maps to U+20AC; the standard
104*ad30f8e7SGabor Kovesdan#   Apple fonts were updated for Mac OS 8.5 to reflect this. There is
105*ad30f8e7SGabor Kovesdan#   a "currency sign" variant of the Mac OS Celtic encoding that still
106*ad30f8e7SGabor Kovesdan#   maps 0xDB to U+00A4; this can be used for older fonts.
107*ad30f8e7SGabor Kovesdan#   Note: U+20AC is new with Unicode 2.1; for earlier Unicode
108*ad30f8e7SGabor Kovesdan#   versions, Mac OS Celtic 0xDB may be mapped to private-use
109*ad30f8e7SGabor Kovesdan#   character U+F8A0.
110*ad30f8e7SGabor Kovesdan#
111*ad30f8e7SGabor Kovesdan# Unicode mapping issues and notes:
112*ad30f8e7SGabor Kovesdan# ---------------------------------
113*ad30f8e7SGabor Kovesdan#
114*ad30f8e7SGabor Kovesdan# Details of mapping changes in each version:
115*ad30f8e7SGabor Kovesdan# -------------------------------------------
116*ad30f8e7SGabor Kovesdan#
117*ad30f8e7SGabor Kovesdan##################
118*ad30f8e7SGabor Kovesdan0x0000 - 0x007E = 0x00 -
119*ad30f8e7SGabor Kovesdan0x00A0 = 0xCA
120*ad30f8e7SGabor Kovesdan0x00A1 = 0xC1
121*ad30f8e7SGabor Kovesdan0x00A2 = 0xA2
122*ad30f8e7SGabor Kovesdan0x00A3 = 0xA3
123*ad30f8e7SGabor Kovesdan0x00A5 = 0xB4
124*ad30f8e7SGabor Kovesdan0x00A7 = 0xA4
125*ad30f8e7SGabor Kovesdan0x00A8 = 0xAC
126*ad30f8e7SGabor Kovesdan0x00A9 = 0xA9
127*ad30f8e7SGabor Kovesdan0x00AA = 0xBB
128*ad30f8e7SGabor Kovesdan0x00AB = 0xC7
129*ad30f8e7SGabor Kovesdan0x00AC = 0xC2
130*ad30f8e7SGabor Kovesdan0x00AE = 0xA8
131*ad30f8e7SGabor Kovesdan0x00B0 = 0xA1
132*ad30f8e7SGabor Kovesdan0x00B1 = 0xB1
133*ad30f8e7SGabor Kovesdan0x00B4 = 0xAB
134*ad30f8e7SGabor Kovesdan0x00B5 = 0xB5
135*ad30f8e7SGabor Kovesdan0x00B6 = 0xA6
136*ad30f8e7SGabor Kovesdan0x00B7 = 0xE1
137*ad30f8e7SGabor Kovesdan0x00BA = 0xBC
138*ad30f8e7SGabor Kovesdan0x00BB = 0xC8
139*ad30f8e7SGabor Kovesdan0x00BF = 0xC0
140*ad30f8e7SGabor Kovesdan0x00C0 = 0xCB
141*ad30f8e7SGabor Kovesdan0x00C1 = 0xE7
142*ad30f8e7SGabor Kovesdan0x00C2 = 0xE5
143*ad30f8e7SGabor Kovesdan0x00C3 = 0xCC
144*ad30f8e7SGabor Kovesdan0x00C4 = 0x80
145*ad30f8e7SGabor Kovesdan0x00C5 = 0x81
146*ad30f8e7SGabor Kovesdan0x00C6 = 0xAE
147*ad30f8e7SGabor Kovesdan0x00C7 = 0x82
148*ad30f8e7SGabor Kovesdan0x00C8 = 0xE9
149*ad30f8e7SGabor Kovesdan0x00C9 = 0x83
150*ad30f8e7SGabor Kovesdan0x00CA = 0xE6
151*ad30f8e7SGabor Kovesdan0x00CB = 0xE8
152*ad30f8e7SGabor Kovesdan0x00CC = 0xED
153*ad30f8e7SGabor Kovesdan0x00CD = 0xEA
154*ad30f8e7SGabor Kovesdan0x00CE = 0xEB
155*ad30f8e7SGabor Kovesdan0x00CF = 0xEC
156*ad30f8e7SGabor Kovesdan0x00D1 = 0x84
157*ad30f8e7SGabor Kovesdan0x00D2 = 0xF1
158*ad30f8e7SGabor Kovesdan0x00D3 = 0xEE
159*ad30f8e7SGabor Kovesdan0x00D4 = 0xEF
160*ad30f8e7SGabor Kovesdan0x00D5 = 0xCD
161*ad30f8e7SGabor Kovesdan0x00D6 = 0x85
162*ad30f8e7SGabor Kovesdan0x00D8 = 0xAF
163*ad30f8e7SGabor Kovesdan0x00D9 = 0xF4
164*ad30f8e7SGabor Kovesdan0x00DA = 0xF2
165*ad30f8e7SGabor Kovesdan0x00DB = 0xF3
166*ad30f8e7SGabor Kovesdan0x00DC = 0x86
167*ad30f8e7SGabor Kovesdan0x00DD = 0xF6
168*ad30f8e7SGabor Kovesdan0x00DF = 0xA7
169*ad30f8e7SGabor Kovesdan0x00E0 = 0x88
170*ad30f8e7SGabor Kovesdan0x00E1 = 0x87
171*ad30f8e7SGabor Kovesdan0x00E2 = 0x89
172*ad30f8e7SGabor Kovesdan0x00E3 = 0x8B
173*ad30f8e7SGabor Kovesdan0x00E4 = 0x8A
174*ad30f8e7SGabor Kovesdan0x00E5 = 0x8C
175*ad30f8e7SGabor Kovesdan0x00E6 = 0xBE
176*ad30f8e7SGabor Kovesdan0x00E7 = 0x8D
177*ad30f8e7SGabor Kovesdan0x00E8 = 0x8F
178*ad30f8e7SGabor Kovesdan0x00E9 = 0x8E
179*ad30f8e7SGabor Kovesdan0x00EA = 0x90
180*ad30f8e7SGabor Kovesdan0x00EB = 0x91
181*ad30f8e7SGabor Kovesdan0x00EC = 0x93
182*ad30f8e7SGabor Kovesdan0x00ED = 0x92
183*ad30f8e7SGabor Kovesdan0x00EE = 0x94
184*ad30f8e7SGabor Kovesdan0x00EF = 0x95
185*ad30f8e7SGabor Kovesdan0x00F1 = 0x96
186*ad30f8e7SGabor Kovesdan0x00F2 = 0x98
187*ad30f8e7SGabor Kovesdan0x00F3 = 0x97
188*ad30f8e7SGabor Kovesdan0x00F4 = 0x99
189*ad30f8e7SGabor Kovesdan0x00F5 = 0x9B
190*ad30f8e7SGabor Kovesdan0x00F6 = 0x9A
191*ad30f8e7SGabor Kovesdan0x00F7 = 0xD6
192*ad30f8e7SGabor Kovesdan0x00F8 = 0xBF
193*ad30f8e7SGabor Kovesdan0x00F9 = 0x9D
194*ad30f8e7SGabor Kovesdan0x00FA = 0x9C
195*ad30f8e7SGabor Kovesdan0x00FB = 0x9E
196*ad30f8e7SGabor Kovesdan0x00FC = 0x9F
197*ad30f8e7SGabor Kovesdan0x00FD = 0xF7
198*ad30f8e7SGabor Kovesdan0x00FF = 0xD8
199*ad30f8e7SGabor Kovesdan0x0131 = 0xF5
200*ad30f8e7SGabor Kovesdan0x0152 = 0xCE
201*ad30f8e7SGabor Kovesdan0x0153 = 0xCF
202*ad30f8e7SGabor Kovesdan0x0174 = 0xF8
203*ad30f8e7SGabor Kovesdan0x0175 = 0xF9
204*ad30f8e7SGabor Kovesdan0x0176 = 0xDE
205*ad30f8e7SGabor Kovesdan0x0177 = 0xDF
206*ad30f8e7SGabor Kovesdan0x0178 = 0xD9
207*ad30f8e7SGabor Kovesdan0x0192 = 0xC4
208*ad30f8e7SGabor Kovesdan0x03A9 = 0xBD
209*ad30f8e7SGabor Kovesdan0x03C0 = 0xB9
210*ad30f8e7SGabor Kovesdan0x1E80 = 0xFC
211*ad30f8e7SGabor Kovesdan0x1E81 = 0xFD
212*ad30f8e7SGabor Kovesdan0x1E82 = 0xFE
213*ad30f8e7SGabor Kovesdan0x1E83 = 0xFF
214*ad30f8e7SGabor Kovesdan0x1E84 = 0xFA
215*ad30f8e7SGabor Kovesdan0x1E85 = 0xFB
216*ad30f8e7SGabor Kovesdan0x1EF2 = 0xE2
217*ad30f8e7SGabor Kovesdan0x1EF3 = 0xE3
218*ad30f8e7SGabor Kovesdan0x2013 = 0xD0
219*ad30f8e7SGabor Kovesdan0x2014 = 0xD1
220*ad30f8e7SGabor Kovesdan0x2018 = 0xD4
221*ad30f8e7SGabor Kovesdan0x2019 = 0xD5
222*ad30f8e7SGabor Kovesdan0x201C = 0xD2
223*ad30f8e7SGabor Kovesdan0x201D = 0xD3
224*ad30f8e7SGabor Kovesdan0x2020 = 0xA0
225*ad30f8e7SGabor Kovesdan0x2021 = 0xE0
226*ad30f8e7SGabor Kovesdan0x2022 = 0xA5
227*ad30f8e7SGabor Kovesdan0x2026 = 0xC9
228*ad30f8e7SGabor Kovesdan0x2030 = 0xE4
229*ad30f8e7SGabor Kovesdan0x2039 = 0xDC
230*ad30f8e7SGabor Kovesdan0x203A = 0xDD
231*ad30f8e7SGabor Kovesdan0x2044 = 0xDA
232*ad30f8e7SGabor Kovesdan0x20AC = 0xDB
233*ad30f8e7SGabor Kovesdan0x2122 = 0xAA
234*ad30f8e7SGabor Kovesdan0x2202 = 0xB6
235*ad30f8e7SGabor Kovesdan0x2206 = 0xC6
236*ad30f8e7SGabor Kovesdan0x220F = 0xB8
237*ad30f8e7SGabor Kovesdan0x2211 = 0xB7
238*ad30f8e7SGabor Kovesdan0x221A = 0xC3
239*ad30f8e7SGabor Kovesdan0x221E = 0xB0
240*ad30f8e7SGabor Kovesdan0x222B = 0xBA
241*ad30f8e7SGabor Kovesdan0x2248 = 0xC5
242*ad30f8e7SGabor Kovesdan0x2260 = 0xAD
243*ad30f8e7SGabor Kovesdan0x2264 = 0xB2
244*ad30f8e7SGabor Kovesdan0x2265 = 0xB3
245*ad30f8e7SGabor Kovesdan0x25CA = 0xD7
246*ad30f8e7SGabor Kovesdan0x2663 = 0xF0
247*ad30f8e7SGabor KovesdanEND_MAP
248