xref: /freebsd/share/i18n/csmapper/APPLE/GURMUKHI%UCS.src (revision ad30f8e79bd1007cc2476e491bd21b4f5e389e0a)
1*ad30f8e7SGabor Kovesdan# $FreeBSD$
2*ad30f8e7SGabor Kovesdan
3*ad30f8e7SGabor KovesdanTYPE		ROWCOL
4*ad30f8e7SGabor KovesdanNAME		GURMUKHI/UCS
5*ad30f8e7SGabor KovesdanSRC_ZONE	0x00-0xFA
6*ad30f8e7SGabor KovesdanOOB_MODE	ILSEQ
7*ad30f8e7SGabor KovesdanDST_ILSEQ	0xFFFE
8*ad30f8e7SGabor KovesdanDST_UNIT_BITS	16
9*ad30f8e7SGabor Kovesdan#=======================================================================
10*ad30f8e7SGabor Kovesdan#   File name:  GURMUKHI.TXT
11*ad30f8e7SGabor Kovesdan#
12*ad30f8e7SGabor Kovesdan#   Contents:   Map (external version) from Mac OS Gurmukhi
13*ad30f8e7SGabor Kovesdan#               encoding to Unicode 2.1 and later.
14*ad30f8e7SGabor Kovesdan#
15*ad30f8e7SGabor Kovesdan#   Copyright:  (c) 1997-2002, 2005 by Apple Computer, Inc., all rights
16*ad30f8e7SGabor Kovesdan#               reserved.
17*ad30f8e7SGabor Kovesdan#
18*ad30f8e7SGabor Kovesdan#   Contact:    charsets@apple.com
19*ad30f8e7SGabor Kovesdan#
20*ad30f8e7SGabor Kovesdan#   Changes:
21*ad30f8e7SGabor Kovesdan#
22*ad30f8e7SGabor Kovesdan#       c02  2005-Apr-05    Update header comments. Matches internal xml
23*ad30f8e7SGabor Kovesdan#                           <c1.1> and Text Encoding Converter 2.0.
24*ad30f8e7SGabor Kovesdan#      b3,c1 2002-Dec-19    Change mappings for 0x91, 0xD5 based on
25*ad30f8e7SGabor Kovesdan#							new decomposition rules. Update URLs,
26*ad30f8e7SGabor Kovesdan#                           notes. Matches internal utom<b2>.
27*ad30f8e7SGabor Kovesdan#       b02  1999-Sep-22    Update contact e-mail address. Matches
28*ad30f8e7SGabor Kovesdan#                           internal utom<b1>, ufrm<b1>, and Text
29*ad30f8e7SGabor Kovesdan#                           Encoding Converter version 1.5.
30*ad30f8e7SGabor Kovesdan#       n02  1998-Feb-05    First version; matches internal utom<n5>,
31*ad30f8e7SGabor Kovesdan#                           ufrm<n6>.
32*ad30f8e7SGabor Kovesdan#
33*ad30f8e7SGabor Kovesdan# Standard header:
34*ad30f8e7SGabor Kovesdan# ----------------
35*ad30f8e7SGabor Kovesdan#
36*ad30f8e7SGabor Kovesdan#   Apple, the Apple logo, and Macintosh are trademarks of Apple
37*ad30f8e7SGabor Kovesdan#   Computer, Inc., registered in the United States and other countries.
38*ad30f8e7SGabor Kovesdan#   Unicode is a trademark of Unicode Inc. For the sake of brevity,
39*ad30f8e7SGabor Kovesdan#   throughout this document, "Macintosh" can be used to refer to
40*ad30f8e7SGabor Kovesdan#   Macintosh computers and "Unicode" can be used to refer to the
41*ad30f8e7SGabor Kovesdan#   Unicode standard.
42*ad30f8e7SGabor Kovesdan#
43*ad30f8e7SGabor Kovesdan#   Apple Computer, Inc. ("Apple") makes no warranty or representation,
44*ad30f8e7SGabor Kovesdan#   either express or implied, with respect to this document and the
45*ad30f8e7SGabor Kovesdan#   included data, its quality, accuracy, or fitness for a particular
46*ad30f8e7SGabor Kovesdan#   purpose. In no event will Apple be liable for direct, indirect,
47*ad30f8e7SGabor Kovesdan#   special, incidental, or consequential damages resulting from any
48*ad30f8e7SGabor Kovesdan#   defect or inaccuracy in this document or the included data.
49*ad30f8e7SGabor Kovesdan#
50*ad30f8e7SGabor Kovesdan#   These mapping tables and character lists are subject to change.
51*ad30f8e7SGabor Kovesdan#   The latest tables should be available from the following:
52*ad30f8e7SGabor Kovesdan#
53*ad30f8e7SGabor Kovesdan#   <http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/>
54*ad30f8e7SGabor Kovesdan#
55*ad30f8e7SGabor Kovesdan#   For general information about Mac OS encodings and these mapping
56*ad30f8e7SGabor Kovesdan#   tables, see the file "README.TXT".
57*ad30f8e7SGabor Kovesdan#
58*ad30f8e7SGabor Kovesdan# Format:
59*ad30f8e7SGabor Kovesdan# -------
60*ad30f8e7SGabor Kovesdan#
61*ad30f8e7SGabor Kovesdan#   Three tab-separated columns;
62*ad30f8e7SGabor Kovesdan#   '#' begins a comment which continues to the end of the line.
63*ad30f8e7SGabor Kovesdan#     Column #1 is the Mac OS Gurmukhi code or code sequence
64*ad30f8e7SGabor Kovesdan#       (in hex as 0xNN or 0xNN+0xNN)
65*ad30f8e7SGabor Kovesdan#     Column #2 is the corresponding Unicode or Unicode sequence
66*ad30f8e7SGabor Kovesdan#       (in hex as 0xNNNN or 0xNNNN+0xNNNN).
67*ad30f8e7SGabor Kovesdan#     Column #3 is a comment containing the Unicode name or sequence
68*ad30f8e7SGabor Kovesdan#       of names. In some cases an additional comment follows the
69*ad30f8e7SGabor Kovesdan#       Unicode name(s).
70*ad30f8e7SGabor Kovesdan#
71*ad30f8e7SGabor Kovesdan#   The entries are in two sections. The first section is for pairs of
72*ad30f8e7SGabor Kovesdan#   Mac OS Gurmukhi code points that must be mapped in a special way.
73*ad30f8e7SGabor Kovesdan#   The second section maps individual code points.
74*ad30f8e7SGabor Kovesdan#
75*ad30f8e7SGabor Kovesdan#   Within each section, the entries are in Mac OS Gurmukhi code order.
76*ad30f8e7SGabor Kovesdan#
77*ad30f8e7SGabor Kovesdan#   Control character mappings are not shown in this table, following
78*ad30f8e7SGabor Kovesdan#   the conventions of the standard UTC mapping tables. However, the
79*ad30f8e7SGabor Kovesdan#   Mac OS Gurmukhi character set uses the standard control characters
80*ad30f8e7SGabor Kovesdan#   at 0x00-0x1F and 0x7F.
81*ad30f8e7SGabor Kovesdan#
82*ad30f8e7SGabor Kovesdan# Notes on Mac OS Gurmukhi:
83*ad30f8e7SGabor Kovesdan# -------------------------
84*ad30f8e7SGabor Kovesdan#
85*ad30f8e7SGabor Kovesdan#   This is a legacy Mac OS encoding; in the Mac OS X Carbon and Cocoa
86*ad30f8e7SGabor Kovesdan#   environments, it is only supported via transcoding to and from
87*ad30f8e7SGabor Kovesdan#   Unicode.
88*ad30f8e7SGabor Kovesdan#
89*ad30f8e7SGabor Kovesdan#   Mac OS Gurmukhi is based on IS 13194:1991 (ISCII-91), with the
90*ad30f8e7SGabor Kovesdan#   addition of several punctuation and symbol characters. However,
91*ad30f8e7SGabor Kovesdan#   Mac OS Gurmukhi does not support the ATR (attribute) mechanism of
92*ad30f8e7SGabor Kovesdan#   ISCII-91.
93*ad30f8e7SGabor Kovesdan#
94*ad30f8e7SGabor Kovesdan# 1. ISCII-91 features in Mac OS Gurmukhi include:
95*ad30f8e7SGabor Kovesdan#
96*ad30f8e7SGabor Kovesdan#  a) Explicit halant and soft halant
97*ad30f8e7SGabor Kovesdan#
98*ad30f8e7SGabor Kovesdan#     A double halant (0xE8 + 0xE8) constitutes an "explicit halant",
99*ad30f8e7SGabor Kovesdan#     which will always appear as a halant instead of causing formation
100*ad30f8e7SGabor Kovesdan#     of a ligature or half-form consonant.
101*ad30f8e7SGabor Kovesdan#
102*ad30f8e7SGabor Kovesdan#     Halant followed by nukta (0xE8 + 0xE9) constitutes a "soft
103*ad30f8e7SGabor Kovesdan#     halant", which prevents formation of a ligature and instead
104*ad30f8e7SGabor Kovesdan#     retains the half-form of the first consonant.
105*ad30f8e7SGabor Kovesdan#
106*ad30f8e7SGabor Kovesdan#  b) Invisible consonant
107*ad30f8e7SGabor Kovesdan#
108*ad30f8e7SGabor Kovesdan#     The byte 0xD9 (called INV in ISCII-91) is an invisible consonant:
109*ad30f8e7SGabor Kovesdan#     It behaves like a consonant but has no visible appearance. It is
110*ad30f8e7SGabor Kovesdan#     intended to be used (often in combination with halant) to display
111*ad30f8e7SGabor Kovesdan#     dependent forms in isolation, such as the RA forms or consonant
112*ad30f8e7SGabor Kovesdan#     half-forms.
113*ad30f8e7SGabor Kovesdan#
114*ad30f8e7SGabor Kovesdan#  c) Extensions for Vedic, etc.
115*ad30f8e7SGabor Kovesdan#
116*ad30f8e7SGabor Kovesdan#     The byte 0xF0 (called EXT in ISCII-91) followed by any byte in
117*ad30f8e7SGabor Kovesdan#     the range 0xA1-0xEE constitutes a two-byte code point which can
118*ad30f8e7SGabor Kovesdan#     be used to represent additional characters for Vedic (or other
119*ad30f8e7SGabor Kovesdan#     extensions); 0xF0 followed by any other byte value constitutes
120*ad30f8e7SGabor Kovesdan#     malformed text. Mac OS Gurmukhi supports this mechanism, but
121*ad30f8e7SGabor Kovesdan#     does not currently map any of these two-byte code points to
122*ad30f8e7SGabor Kovesdan#     anything.
123*ad30f8e7SGabor Kovesdan#
124*ad30f8e7SGabor Kovesdan# 2. Mac OS Gurmukhi additions
125*ad30f8e7SGabor Kovesdan#
126*ad30f8e7SGabor Kovesdan#   Mac OS Gurmukhi adds characters using the code points
127*ad30f8e7SGabor Kovesdan#   0x80-0x8A and 0x90-0x94 (the latter are some Gurmukhi additions).
128*ad30f8e7SGabor Kovesdan#
129*ad30f8e7SGabor Kovesdan# 3. Unused code points
130*ad30f8e7SGabor Kovesdan#
131*ad30f8e7SGabor Kovesdan#   The following code points are currently unused, and are not shown
132*ad30f8e7SGabor Kovesdan#   here: 0x8B-0x8F, 0x95-0xA1, 0xA3, 0xAA-0xAB, 0xAE-0xAF, 0xB2,
133*ad30f8e7SGabor Kovesdan#   0xC7, 0xCE, 0xD0, 0xD2-0xD3, 0xD6, 0xDF-0xE0, 0xE3-0xE4, 0xE7,
134*ad30f8e7SGabor Kovesdan#   0xEB-0xEF, 0xFB-0xFF. In addition, 0xF0 is not shown here, but it
135*ad30f8e7SGabor Kovesdan#   has a special function as described above.
136*ad30f8e7SGabor Kovesdan#
137*ad30f8e7SGabor Kovesdan# Unicode mapping issues and notes:
138*ad30f8e7SGabor Kovesdan# ---------------------------------
139*ad30f8e7SGabor Kovesdan#
140*ad30f8e7SGabor Kovesdan# 1. Mapping the byte pairs
141*ad30f8e7SGabor Kovesdan#
142*ad30f8e7SGabor Kovesdan#   If the byte value 0xE8 is encountered when mapping Mac OS
143*ad30f8e7SGabor Kovesdan#   Gurmukhi text, then the next byte (if there is one) should be
144*ad30f8e7SGabor Kovesdan#   examined. If the next byte is 0xE8 or 0xE9, then the byte pair
145*ad30f8e7SGabor Kovesdan#   should be mapped using the first section of the mapping table
146*ad30f8e7SGabor Kovesdan#   below. Otherwise, each byte should be mapped using the second
147*ad30f8e7SGabor Kovesdan#   section of the mapping table below.
148*ad30f8e7SGabor Kovesdan#
149*ad30f8e7SGabor Kovesdan#   - The Unicode Standard, Version 2.0, specifies how explicit
150*ad30f8e7SGabor Kovesdan#     halant and soft halant should be represented in Unicode;
151*ad30f8e7SGabor Kovesdan#     these mappings are used below.
152*ad30f8e7SGabor Kovesdan#
153*ad30f8e7SGabor Kovesdan#   If the byte value 0xF0 is encountered when mapping Mac OS
154*ad30f8e7SGabor Kovesdan#   Gurmukhi text, then the next byte should be examined. If there
155*ad30f8e7SGabor Kovesdan#   is no next byte (e.g. 0xF0 at end of buffer), the mapping
156*ad30f8e7SGabor Kovesdan#   process should indicate incomplete character. If there is a next
157*ad30f8e7SGabor Kovesdan#   byte but it is not in the range 0xA1-0xEE, the mapping process
158*ad30f8e7SGabor Kovesdan#   should indicate malformed text. Otherwise, the mapping process
159*ad30f8e7SGabor Kovesdan#   should treat the byte pair as a valid two-byte code point with no
160*ad30f8e7SGabor Kovesdan#   mapping (e.g. map it to QUESTION MARK, REPLACEMENT CHARACTER,
161*ad30f8e7SGabor Kovesdan#   etc.).
162*ad30f8e7SGabor Kovesdan#
163*ad30f8e7SGabor Kovesdan# 2. Mapping the invisible consonant
164*ad30f8e7SGabor Kovesdan#
165*ad30f8e7SGabor Kovesdan#   It has been suggested that INV in ISCII-91 should map to ZERO
166*ad30f8e7SGabor Kovesdan#   WIDTH NON-JOINER in Unicode. However, this causes problems with
167*ad30f8e7SGabor Kovesdan#   roundtrip fidelity: The ISCII-91 sequences 0xE8+0xE8 and 0xE8+0xD9
168*ad30f8e7SGabor Kovesdan#   would map to the same sequence of Unicode characters. We have
169*ad30f8e7SGabor Kovesdan#   instead mapped INV to LEFT-TO-RIGHT MARK, which avoids these
170*ad30f8e7SGabor Kovesdan#   problems.
171*ad30f8e7SGabor Kovesdan#
172*ad30f8e7SGabor Kovesdan# 3. Mappings using corporate characters
173*ad30f8e7SGabor Kovesdan#
174*ad30f8e7SGabor Kovesdan#   Mapping the GURMUKHI LETTER SHA 0xD5 presents an interesting
175*ad30f8e7SGabor Kovesdan#   problem. At first glance, we could map it to the single Unicode
176*ad30f8e7SGabor Kovesdan#   character 0x0A36.
177*ad30f8e7SGabor Kovesdan#
178*ad30f8e7SGabor Kovesdan#   However, our goal is that the mappings provided here should also
179*ad30f8e7SGabor Kovesdan#   be able to generate the mappings to maximally decomposed Unicode
180*ad30f8e7SGabor Kovesdan#   by simple recursive substitution of the canonical decompositions
181*ad30f8e7SGabor Kovesdan#   in the Unicode database. We want mapping tables derived this way
182*ad30f8e7SGabor Kovesdan#   to retain full roundtrip fidelity.
183*ad30f8e7SGabor Kovesdan#
184*ad30f8e7SGabor Kovesdan#   Since the canonical decomposition of 0x0A36 is 0x0A38+0x0A3C,
185*ad30f8e7SGabor Kovesdan#   the decomposition mapping for 0xD5 would be identical with the
186*ad30f8e7SGabor Kovesdan#   decomposition mapping for 0xD7+0xE9, and roundtrip fidelity would
187*ad30f8e7SGabor Kovesdan#   be lost.
188*ad30f8e7SGabor Kovesdan#
189*ad30f8e7SGabor Kovesdan#   We solve this problem by using a grouping hint (one of the set of
190*ad30f8e7SGabor Kovesdan#   transcoding hints defined by Apple).
191*ad30f8e7SGabor Kovesdan#
192*ad30f8e7SGabor Kovesdan#   Apple has defined a block of 32 corporate characters as "transcoding
193*ad30f8e7SGabor Kovesdan#   hints." These are used in combination with standard Unicode characters
194*ad30f8e7SGabor Kovesdan#   to force them to be treated in a special way for mapping to other
195*ad30f8e7SGabor Kovesdan#   encodings; they have no other effect. Sixteen of these transcoding
196*ad30f8e7SGabor Kovesdan#   hints are "grouping hints" - they indicate that the next 2-4 Unicode
197*ad30f8e7SGabor Kovesdan#   characters should be treated as a single entity for transcoding. The
198*ad30f8e7SGabor Kovesdan#   other sixteen transcoding hints are "variant tags" - they are like
199*ad30f8e7SGabor Kovesdan#   combining characters, and can follow a standard Unicode (or a sequence
200*ad30f8e7SGabor Kovesdan#   consisting of a base character and other combining characters) to
201*ad30f8e7SGabor Kovesdan#   cause it to be treated in a special way for transcoding. These always
202*ad30f8e7SGabor Kovesdan#   terminate a combining-character sequence.
203*ad30f8e7SGabor Kovesdan#
204*ad30f8e7SGabor Kovesdan#   The transcoding coding hint used in this mapping table is:
205*ad30f8e7SGabor Kovesdan#     0xF860 group next 2 characters
206*ad30f8e7SGabor Kovesdan#
207*ad30f8e7SGabor Kovesdan#   Then we can map 0x91 as follows:
208*ad30f8e7SGabor Kovesdan#     0xD5 -> 0xF860+0x0A38+0x0A3C
209*ad30f8e7SGabor Kovesdan#
210*ad30f8e7SGabor Kovesdan#   We could also have used a variant tag such as 0xF87F and mapped it
211*ad30f8e7SGabor Kovesdan#   this way:
212*ad30f8e7SGabor Kovesdan#     0xD5 -> 0x0A36+0xF87F
213*ad30f8e7SGabor Kovesdan#
214*ad30f8e7SGabor Kovesdan# 4. Additional loose mappings from Unicode
215*ad30f8e7SGabor Kovesdan#
216*ad30f8e7SGabor Kovesdan#   These are not preserved in roundtrip mappings.
217*ad30f8e7SGabor Kovesdan#
218*ad30f8e7SGabor Kovesdan#   0A59 -> 0xB4+0xE9   # GURMUKHI LETTER KHHA
219*ad30f8e7SGabor Kovesdan#   0A5A -> 0xB5+0xE9   # GURMUKHI LETTER GHHA
220*ad30f8e7SGabor Kovesdan#   0A5B -> 0xBA+0xE9   # GURMUKHI LETTER ZA
221*ad30f8e7SGabor Kovesdan#   0A5E -> 0xC9+0xE9   # GURMUKHI LETTER FA
222*ad30f8e7SGabor Kovesdan#
223*ad30f8e7SGabor Kovesdan#   0A70 -> 0xA2    # GURMUKHI TIPPI
224*ad30f8e7SGabor Kovesdan#
225*ad30f8e7SGabor Kovesdan#   Loose mappings from Unicode should also map U+0A71 (GURMUKHI ADDAK)
226*ad30f8e7SGabor Kovesdan#   followed by any Gurmukhi consonant to the equivalent ISCII-91
227*ad30f8e7SGabor Kovesdan#   consonant plus halant plus the consonant again. For example:
228*ad30f8e7SGabor Kovesdan#
229*ad30f8e7SGabor Kovesdan#   0A71+0A15 -> 0xB3+0xE8+0xB3
230*ad30f8e7SGabor Kovesdan#   0A71+0A16 -> 0xB4+0xE8+0xB4
231*ad30f8e7SGabor Kovesdan#   ...
232*ad30f8e7SGabor Kovesdan#
233*ad30f8e7SGabor Kovesdan# Details of mapping changes in each version:
234*ad30f8e7SGabor Kovesdan# -------------------------------------------
235*ad30f8e7SGabor Kovesdan#
236*ad30f8e7SGabor Kovesdan#   Changes from version b02 to version b03/c01:
237*ad30f8e7SGabor Kovesdan#
238*ad30f8e7SGabor Kovesdan#   - Change mapping of 0x91 from 0xF860+0x0A21+0x0A3C to 0x0A5C GURMUKHI
239*ad30f8e7SGabor Kovesdan#     LETTER RRA, now that the canonical decomposition of 0x0A5C to
240*ad30f8e7SGabor Kovesdan#     0x0A21+0x0A3C has been deleted
241*ad30f8e7SGabor Kovesdan#
242*ad30f8e7SGabor Kovesdan#   - Change mapping of 0xD5 from 0x0A36 GURMUKHI LETTER SHA to
243*ad30f8e7SGabor Kovesdan#     0xF860+0x0A38+0x0A3C, now that a canonical decomposition of 0x0A36
244*ad30f8e7SGabor Kovesdan#     to 0x0A38+0x0A3C has been added.
245*ad30f8e7SGabor Kovesdan#
246*ad30f8e7SGabor Kovesdan##################
247*ad30f8e7SGabor KovesdanBEGIN_MAP
248*ad30f8e7SGabor Kovesdan0x00 - 0x7F = 0x0000 -
249*ad30f8e7SGabor Kovesdan0x80 = 0x00D7
250*ad30f8e7SGabor Kovesdan0x81 = 0x2212
251*ad30f8e7SGabor Kovesdan0x82 = 0x2013
252*ad30f8e7SGabor Kovesdan0x83 = 0x2014
253*ad30f8e7SGabor Kovesdan0x84 = 0x2018
254*ad30f8e7SGabor Kovesdan0x85 = 0x2019
255*ad30f8e7SGabor Kovesdan0x86 = 0x2026
256*ad30f8e7SGabor Kovesdan0x87 = 0x2022
257*ad30f8e7SGabor Kovesdan0x88 = 0x00A9
258*ad30f8e7SGabor Kovesdan0x89 = 0x00AE
259*ad30f8e7SGabor Kovesdan0x8A = 0x2122
260*ad30f8e7SGabor Kovesdan0x90 = 0x0A71
261*ad30f8e7SGabor Kovesdan0x91 = 0x0A5C
262*ad30f8e7SGabor Kovesdan0x92 = 0x0A73
263*ad30f8e7SGabor Kovesdan0x93 = 0x0A72
264*ad30f8e7SGabor Kovesdan0x94 = 0x0A74
265*ad30f8e7SGabor Kovesdan0xA2 = 0x0A02
266*ad30f8e7SGabor Kovesdan0xA4 = 0x0A05
267*ad30f8e7SGabor Kovesdan0xA5 = 0x0A06
268*ad30f8e7SGabor Kovesdan0xA6 = 0x0A07
269*ad30f8e7SGabor Kovesdan0xA7 = 0x0A08
270*ad30f8e7SGabor Kovesdan0xA8 = 0x0A09
271*ad30f8e7SGabor Kovesdan0xA9 = 0x0A0A
272*ad30f8e7SGabor Kovesdan0xAC = 0x0A0F
273*ad30f8e7SGabor Kovesdan0xAD = 0x0A10
274*ad30f8e7SGabor Kovesdan0xB0 = 0x0A13
275*ad30f8e7SGabor Kovesdan0xB1 = 0x0A14
276*ad30f8e7SGabor Kovesdan0xB3 = 0x0A15
277*ad30f8e7SGabor Kovesdan0xB4 = 0x0A16
278*ad30f8e7SGabor Kovesdan0xB5 = 0x0A17
279*ad30f8e7SGabor Kovesdan0xB6 = 0x0A18
280*ad30f8e7SGabor Kovesdan0xB7 = 0x0A19
281*ad30f8e7SGabor Kovesdan0xB8 = 0x0A1A
282*ad30f8e7SGabor Kovesdan0xB9 = 0x0A1B
283*ad30f8e7SGabor Kovesdan0xBA = 0x0A1C
284*ad30f8e7SGabor Kovesdan0xBB = 0x0A1D
285*ad30f8e7SGabor Kovesdan0xBC = 0x0A1E
286*ad30f8e7SGabor Kovesdan0xBD = 0x0A1F
287*ad30f8e7SGabor Kovesdan0xBE = 0x0A20
288*ad30f8e7SGabor Kovesdan0xBF = 0x0A21
289*ad30f8e7SGabor Kovesdan0xC0 = 0x0A22
290*ad30f8e7SGabor Kovesdan0xC1 = 0x0A23
291*ad30f8e7SGabor Kovesdan0xC2 = 0x0A24
292*ad30f8e7SGabor Kovesdan0xC3 = 0x0A25
293*ad30f8e7SGabor Kovesdan0xC4 = 0x0A26
294*ad30f8e7SGabor Kovesdan0xC5 = 0x0A27
295*ad30f8e7SGabor Kovesdan0xC6 = 0x0A28
296*ad30f8e7SGabor Kovesdan0xC8 = 0x0A2A
297*ad30f8e7SGabor Kovesdan0xC9 = 0x0A2B
298*ad30f8e7SGabor Kovesdan0xCA = 0x0A2C
299*ad30f8e7SGabor Kovesdan0xCB = 0x0A2D
300*ad30f8e7SGabor Kovesdan0xCC = 0x0A2E
301*ad30f8e7SGabor Kovesdan0xCD = 0x0A2F
302*ad30f8e7SGabor Kovesdan0xCF = 0x0A30
303*ad30f8e7SGabor Kovesdan0xD1 = 0x0A32
304*ad30f8e7SGabor Kovesdan0xD4 = 0x0A35
305*ad30f8e7SGabor Kovesdan#0xD5 = 0xF860+0x0A38+0x0A3C
306*ad30f8e7SGabor Kovesdan0xD7 = 0x0A38
307*ad30f8e7SGabor Kovesdan0xD8 = 0x0A39
308*ad30f8e7SGabor Kovesdan0xD9 = 0x200E
309*ad30f8e7SGabor Kovesdan0xDA = 0x0A3E
310*ad30f8e7SGabor Kovesdan0xDB = 0x0A3F
311*ad30f8e7SGabor Kovesdan0xDC = 0x0A40
312*ad30f8e7SGabor Kovesdan0xDD = 0x0A41
313*ad30f8e7SGabor Kovesdan0xDE = 0x0A42
314*ad30f8e7SGabor Kovesdan0xE1 = 0x0A47
315*ad30f8e7SGabor Kovesdan0xE2 = 0x0A48
316*ad30f8e7SGabor Kovesdan0xE5 = 0x0A4B
317*ad30f8e7SGabor Kovesdan0xE6 = 0x0A4C
318*ad30f8e7SGabor Kovesdan0xE8 = 0x0A4D
319*ad30f8e7SGabor Kovesdan#0xE8+0xE8 = 0x0A4D+0x200C
320*ad30f8e7SGabor Kovesdan#0xE8+0xE9 = 0x0A4D+0x200D
321*ad30f8e7SGabor Kovesdan0xE9 = 0x0A3C
322*ad30f8e7SGabor Kovesdan0xEA = 0x0964
323*ad30f8e7SGabor Kovesdan0xF1 = 0x0A66
324*ad30f8e7SGabor Kovesdan0xF2 = 0x0A67
325*ad30f8e7SGabor Kovesdan0xF3 = 0x0A68
326*ad30f8e7SGabor Kovesdan0xF4 = 0x0A69
327*ad30f8e7SGabor Kovesdan0xF5 = 0x0A6A
328*ad30f8e7SGabor Kovesdan0xF6 = 0x0A6B
329*ad30f8e7SGabor Kovesdan0xF7 = 0x0A6C
330*ad30f8e7SGabor Kovesdan0xF8 = 0x0A6D
331*ad30f8e7SGabor Kovesdan0xF9 = 0x0A6E
332*ad30f8e7SGabor Kovesdan0xFA = 0x0A6F
333*ad30f8e7SGabor KovesdanEND_MAP
334