1 # $NetBSD: CELTIC%UCS.src,v 1.1 2006/03/13 19:45:36 tnozaki Exp $ 2 3 TYPE ROWCOL 4 NAME CELTIC/UCS 5 SRC_ZONE 0x00-0xFF 6 OOB_MODE ILSEQ 7 DST_ILSEQ 0xFFFE 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: CELTIC.TXT 17 # 18 # Contents: Map (external version) from Mac OS Celtic 19 # character set to Unicode 2.1 and later 20 # 21 # Contacts: charsets (a] apple.com, everson (a] evertype.com 22 # 23 # Changes: 24 # 25 # c01 2005-Apr-01 First posted version. Matches internal xml 26 # <c1.1> and Text Encoding Converter 2.0. 27 # 28 # Standard header: 29 # ---------------- 30 # 31 # Apple, the Apple logo, and Macintosh are trademarks of Apple 32 # Computer, Inc., registered in the United States and other countries. 33 # Unicode is a trademark of Unicode Inc. For the sake of brevity, 34 # throughout this document, "Macintosh" can be used to refer to 35 # Macintosh computers and "Unicode" can be used to refer to the 36 # Unicode standard. 37 # 38 # Apple Computer, Inc. ("Apple") makes no warranty or representation, 39 # either express or implied, with respect to this document and the 40 # included data, its quality, accuracy, or fitness for a particular 41 # purpose. In no event will Apple be liable for direct, indirect, 42 # special, incidental, or consequential damages resulting from any 43 # defect or inaccuracy in this document or the included data. 44 # 45 # These mapping tables and character lists are subject to change. 46 # The latest tables should be available from the following: 47 # 48 # <http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/> 49 # 50 # For general information about Mac OS encodings and these mapping 51 # tables, see the file "README.TXT". 52 # 53 # Format: 54 # ------- 55 # 56 # Three tab-separated columns; 57 # '#' begins a comment which continues to the end of the line. 58 # Column #1 is the Mac OS Celtic code (in hex as 0xNN) 59 # Column #2 is the corresponding Unicode (in hex as 0xNNNN) 60 # Column #3 is a comment containing the Unicode name 61 # 62 # The entries are in Mac OS Celtic code order. 63 # 64 # Control character mappings are not shown in this table, following 65 # the conventions of the standard UTC mapping tables. However, the 66 # Mac OS Celtic character set uses the standard control characters 67 # at 0x00-0x1F and 0x7F. 68 # 69 # Notes on Mac OS Celtic (partly from Michael Everson): 70 # ----------------------------------------------------- 71 # 72 # This is a legacy Mac OS encoding; in the Mac OS X Carbon and Cocoa 73 # environments, it is only supported via transcoding to and from 74 # Unicode. 75 # 76 # This character set was developed by Michael Everson of Everson 77 # Typography (everson (a] evertype.com) and was used for the Irish 78 # localizations of Mac OS 6.0.8 and 7.1, for the Welsh localization of 79 # Mac OS 7.1, and for several fonts that can be used on any version of 80 # Mac OS 7.1 or later. Note that while Apple authorized 81 # the Irish and Welsh localizations mentioned above, they were not 82 # systems which shipped with Apple hardware, and were not otherwise 83 # supported by Apple. Fonts conforming to the Mac OS Celtic character 84 # set are available from Everson Typography (http://www.evertype.com) 85 # and MEU Cymru (http://www.meucymru.co.uk). Information about the use 86 # of this character set is available at 87 # http://www.evertype.com/celtscript/celtcode.html. 88 # 89 # The Mac OS Celtic encoding shares the script code smRoman (0) with 90 # the standard Mac OS Roman encoding. To determine if the Celtic 91 # encoding is being used in Mac OS 7-9, you should also check if the 92 # system region code is 50, verIreland, or 79, verWales. Otherwise, 93 # you can check for particular fonts that conform to this encoding. 94 # 95 # This character set is a variant of standard Mac OS Roman, adding 96 # capital and small y with acute, grave, and circumflex, and capital 97 # and small w with acute, grave, circumflex and diaeresis. It has 14 98 # code point differences from standard Mac OS Roman (0xDE, 0xDF, 0xE2, 99 # 0xE3, 0xF6-0xFF). 100 # 101 # Before Mac OS 8.5, code point 0xDB was CURRENCY SIGN, and was 102 # mapped to U+00A4. In Mac OS 8.5 and later versions, code point 103 # 0xDB is changed to EURO SIGN and maps to U+20AC; the standard 104 # Apple fonts were updated for Mac OS 8.5 to reflect this. There is 105 # a "currency sign" variant of the Mac OS Celtic encoding that still 106 # maps 0xDB to U+00A4; this can be used for older fonts. 107 # Note: U+20AC is new with Unicode 2.1; for earlier Unicode 108 # versions, Mac OS Celtic 0xDB may be mapped to private-use 109 # character U+F8A0. 110 # 111 # Unicode mapping issues and notes: 112 # --------------------------------- 113 # 114 # Details of mapping changes in each version: 115 # ------------------------------------------- 116 # 117 ################## 118 0x00 - 0x7E = 0x0000 - 119 0x80 = 0x00C4 120 0x81 = 0x00C5 121 0x82 = 0x00C7 122 0x83 = 0x00C9 123 0x84 = 0x00D1 124 0x85 = 0x00D6 125 0x86 = 0x00DC 126 0x87 = 0x00E1 127 0x88 = 0x00E0 128 0x89 = 0x00E2 129 0x8A = 0x00E4 130 0x8B = 0x00E3 131 0x8C = 0x00E5 132 0x8D = 0x00E7 133 0x8E = 0x00E9 134 0x8F = 0x00E8 135 0x90 = 0x00EA 136 0x91 = 0x00EB 137 0x92 = 0x00ED 138 0x93 = 0x00EC 139 0x94 = 0x00EE 140 0x95 = 0x00EF 141 0x96 = 0x00F1 142 0x97 = 0x00F3 143 0x98 = 0x00F2 144 0x99 = 0x00F4 145 0x9A = 0x00F6 146 0x9B = 0x00F5 147 0x9C = 0x00FA 148 0x9D = 0x00F9 149 0x9E = 0x00FB 150 0x9F = 0x00FC 151 0xA0 = 0x2020 152 0xA1 = 0x00B0 153 0xA2 = 0x00A2 154 0xA3 = 0x00A3 155 0xA4 = 0x00A7 156 0xA5 = 0x2022 157 0xA6 = 0x00B6 158 0xA7 = 0x00DF 159 0xA8 = 0x00AE 160 0xA9 = 0x00A9 161 0xAA = 0x2122 162 0xAB = 0x00B4 163 0xAC = 0x00A8 164 0xAD = 0x2260 165 0xAE = 0x00C6 166 0xAF = 0x00D8 167 0xB0 = 0x221E 168 0xB1 = 0x00B1 169 0xB2 = 0x2264 170 0xB3 = 0x2265 171 0xB4 = 0x00A5 172 0xB5 = 0x00B5 173 0xB6 = 0x2202 174 0xB7 = 0x2211 175 0xB8 = 0x220F 176 0xB9 = 0x03C0 177 0xBA = 0x222B 178 0xBB = 0x00AA 179 0xBC = 0x00BA 180 0xBD = 0x03A9 181 0xBE = 0x00E6 182 0xBF = 0x00F8 183 0xC0 = 0x00BF 184 0xC1 = 0x00A1 185 0xC2 = 0x00AC 186 0xC3 = 0x221A 187 0xC4 = 0x0192 188 0xC5 = 0x2248 189 0xC6 = 0x2206 190 0xC7 = 0x00AB 191 0xC8 = 0x00BB 192 0xC9 = 0x2026 193 0xCA = 0x00A0 194 0xCB = 0x00C0 195 0xCC = 0x00C3 196 0xCD = 0x00D5 197 0xCE = 0x0152 198 0xCF = 0x0153 199 0xD0 = 0x2013 200 0xD1 = 0x2014 201 0xD2 = 0x201C 202 0xD3 = 0x201D 203 0xD4 = 0x2018 204 0xD5 = 0x2019 205 0xD6 = 0x00F7 206 0xD7 = 0x25CA 207 0xD8 = 0x00FF 208 0xD9 = 0x0178 209 0xDA = 0x2044 210 0xDB = 0x20AC 211 0xDC = 0x2039 212 0xDD = 0x203A 213 0xDE = 0x0176 214 0xDF = 0x0177 215 0xE0 = 0x2021 216 0xE1 = 0x00B7 217 0xE2 = 0x1EF2 218 0xE3 = 0x1EF3 219 0xE4 = 0x2030 220 0xE5 = 0x00C2 221 0xE6 = 0x00CA 222 0xE7 = 0x00C1 223 0xE8 = 0x00CB 224 0xE9 = 0x00C8 225 0xEA = 0x00CD 226 0xEB = 0x00CE 227 0xEC = 0x00CF 228 0xED = 0x00CC 229 0xEE = 0x00D3 230 0xEF = 0x00D4 231 0xF0 = 0x2663 232 0xF1 = 0x00D2 233 0xF2 = 0x00DA 234 0xF3 = 0x00DB 235 0xF4 = 0x00D9 236 0xF5 = 0x0131 237 0xF6 = 0x00DD 238 0xF7 = 0x00FD 239 0xF8 = 0x0174 240 0xF9 = 0x0175 241 0xFA = 0x1E84 242 0xFB = 0x1E85 243 0xFC = 0x1E80 244 0xFD = 0x1E81 245 0xFE = 0x1E82 246 0xFF = 0x1E83 247 END_MAP 248