1# $FreeBSD$
2# $NetBSD: UCS%ROMAN.src,v 1.2 2006/04/08 15:47:40 tnozaki Exp $
3
4TYPE		ROWCOL
5NAME		UCS/ROMAN
6SRC_ZONE	0x0000-0xFB02
7OOB_MODE	INVALID
8DST_INVALID	0x100
9DST_UNIT_BITS	16
10
11BEGIN_MAP
12#
13# This mapping data is made from the mapping data provided by Unicode, Inc.
14# Original notice:
15#
16#=======================================================================
17#   File name:  ROMAN.TXT
18#
19#   Contents:   Map (external version) from Mac OS Roman
20#               character set to Unicode 2.1 and later.
21#
22#   Copyright:  (c) 1994-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#      b4,c1 2002-Dec-19    Update URLs, notes. Matches internal
32#                           utom<b5>.
33#       b03  1999-Sep-22    Update contact e-mail address. Matches
34#                           internal utom<b4>, ufrm<b3>, and Text
35#                           Encoding Converter version 1.5.
36#       b02  1998-Aug-18    Encoding changed for Mac OS 8.5; change
37#                           mapping of 0xDB from CURRENCY SIGN to
38#                           EURO SIGN. Matches internal utom<b3>,
39#                           ufrm<b3>.
40#       n08  1998-Feb-05    Minor update to header comments
41#       n06  1997-Dec-14    Add warning about future changes to 0xDB
42#                           from CURRENCY SIGN to EURO SIGN. Clarify
43#                           some header information
44#       n04  1997-Dec-01    Update to match internal utom<n3>, ufrm<n22>:
45#                           Change standard mapping for 0xBD from U+2126
46#                           to its canonical decomposition, U+03A9.
47#       n03  1995-Apr-15    First version (after fixing some typos).
48#                           Matches internal ufrm<n9>.
49#
50# Standard header:
51# ----------------
52#
53#   Apple, the Apple logo, and Macintosh are trademarks of Apple
54#   Computer, Inc., registered in the United States and other countries.
55#   Unicode is a trademark of Unicode Inc. For the sake of brevity,
56#   throughout this document, "Macintosh" can be used to refer to
57#   Macintosh computers and "Unicode" can be used to refer to the
58#   Unicode standard.
59#
60#   Apple Computer, Inc. ("Apple") makes no warranty or representation,
61#   either express or implied, with respect to this document and the
62#   included data, its quality, accuracy, or fitness for a particular
63#   purpose. In no event will Apple be liable for direct, indirect,
64#   special, incidental, or consequential damages resulting from any
65#   defect or inaccuracy in this document or the included data.
66#
67#   These mapping tables and character lists are subject to change.
68#   The latest tables should be available from the following:
69#
70#   <http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/>
71#
72#   For general information about Mac OS encodings and these mapping
73#   tables, see the file "README.TXT".
74#
75# Format:
76# -------
77#
78#   Three tab-separated columns;
79#   '#' begins a comment which continues to the end of the line.
80#     Column #1 is the Mac OS Roman code (in hex as 0xNN)
81#     Column #2 is the corresponding Unicode (in hex as 0xNNNN)
82#     Column #3 is a comment containing the Unicode name
83#
84#   The entries are in Mac OS Roman code order.
85#
86#   One of these mappings requires the use of a corporate character.
87#   See the file "CORPCHAR.TXT" and notes below.
88#
89#   Control character mappings are not shown in this table, following
90#   the conventions of the standard UTC mapping tables. However, the
91#   Mac OS Roman character set uses the standard control characters at
92#   0x00-0x1F and 0x7F.
93#
94# Notes on Mac OS Roman:
95# ----------------------
96#
97#   This is a legacy Mac OS encoding; in the Mac OS X Carbon and Cocoa
98#   environments, it is only supported directly in programming
99#   interfaces for QuickDraw Text, the Script Manager, and related
100#   Text Utilities. For other purposes it is supported via transcoding
101#   to and from Unicode.
102#
103#   This character set is used for at least the following Mac OS
104#   localizations: U.S., British, Canadian French, French, Swiss
105#   French, German, Swiss German, Italian, Swiss Italian, Dutch,
106#   Swedish, Norwegian, Danish, Finnish, Spanish, Catalan,
107#   Portuguese, Brazilian, and the default International system.
108#
109#   Variants of Mac OS Roman are used for Croatian, Icelandic,
110#   Turkish, Romanian, and other encodings. Separate mapping tables
111#   are available for these encodings.
112#
113#   Before Mac OS 8.5, code point 0xDB was CURRENCY SIGN, and was
114#   mapped to U+00A4. In Mac OS 8.5 and later versions, code point
115#   0xDB is changed to EURO SIGN and maps to U+20AC; the standard
116#   Apple fonts are updated for Mac OS 8.5 to reflect this. There is
117#   a "currency sign" variant of the Mac OS Roman encoding that still
118#   maps 0xDB to U+00A4; this can be used for older fonts.
119#
120#   Before Mac OS 8.5, the ROM bitmap versions of the fonts Chicago,
121#   New York, Geneva, and Monaco did not implement the full Mac OS
122#   Roman character set; they only supported character codes up to
123#   0xD8. The TrueType versions of these fonts have always implemented
124#   the full character set, as with the bitmap and TrueType versions
125#   of the other standard Roman fonts.
126#
127#   In all Mac OS encodings, fonts such as Chicago which are used
128#   as "system" fonts (for menus, dialogs, etc.) have four glyphs
129#   at code points 0x11-0x14 for transient use by the Menu Manager.
130#   These glyphs are not intended as characters for use in normal
131#   text, and the associated code points are not generally
132#   interpreted as associated with these glyphs; they are usually
133#   interpreted (if at all) as the control codes DC1-DC4.
134#
135# Unicode mapping issues and notes:
136# ---------------------------------
137#
138#   The following corporate zone Unicode character is used in this
139#   mapping:
140#
141#     0xF8FF  Apple logo
142#
143#   NOTE: The graphic image associated with the Apple logo character
144#   is not authorized for use without permission of Apple, and
145#   unauthorized use might constitute trademark infringement.
146#
147# Details of mapping changes in each version:
148# -------------------------------------------
149#
150#   Changes from version n08 to version b02:
151#
152#   - Encoding changed for Mac OS 8.5; change mapping of 0xDB from
153#   CURRENCY SIGN (U+00A4) to EURO SIGN (U+20AC).
154#
155#   Changes from version n03 to version n04:
156#
157#   - Change mapping of 0xBD from U+2126 to its canonical
158#     decomposition, U+03A9.
159#
160##################
1610x0000 - 0x007E = 0x00 -
1620x00A0 = 0xCA
1630x00A1 = 0xC1
1640x00A2 = 0xA2
1650x00A3 = 0xA3
1660x00A5 = 0xB4
1670x00A7 = 0xA4
1680x00A8 = 0xAC
1690x00A9 = 0xA9
1700x00AA = 0xBB
1710x00AB = 0xC7
1720x00AC = 0xC2
1730x00AE = 0xA8
1740x00AF = 0xF8
1750x00B0 = 0xA1
1760x00B1 = 0xB1
1770x00B4 = 0xAB
1780x00B5 = 0xB5
1790x00B6 = 0xA6
1800x00B7 = 0xE1
1810x00B8 = 0xFC
1820x00BA = 0xBC
1830x00BB = 0xC8
1840x00BF = 0xC0
1850x00C0 = 0xCB
1860x00C1 = 0xE7
1870x00C2 = 0xE5
1880x00C3 = 0xCC
1890x00C4 = 0x80
1900x00C5 = 0x81
1910x00C6 = 0xAE
1920x00C7 = 0x82
1930x00C8 = 0xE9
1940x00C9 = 0x83
1950x00CA = 0xE6
1960x00CB = 0xE8
1970x00CC = 0xED
1980x00CD = 0xEA
1990x00CE = 0xEB
2000x00CF = 0xEC
2010x00D1 = 0x84
2020x00D2 = 0xF1
2030x00D3 = 0xEE
2040x00D4 = 0xEF
2050x00D5 = 0xCD
2060x00D6 = 0x85
2070x00D8 = 0xAF
2080x00D9 = 0xF4
2090x00DA = 0xF2
2100x00DB = 0xF3
2110x00DC = 0x86
2120x00DF = 0xA7
2130x00E0 = 0x88
2140x00E1 = 0x87
2150x00E2 = 0x89
2160x00E3 = 0x8B
2170x00E4 = 0x8A
2180x00E5 = 0x8C
2190x00E6 = 0xBE
2200x00E7 = 0x8D
2210x00E8 = 0x8F
2220x00E9 = 0x8E
2230x00EA = 0x90
2240x00EB = 0x91
2250x00EC = 0x93
2260x00ED = 0x92
2270x00EE = 0x94
2280x00EF = 0x95
2290x00F1 = 0x96
2300x00F2 = 0x98
2310x00F3 = 0x97
2320x00F4 = 0x99
2330x00F5 = 0x9B
2340x00F6 = 0x9A
2350x00F7 = 0xD6
2360x00F8 = 0xBF
2370x00F9 = 0x9D
2380x00FA = 0x9C
2390x00FB = 0x9E
2400x00FC = 0x9F
2410x00FF = 0xD8
2420x0131 = 0xF5
2430x0152 = 0xCE
2440x0153 = 0xCF
2450x0178 = 0xD9
2460x0192 = 0xC4
2470x02C6 = 0xF6
2480x02C7 = 0xFF
2490x02D8 = 0xF9
2500x02D9 = 0xFA
2510x02DA = 0xFB
2520x02DB = 0xFE
2530x02DC = 0xF7
2540x02DD = 0xFD
2550x03A9 = 0xBD
2560x03C0 = 0xB9
2570x2013 = 0xD0
2580x2014 = 0xD1
2590x2018 = 0xD4
2600x2019 = 0xD5
2610x201A = 0xE2
2620x201C = 0xD2
2630x201D = 0xD3
2640x201E = 0xE3
2650x2020 = 0xA0
2660x2021 = 0xE0
2670x2022 = 0xA5
2680x2026 = 0xC9
2690x2030 = 0xE4
2700x2039 = 0xDC
2710x203A = 0xDD
2720x2044 = 0xDA
2730x20AC = 0xDB
2740x2122 = 0xAA
2750x2202 = 0xB6
2760x2206 = 0xC6
2770x220F = 0xB8
2780x2211 = 0xB7
2790x221A = 0xC3
2800x221E = 0xB0
2810x222B = 0xBA
2820x2248 = 0xC5
2830x2260 = 0xAD
2840x2264 = 0xB2
2850x2265 = 0xB3
2860x25CA = 0xD7
2870xF8FF = 0xF0
2880xFB01 = 0xDE
2890xFB02 = 0xDF
290END_MAP
291