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