Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / share / i18n / csmapper / APPLE / UCS%GREEK.src
1 # $NetBSD: UCS%GREEK.src,v 1.2 2006/04/08 15:47:40 tnozaki Exp $
2 # $DragonFly: src/share/i18n/csmapper/APPLE/UCS%GREEK.src,v 1.1 2008/04/10 10:21:02 hasso Exp $
3
4 TYPE            ROWCOL
5 NAME            UCS/GREEK
6 SRC_ZONE        0x0000-0x2265
7 OOB_MODE        INVALID
8 DST_INVALID     0x100
9 DST_UNIT_BITS   16
10
11 BEGIN_MAP
12 #
13 # This mapping data is made from the mapping data provided by Unicode, Inc.
14 # Original notice:
15 #
16 #=======================================================================
17 #   File name:  GREEK.TXT
18 #
19 #   Contents:   Map (external version) from Mac OS Greek
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 #       c02  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 to match changes in Mac OS Greek
32 #                           encoding for Mac OS 9.2.2 and later.
33 #                           Update URLs, notes. Matches internal
34 #                           utom<b3>.
35 #       b02  1999-Sep-22    Update contact e-mail address. Matches
36 #                           internal utom<b1>, ufrm<b1>, and Text
37 #                           Encoding Converter version 1.5.
38 #       n06  1998-Feb-05    Update to match internal utom<n4>, ufrm<n17>,
39 #                           and Text Encoding Converter versions 1.3:
40 #                           Change mapping for 0xAF from U+0387 to its
41 #                           canonical decomposition, U+00B7. Also
42 #                           update header comments to new format.
43 #       n04  1995-Apr-15    First version (after fixing some typos).
44 #                           Matches internal ufrm<n7>.
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 Greek 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 Greek code order.
81 #
82 #   One of these mappings requires the use of a corporate character.
83 #   See the file "CORPCHAR.TXT" and notes below.
84 #
85 #   Control character mappings are not shown in this table, following
86 #   the conventions of the standard UTC mapping tables. However, the
87 #   Mac OS Greek character set uses the standard control characters at
88 #   0x00-0x1F and 0x7F.
89 #
90 # Notes on Mac OS Greek:
91 # ----------------------
92 #
93 #   This is a legacy Mac OS encoding; in the Mac OS X Carbon and Cocoa
94 #   environments, it is only supported via transcoding to and from
95 #   Unicode.
96 #
97 #   Although a Mac OS script code is defined for Greek (smGreek = 6),
98 #   the Greek localized system does not currently use it (the font
99 #   family IDs are in the Mac OS Roman range). To determine if the
100 #   Greek encoding is being used when the script code is smRoman (0),
101 #   you must check if the system region code is 20, verGreece.
102 #
103 #   The Mac OS Greek encoding is a superset of the repertoire of
104 #   ISO 8859-7 (although characters are not at the same code points),
105 #   except that LEFT & RIGHT SINGLE QUOTATION MARK replace the
106 #   MODIFIER LETTER REVERSED COMMA & APOSTROPHE (spacing versions of
107 #   Greek rough & smooth breathing marks) that are in ISO 8859-7.
108 #   The added characters in Mac OS Greek include more punctuation and
109 #   symbols and several accented Latin letters.
110 #
111 #   Before Mac OS 9.2.2, code point 0x9C was SOFT HYPHEN (U+00AD), and
112 #   code point 0xFF was undefined. In Mac OS 9.2.2 and later versions,
113 #   SOFT HYPHEN was moved to 0xFF, and code point 0x9C was changed to be
114 #   EURO SIGN (U+20AC); the standard Apple fonts are updated for Mac OS
115 #   9.2.2 to reflect this. There is a "no Euro sign" variant of the Mac
116 #   OS Greek encoding that uses the older mapping; this can be used for
117 #   older fonts.
118 #
119 #   This "no Euro sign" variant of Mac OS Greek was the character set
120 #   used by Mac OS Greek systems before 9.2.2 except for system 6.0.7,
121 #   which used a variant character set but was quickly replaced with
122 #   Greek system 6.0.7.1 using the no Euro sign" character set
123 #   documented here. Greek system 4.1 used a variant Greek set that had
124 #   ISO 8859-7 in 0xA0-0xFF (with some holes filled in with DTP
125 #   characters), and Mac OS Roman accented Roman letters in 0x80-0x9F.
126 #
127 # Unicode mapping issues and notes:
128 # ---------------------------------
129 #
130 # Details of mapping changes in each version:
131 # -------------------------------------------
132 #
133 #   Changes from version b02 to version b03/c01:
134 #
135 #   - The Mac OS Greek encoding changed for Mac OS 9.2.2 and later
136 #     as follows:
137 #     0x9C, changed from 0x00AD SOFT HYPHEN to 0x20AC EURO SIGN
138 #     0xFF, changed from undefined to 0x00AD SOFT HYPHEN
139 #
140 #   Changes from version n04 to version n06:
141 #
142 #   - Change mapping of 0xAF from U+0387 to its canonical
143 #     decomposition, U+00B7.
144 #
145 ##################
146 0x0000 - 0x007E = 0x00 -
147 0x00A0 = 0xCA
148 0x00A3 = 0x92
149 0x00A5 = 0xB4
150 0x00A6 = 0x9B
151 0x00A7 = 0xAC
152 0x00A8 = 0x8C
153 0x00A9 = 0xA9
154 0x00AB = 0xC7
155 0x00AC = 0xC2
156 0x00AD = 0xFF
157 0x00AE = 0xA8
158 0x00B0 = 0xAE
159 0x00B1 = 0xB1
160 0x00B2 = 0x82
161 0x00B3 = 0x84
162 0x00B7 = 0xAF
163 0x00B9 = 0x81
164 0x00BB = 0xC8
165 0x00BD = 0x97
166 0x00C4 = 0x80
167 0x00C9 = 0x83
168 0x00D6 = 0x85
169 0x00DC = 0x86
170 0x00DF = 0xA7
171 0x00E0 = 0x88
172 0x00E2 = 0x89
173 0x00E4 = 0x8A
174 0x00E7 = 0x8D
175 0x00E8 = 0x8F
176 0x00E9 = 0x8E
177 0x00EA = 0x90
178 0x00EB = 0x91
179 0x00EE = 0x94
180 0x00EF = 0x95
181 0x00F4 = 0x99
182 0x00F6 = 0x9A
183 0x00F7 = 0xD6
184 0x00F9 = 0x9D
185 0x00FB = 0x9E
186 0x00FC = 0x9F
187 0x0153 = 0xCF
188 0x0384 = 0x8B
189 0x0385 = 0x87
190 0x0386 = 0xCD
191 0x0388 = 0xCE
192 0x0389 = 0xD7
193 0x038A = 0xD8
194 0x038C = 0xD9
195 0x038E = 0xDA
196 0x038F = 0xDF
197 0x0390 = 0xFD
198 0x0391 = 0xB0
199 0x0392 = 0xB5
200 0x0393 = 0xA1
201 0x0394 = 0xA2
202 0x0395 = 0xB6
203 0x0396 = 0xB7
204 0x0397 = 0xB8
205 0x0398 = 0xA3
206 0x0399 = 0xB9
207 0x039A = 0xBA
208 0x039B = 0xA4
209 0x039C = 0xBB
210 0x039D = 0xC1
211 0x039E = 0xA5
212 0x039F = 0xC3
213 0x03A0 = 0xA6
214 0x03A1 = 0xC4
215 0x03A3 = 0xAA
216 0x03A4 = 0xC6
217 0x03A5 = 0xCB
218 0x03A6 = 0xBC
219 0x03A7 = 0xCC
220 0x03A8 = 0xBE
221 0x03A9 = 0xBF
222 0x03AA = 0xAB
223 0x03AB = 0xBD
224 0x03AC = 0xC0
225 0x03AD = 0xDB
226 0x03AE = 0xDC
227 0x03AF = 0xDD
228 0x03B0 = 0xFE
229 0x03B1 = 0xE1
230 0x03B2 = 0xE2
231 0x03B3 = 0xE7
232 0x03B4 = 0xE4
233 0x03B5 = 0xE5
234 0x03B6 = 0xFA
235 0x03B7 = 0xE8
236 0x03B8 = 0xF5
237 0x03B9 = 0xE9
238 0x03BA = 0xEB
239 0x03BB = 0xEC
240 0x03BC = 0xED
241 0x03BD = 0xEE
242 0x03BE = 0xEA
243 0x03BF = 0xEF
244 0x03C0 = 0xF0
245 0x03C1 = 0xF2
246 0x03C2 = 0xF7
247 0x03C3 = 0xF3
248 0x03C4 = 0xF4
249 0x03C5 = 0xF9
250 0x03C6 = 0xE6
251 0x03C7 = 0xF8
252 0x03C8 = 0xE3
253 0x03C9 = 0xF6
254 0x03CA = 0xFB
255 0x03CB = 0xFC
256 0x03CC = 0xDE
257 0x03CD = 0xE0
258 0x03CE = 0xF1
259 0x2013 = 0xD0
260 0x2015 = 0xD1
261 0x2018 = 0xD4
262 0x2019 = 0xD5
263 0x201C = 0xD2
264 0x201D = 0xD3
265 0x2020 = 0xA0
266 0x2022 = 0x96
267 0x2026 = 0xC9
268 0x2030 = 0x98
269 0x20AC = 0x9C
270 0x2122 = 0x93
271 0x2248 = 0xC5
272 0x2260 = 0xAD
273 0x2264 = 0xB2
274 0x2265 = 0xB3
275 END_MAP