1 # $NetBSD: ROMAN%UCS.src,v 1.1 2006/03/13 19:45:36 tnozaki Exp $ 2 3 TYPE ROWCOL 4 NAME ROMAN/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: ROMAN.TXT 17 # 18 # Contents: Map (external version) from Mac OS Roman 19 # character set to Unicode 2.1 and later. 20 # 21 # Copyright: (c) 1994-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 # b4,c1 2002-Dec-19 Update URLs, notes. Matches internal 31 # utom<b5>. 32 # b03 1999-Sep-22 Update contact e-mail address. Matches 33 # internal utom<b4>, ufrm<b3>, and Text 34 # Encoding Converter version 1.5. 35 # b02 1998-Aug-18 Encoding changed for Mac OS 8.5; change 36 # mapping of 0xDB from CURRENCY SIGN to 37 # EURO SIGN. Matches internal utom<b3>, 38 # ufrm<b3>. 39 # n08 1998-Feb-05 Minor update to header comments 40 # n06 1997-Dec-14 Add warning about future changes to 0xDB 41 # from CURRENCY SIGN to EURO SIGN. Clarify 42 # some header information 43 # n04 1997-Dec-01 Update to match internal utom<n3>, ufrm<n22>: 44 # Change standard mapping for 0xBD from U+2126 45 # to its canonical decomposition, U+03A9. 46 # n03 1995-Apr-15 First version (after fixing some typos). 47 # Matches internal ufrm<n9>. 48 # 49 # Standard header: 50 # ---------------- 51 # 52 # Apple, the Apple logo, and Macintosh are trademarks of Apple 53 # Computer, Inc., registered in the United States and other countries. 54 # Unicode is a trademark of Unicode Inc. For the sake of brevity, 55 # throughout this document, "Macintosh" can be used to refer to 56 # Macintosh computers and "Unicode" can be used to refer to the 57 # Unicode standard. 58 # 59 # Apple Computer, Inc. ("Apple") makes no warranty or representation, 60 # either express or implied, with respect to this document and the 61 # included data, its quality, accuracy, or fitness for a particular 62 # purpose. In no event will Apple be liable for direct, indirect, 63 # special, incidental, or consequential damages resulting from any 64 # defect or inaccuracy in this document or the included data. 65 # 66 # These mapping tables and character lists are subject to change. 67 # The latest tables should be available from the following: 68 # 69 # <http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/> 70 # 71 # For general information about Mac OS encodings and these mapping 72 # tables, see the file "README.TXT". 73 # 74 # Format: 75 # ------- 76 # 77 # Three tab-separated columns; 78 # '#' begins a comment which continues to the end of the line. 79 # Column #1 is the Mac OS Roman code (in hex as 0xNN) 80 # Column #2 is the corresponding Unicode (in hex as 0xNNNN) 81 # Column #3 is a comment containing the Unicode name 82 # 83 # The entries are in Mac OS Roman code order. 84 # 85 # One of these mappings requires the use of a corporate character. 86 # See the file "CORPCHAR.TXT" and notes below. 87 # 88 # Control character mappings are not shown in this table, following 89 # the conventions of the standard UTC mapping tables. However, the 90 # Mac OS Roman character set uses the standard control characters at 91 # 0x00-0x1F and 0x7F. 92 # 93 # Notes on Mac OS Roman: 94 # ---------------------- 95 # 96 # This is a legacy Mac OS encoding; in the Mac OS X Carbon and Cocoa 97 # environments, it is only supported directly in programming 98 # interfaces for QuickDraw Text, the Script Manager, and related 99 # Text Utilities. For other purposes it is supported via transcoding 100 # to and from Unicode. 101 # 102 # This character set is used for at least the following Mac OS 103 # localizations: U.S., British, Canadian French, French, Swiss 104 # French, German, Swiss German, Italian, Swiss Italian, Dutch, 105 # Swedish, Norwegian, Danish, Finnish, Spanish, Catalan, 106 # Portuguese, Brazilian, and the default International system. 107 # 108 # Variants of Mac OS Roman are used for Croatian, Icelandic, 109 # Turkish, Romanian, and other encodings. Separate mapping tables 110 # are available for these encodings. 111 # 112 # Before Mac OS 8.5, code point 0xDB was CURRENCY SIGN, and was 113 # mapped to U+00A4. In Mac OS 8.5 and later versions, code point 114 # 0xDB is changed to EURO SIGN and maps to U+20AC; the standard 115 # Apple fonts are updated for Mac OS 8.5 to reflect this. There is 116 # a "currency sign" variant of the Mac OS Roman encoding that still 117 # maps 0xDB to U+00A4; this can be used for older fonts. 118 # 119 # Before Mac OS 8.5, the ROM bitmap versions of the fonts Chicago, 120 # New York, Geneva, and Monaco did not implement the full Mac OS 121 # Roman character set; they only supported character codes up to 122 # 0xD8. The TrueType versions of these fonts have always implemented 123 # the full character set, as with the bitmap and TrueType versions 124 # of the other standard Roman fonts. 125 # 126 # In all Mac OS encodings, fonts such as Chicago which are used 127 # as "system" fonts (for menus, dialogs, etc.) have four glyphs 128 # at code points 0x11-0x14 for transient use by the Menu Manager. 129 # These glyphs are not intended as characters for use in normal 130 # text, and the associated code points are not generally 131 # interpreted as associated with these glyphs; they are usually 132 # interpreted (if at all) as the control codes DC1-DC4. 133 # 134 # Unicode mapping issues and notes: 135 # --------------------------------- 136 # 137 # The following corporate zone Unicode character is used in this 138 # mapping: 139 # 140 # 0xF8FF Apple logo 141 # 142 # NOTE: The graphic image associated with the Apple logo character 143 # is not authorized for use without permission of Apple, and 144 # unauthorized use might constitute trademark infringement. 145 # 146 # Details of mapping changes in each version: 147 # ------------------------------------------- 148 # 149 # Changes from version n08 to version b02: 150 # 151 # - Encoding changed for Mac OS 8.5; change mapping of 0xDB from 152 # CURRENCY SIGN (U+00A4) to EURO SIGN (U+20AC). 153 # 154 # Changes from version n03 to version n04: 155 # 156 # - Change mapping of 0xBD from U+2126 to its canonical 157 # decomposition, U+03A9. 158 # 159 ################## 160 0x00-0x7E = 0x00 - 161 0x80 = 0x00C4 162 0x81 = 0x00C5 163 0x82 = 0x00C7 164 0x83 = 0x00C9 165 0x84 = 0x00D1 166 0x85 = 0x00D6 167 0x86 = 0x00DC 168 0x87 = 0x00E1 169 0x88 = 0x00E0 170 0x89 = 0x00E2 171 0x8A = 0x00E4 172 0x8B = 0x00E3 173 0x8C = 0x00E5 174 0x8D = 0x00E7 175 0x8E = 0x00E9 176 0x8F = 0x00E8 177 0x90 = 0x00EA 178 0x91 = 0x00EB 179 0x92 = 0x00ED 180 0x93 = 0x00EC 181 0x94 = 0x00EE 182 0x95 = 0x00EF 183 0x96 = 0x00F1 184 0x97 = 0x00F3 185 0x98 = 0x00F2 186 0x99 = 0x00F4 187 0x9A = 0x00F6 188 0x9B = 0x00F5 189 0x9C = 0x00FA 190 0x9D = 0x00F9 191 0x9E = 0x00FB 192 0x9F = 0x00FC 193 0xA0 = 0x2020 194 0xA1 = 0x00B0 195 0xA2 = 0x00A2 196 0xA3 = 0x00A3 197 0xA4 = 0x00A7 198 0xA5 = 0x2022 199 0xA6 = 0x00B6 200 0xA7 = 0x00DF 201 0xA8 = 0x00AE 202 0xA9 = 0x00A9 203 0xAA = 0x2122 204 0xAB = 0x00B4 205 0xAC = 0x00A8 206 0xAD = 0x2260 207 0xAE = 0x00C6 208 0xAF = 0x00D8 209 0xB0 = 0x221E 210 0xB1 = 0x00B1 211 0xB2 = 0x2264 212 0xB3 = 0x2265 213 0xB4 = 0x00A5 214 0xB5 = 0x00B5 215 0xB6 = 0x2202 216 0xB7 = 0x2211 217 0xB8 = 0x220F 218 0xB9 = 0x03C0 219 0xBA = 0x222B 220 0xBB = 0x00AA 221 0xBC = 0x00BA 222 0xBD = 0x03A9 223 0xBE = 0x00E6 224 0xBF = 0x00F8 225 0xC0 = 0x00BF 226 0xC1 = 0x00A1 227 0xC2 = 0x00AC 228 0xC3 = 0x221A 229 0xC4 = 0x0192 230 0xC5 = 0x2248 231 0xC6 = 0x2206 232 0xC7 = 0x00AB 233 0xC8 = 0x00BB 234 0xC9 = 0x2026 235 0xCA = 0x00A0 236 0xCB = 0x00C0 237 0xCC = 0x00C3 238 0xCD = 0x00D5 239 0xCE = 0x0152 240 0xCF = 0x0153 241 0xD0 = 0x2013 242 0xD1 = 0x2014 243 0xD2 = 0x201C 244 0xD3 = 0x201D 245 0xD4 = 0x2018 246 0xD5 = 0x2019 247 0xD6 = 0x00F7 248 0xD7 = 0x25CA 249 0xD8 = 0x00FF 250 0xD9 = 0x0178 251 0xDA = 0x2044 252 0xDB = 0x20AC 253 0xDC = 0x2039 254 0xDD = 0x203A 255 0xDE = 0xFB01 256 0xDF = 0xFB02 257 0xE0 = 0x2021 258 0xE1 = 0x00B7 259 0xE2 = 0x201A 260 0xE3 = 0x201E 261 0xE4 = 0x2030 262 0xE5 = 0x00C2 263 0xE6 = 0x00CA 264 0xE7 = 0x00C1 265 0xE8 = 0x00CB 266 0xE9 = 0x00C8 267 0xEA = 0x00CD 268 0xEB = 0x00CE 269 0xEC = 0x00CF 270 0xED = 0x00CC 271 0xEE = 0x00D3 272 0xEF = 0x00D4 273 0xF0 = 0xF8FF 274 0xF1 = 0x00D2 275 0xF2 = 0x00DA 276 0xF3 = 0x00DB 277 0xF4 = 0x00D9 278 0xF5 = 0x0131 279 0xF6 = 0x02C6 280 0xF7 = 0x02DC 281 0xF8 = 0x00AF 282 0xF9 = 0x02D8 283 0xFA = 0x02D9 284 0xFB = 0x02DA 285 0xFC = 0x00B8 286 0xFD = 0x02DD 287 0xFE = 0x02DB 288 0xFF = 0x02C7 289 END_MAP 290