1*16d86563SAlexander Pyhalov#
2*16d86563SAlexander Pyhalov# CDDL HEADER START
3*16d86563SAlexander Pyhalov#
4*16d86563SAlexander Pyhalov# The contents of this file are subject to the terms of the
5*16d86563SAlexander Pyhalov# Common Development and Distribution License (the "License").
6*16d86563SAlexander Pyhalov# You may not use this file except in compliance with the License.
7*16d86563SAlexander Pyhalov#
8*16d86563SAlexander Pyhalov# You can obtain a copy of the license at src/OPENSOLARIS.LICENSE
9*16d86563SAlexander Pyhalov# or http://www.opensolaris.org/os/licensing.
10*16d86563SAlexander Pyhalov# See the License for the specific language governing permissions
11*16d86563SAlexander Pyhalov# and limitations under the License.
12*16d86563SAlexander Pyhalov#
13*16d86563SAlexander Pyhalov# When distributing Covered Code, include this CDDL HEADER in each
14*16d86563SAlexander Pyhalov# file and include the License file at src/OPENSOLARIS.LICENSE.
15*16d86563SAlexander Pyhalov# If applicable, add the following below this CDDL HEADER, with the
16*16d86563SAlexander Pyhalov# fields enclosed by brackets "[]" replaced with your own identifying
17*16d86563SAlexander Pyhalov# information: Portions Copyright [yyyy] [name of copyright owner]
18*16d86563SAlexander Pyhalov#
19*16d86563SAlexander Pyhalov# CDDL HEADER END
20*16d86563SAlexander Pyhalov#
21*16d86563SAlexander Pyhalov#
22*16d86563SAlexander Pyhalov# Copyright (c) 1991-2005 Unicode, Inc. All rights reserved. Distributed
23*16d86563SAlexander Pyhalov# under the Terms of Use in http://www.unicode.org/copyright.html.
24*16d86563SAlexander Pyhalov#
25*16d86563SAlexander Pyhalov#
26*16d86563SAlexander Pyhalov#	Name:             ISO/IEC 8859-8:1999 to Unicode
27*16d86563SAlexander Pyhalov#	Unicode version:  3.0
28*16d86563SAlexander Pyhalov#	Table version:    1.1
29*16d86563SAlexander Pyhalov#	Table format:     Format A
30*16d86563SAlexander Pyhalov#	Date:             2000-Jan-03
31*16d86563SAlexander Pyhalov#
32*16d86563SAlexander Pyhalov#	General notes:
33*16d86563SAlexander Pyhalov#
34*16d86563SAlexander Pyhalov#	This table contains the data the Unicode Consortium has on how
35*16d86563SAlexander Pyhalov#       ISO/IEC 8859-8:1999 characters map into Unicode.
36*16d86563SAlexander Pyhalov#
37*16d86563SAlexander Pyhalov#	Format:  Three tab-separated columns
38*16d86563SAlexander Pyhalov#		 Column #1 is the ISO/IEC 8859-8 code (in hex as 0xXX)
39*16d86563SAlexander Pyhalov#		 Column #2 is the Unicode (in hex as 0xXXXX)
40*16d86563SAlexander Pyhalov#		 Column #3 the Unicode name (follows a comment sign, '#')
41*16d86563SAlexander Pyhalov#
42*16d86563SAlexander Pyhalov#	The entries are in ISO/IEC 8859-8 order.
43*16d86563SAlexander Pyhalov#
44*16d86563SAlexander Pyhalov#	Version history
45*16d86563SAlexander Pyhalov#	1.0 version updates 0.1 version by adding mappings for all
46*16d86563SAlexander Pyhalov#	control characters.
47*16d86563SAlexander Pyhalov#       1.1 version updates to the published 8859-8:1999, correcting
48*16d86563SAlexander Pyhalov#          the mapping of 0xAF and adding mappings for LRM and RLM.
49*16d86563SAlexander Pyhalov#
50*16d86563SAlexander Pyhalov#	Updated versions of this file may be found in:
51*16d86563SAlexander Pyhalov#		<ftp://ftp.unicode.org/Public/MAPPINGS/>
52*16d86563SAlexander Pyhalov#
53*16d86563SAlexander Pyhalov#	Any comments or problems, contact <errata@unicode.org>
54*16d86563SAlexander Pyhalov#	Please note that <errata@unicode.org> is an archival address;
55*16d86563SAlexander Pyhalov#	notices will be checked, but do not expect an immediate response.
56*16d86563SAlexander Pyhalov#
57*16d86563SAlexander Pyhalov# We intentionally removed 0x00 to 0x1F and 0x7F to 0x9F since we already
58*16d86563SAlexander Pyhalov# took care of the C0 and C1 parts.
59*16d86563SAlexander Pyhalov#
60*16d86563SAlexander Pyhalov0x20	0x0020	#	SPACE
61*16d86563SAlexander Pyhalov0x21	0x0021	#	EXCLAMATION MARK
62*16d86563SAlexander Pyhalov0x22	0x0022	#	QUOTATION MARK
63*16d86563SAlexander Pyhalov0x23	0x0023	#	NUMBER SIGN
64*16d86563SAlexander Pyhalov0x24	0x0024	#	DOLLAR SIGN
65*16d86563SAlexander Pyhalov0x25	0x0025	#	PERCENT SIGN
66*16d86563SAlexander Pyhalov0x26	0x0026	#	AMPERSAND
67*16d86563SAlexander Pyhalov0x27	0x0027	#	APOSTROPHE
68*16d86563SAlexander Pyhalov0x28	0x0028	#	LEFT PARENTHESIS
69*16d86563SAlexander Pyhalov0x29	0x0029	#	RIGHT PARENTHESIS
70*16d86563SAlexander Pyhalov0x2A	0x002A	#	ASTERISK
71*16d86563SAlexander Pyhalov0x2B	0x002B	#	PLUS SIGN
72*16d86563SAlexander Pyhalov0x2C	0x002C	#	COMMA
73*16d86563SAlexander Pyhalov0x2D	0x002D	#	HYPHEN-MINUS
74*16d86563SAlexander Pyhalov0x2E	0x002E	#	FULL STOP
75*16d86563SAlexander Pyhalov0x2F	0x002F	#	SOLIDUS
76*16d86563SAlexander Pyhalov0x30	0x0030	#	DIGIT ZERO
77*16d86563SAlexander Pyhalov0x31	0x0031	#	DIGIT ONE
78*16d86563SAlexander Pyhalov0x32	0x0032	#	DIGIT TWO
79*16d86563SAlexander Pyhalov0x33	0x0033	#	DIGIT THREE
80*16d86563SAlexander Pyhalov0x34	0x0034	#	DIGIT FOUR
81*16d86563SAlexander Pyhalov0x35	0x0035	#	DIGIT FIVE
82*16d86563SAlexander Pyhalov0x36	0x0036	#	DIGIT SIX
83*16d86563SAlexander Pyhalov0x37	0x0037	#	DIGIT SEVEN
84*16d86563SAlexander Pyhalov0x38	0x0038	#	DIGIT EIGHT
85*16d86563SAlexander Pyhalov0x39	0x0039	#	DIGIT NINE
86*16d86563SAlexander Pyhalov0x3A	0x003A	#	COLON
87*16d86563SAlexander Pyhalov0x3B	0x003B	#	SEMICOLON
88*16d86563SAlexander Pyhalov0x3C	0x003C	#	LESS-THAN SIGN
89*16d86563SAlexander Pyhalov0x3D	0x003D	#	EQUALS SIGN
90*16d86563SAlexander Pyhalov0x3E	0x003E	#	GREATER-THAN SIGN
91*16d86563SAlexander Pyhalov0x3F	0x003F	#	QUESTION MARK
92*16d86563SAlexander Pyhalov0x40	0x0040	#	COMMERCIAL AT
93*16d86563SAlexander Pyhalov0x41	0x0041	#	LATIN CAPITAL LETTER A
94*16d86563SAlexander Pyhalov0x42	0x0042	#	LATIN CAPITAL LETTER B
95*16d86563SAlexander Pyhalov0x43	0x0043	#	LATIN CAPITAL LETTER C
96*16d86563SAlexander Pyhalov0x44	0x0044	#	LATIN CAPITAL LETTER D
97*16d86563SAlexander Pyhalov0x45	0x0045	#	LATIN CAPITAL LETTER E
98*16d86563SAlexander Pyhalov0x46	0x0046	#	LATIN CAPITAL LETTER F
99*16d86563SAlexander Pyhalov0x47	0x0047	#	LATIN CAPITAL LETTER G
100*16d86563SAlexander Pyhalov0x48	0x0048	#	LATIN CAPITAL LETTER H
101*16d86563SAlexander Pyhalov0x49	0x0049	#	LATIN CAPITAL LETTER I
102*16d86563SAlexander Pyhalov0x4A	0x004A	#	LATIN CAPITAL LETTER J
103*16d86563SAlexander Pyhalov0x4B	0x004B	#	LATIN CAPITAL LETTER K
104*16d86563SAlexander Pyhalov0x4C	0x004C	#	LATIN CAPITAL LETTER L
105*16d86563SAlexander Pyhalov0x4D	0x004D	#	LATIN CAPITAL LETTER M
106*16d86563SAlexander Pyhalov0x4E	0x004E	#	LATIN CAPITAL LETTER N
107*16d86563SAlexander Pyhalov0x4F	0x004F	#	LATIN CAPITAL LETTER O
108*16d86563SAlexander Pyhalov0x50	0x0050	#	LATIN CAPITAL LETTER P
109*16d86563SAlexander Pyhalov0x51	0x0051	#	LATIN CAPITAL LETTER Q
110*16d86563SAlexander Pyhalov0x52	0x0052	#	LATIN CAPITAL LETTER R
111*16d86563SAlexander Pyhalov0x53	0x0053	#	LATIN CAPITAL LETTER S
112*16d86563SAlexander Pyhalov0x54	0x0054	#	LATIN CAPITAL LETTER T
113*16d86563SAlexander Pyhalov0x55	0x0055	#	LATIN CAPITAL LETTER U
114*16d86563SAlexander Pyhalov0x56	0x0056	#	LATIN CAPITAL LETTER V
115*16d86563SAlexander Pyhalov0x57	0x0057	#	LATIN CAPITAL LETTER W
116*16d86563SAlexander Pyhalov0x58	0x0058	#	LATIN CAPITAL LETTER X
117*16d86563SAlexander Pyhalov0x59	0x0059	#	LATIN CAPITAL LETTER Y
118*16d86563SAlexander Pyhalov0x5A	0x005A	#	LATIN CAPITAL LETTER Z
119*16d86563SAlexander Pyhalov0x5B	0x005B	#	LEFT SQUARE BRACKET
120*16d86563SAlexander Pyhalov0x5C	0x005C	#	REVERSE SOLIDUS
121*16d86563SAlexander Pyhalov0x5D	0x005D	#	RIGHT SQUARE BRACKET
122*16d86563SAlexander Pyhalov0x5E	0x005E	#	CIRCUMFLEX ACCENT
123*16d86563SAlexander Pyhalov0x5F	0x005F	#	LOW LINE
124*16d86563SAlexander Pyhalov0x60	0x0060	#	GRAVE ACCENT
125*16d86563SAlexander Pyhalov0x61	0x0061	#	LATIN SMALL LETTER A
126*16d86563SAlexander Pyhalov0x62	0x0062	#	LATIN SMALL LETTER B
127*16d86563SAlexander Pyhalov0x63	0x0063	#	LATIN SMALL LETTER C
128*16d86563SAlexander Pyhalov0x64	0x0064	#	LATIN SMALL LETTER D
129*16d86563SAlexander Pyhalov0x65	0x0065	#	LATIN SMALL LETTER E
130*16d86563SAlexander Pyhalov0x66	0x0066	#	LATIN SMALL LETTER F
131*16d86563SAlexander Pyhalov0x67	0x0067	#	LATIN SMALL LETTER G
132*16d86563SAlexander Pyhalov0x68	0x0068	#	LATIN SMALL LETTER H
133*16d86563SAlexander Pyhalov0x69	0x0069	#	LATIN SMALL LETTER I
134*16d86563SAlexander Pyhalov0x6A	0x006A	#	LATIN SMALL LETTER J
135*16d86563SAlexander Pyhalov0x6B	0x006B	#	LATIN SMALL LETTER K
136*16d86563SAlexander Pyhalov0x6C	0x006C	#	LATIN SMALL LETTER L
137*16d86563SAlexander Pyhalov0x6D	0x006D	#	LATIN SMALL LETTER M
138*16d86563SAlexander Pyhalov0x6E	0x006E	#	LATIN SMALL LETTER N
139*16d86563SAlexander Pyhalov0x6F	0x006F	#	LATIN SMALL LETTER O
140*16d86563SAlexander Pyhalov0x70	0x0070	#	LATIN SMALL LETTER P
141*16d86563SAlexander Pyhalov0x71	0x0071	#	LATIN SMALL LETTER Q
142*16d86563SAlexander Pyhalov0x72	0x0072	#	LATIN SMALL LETTER R
143*16d86563SAlexander Pyhalov0x73	0x0073	#	LATIN SMALL LETTER S
144*16d86563SAlexander Pyhalov0x74	0x0074	#	LATIN SMALL LETTER T
145*16d86563SAlexander Pyhalov0x75	0x0075	#	LATIN SMALL LETTER U
146*16d86563SAlexander Pyhalov0x76	0x0076	#	LATIN SMALL LETTER V
147*16d86563SAlexander Pyhalov0x77	0x0077	#	LATIN SMALL LETTER W
148*16d86563SAlexander Pyhalov0x78	0x0078	#	LATIN SMALL LETTER X
149*16d86563SAlexander Pyhalov0x79	0x0079	#	LATIN SMALL LETTER Y
150*16d86563SAlexander Pyhalov0x7A	0x007A	#	LATIN SMALL LETTER Z
151*16d86563SAlexander Pyhalov0x7B	0x007B	#	LEFT CURLY BRACKET
152*16d86563SAlexander Pyhalov0x7C	0x007C	#	VERTICAL LINE
153*16d86563SAlexander Pyhalov0x7D	0x007D	#	RIGHT CURLY BRACKET
154*16d86563SAlexander Pyhalov0x7E	0x007E	#	TILDE
155*16d86563SAlexander Pyhalov0xA0	0x00A0	#	NO-BREAK SPACE
156*16d86563SAlexander Pyhalov0xA2	0x00A2	#	CENT SIGN
157*16d86563SAlexander Pyhalov0xA3	0x00A3	#	POUND SIGN
158*16d86563SAlexander Pyhalov0xA4	0x00A4	#	CURRENCY SIGN
159*16d86563SAlexander Pyhalov0xA5	0x00A5	#	YEN SIGN
160*16d86563SAlexander Pyhalov0xA6	0x00A6	#	BROKEN BAR
161*16d86563SAlexander Pyhalov0xA7	0x00A7	#	SECTION SIGN
162*16d86563SAlexander Pyhalov0xA8	0x00A8	#	DIAERESIS
163*16d86563SAlexander Pyhalov0xA9	0x00A9	#	COPYRIGHT SIGN
164*16d86563SAlexander Pyhalov0xAA	0x00D7	#	MULTIPLICATION SIGN
165*16d86563SAlexander Pyhalov0xAB	0x00AB	#	LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
166*16d86563SAlexander Pyhalov0xAC	0x00AC	#	NOT SIGN
167*16d86563SAlexander Pyhalov0xAD	0x00AD	#	SOFT HYPHEN
168*16d86563SAlexander Pyhalov0xAE	0x00AE	#	REGISTERED SIGN
169*16d86563SAlexander Pyhalov0xAF	0x00AF	#	MACRON
170*16d86563SAlexander Pyhalov0xB0	0x00B0	#	DEGREE SIGN
171*16d86563SAlexander Pyhalov0xB1	0x00B1	#	PLUS-MINUS SIGN
172*16d86563SAlexander Pyhalov0xB2	0x00B2	#	SUPERSCRIPT TWO
173*16d86563SAlexander Pyhalov0xB3	0x00B3	#	SUPERSCRIPT THREE
174*16d86563SAlexander Pyhalov0xB4	0x00B4	#	ACUTE ACCENT
175*16d86563SAlexander Pyhalov0xB5	0x00B5	#	MICRO SIGN
176*16d86563SAlexander Pyhalov0xB6	0x00B6	#	PILCROW SIGN
177*16d86563SAlexander Pyhalov0xB7	0x00B7	#	MIDDLE DOT
178*16d86563SAlexander Pyhalov0xB8	0x00B8	#	CEDILLA
179*16d86563SAlexander Pyhalov0xB9	0x00B9	#	SUPERSCRIPT ONE
180*16d86563SAlexander Pyhalov0xBA	0x00F7	#	DIVISION SIGN
181*16d86563SAlexander Pyhalov0xBB	0x00BB	#	RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
182*16d86563SAlexander Pyhalov0xBC	0x00BC	#	VULGAR FRACTION ONE QUARTER
183*16d86563SAlexander Pyhalov0xBD	0x00BD	#	VULGAR FRACTION ONE HALF
184*16d86563SAlexander Pyhalov0xBE	0x00BE	#	VULGAR FRACTION THREE QUARTERS
185*16d86563SAlexander Pyhalov0xDF	0x2017	#	DOUBLE LOW LINE
186*16d86563SAlexander Pyhalov0xE0	0x05D0	#	HEBREW LETTER ALEF
187*16d86563SAlexander Pyhalov0xE1	0x05D1	#	HEBREW LETTER BET
188*16d86563SAlexander Pyhalov0xE2	0x05D2	#	HEBREW LETTER GIMEL
189*16d86563SAlexander Pyhalov0xE3	0x05D3	#	HEBREW LETTER DALET
190*16d86563SAlexander Pyhalov0xE4	0x05D4	#	HEBREW LETTER HE
191*16d86563SAlexander Pyhalov0xE5	0x05D5	#	HEBREW LETTER VAV
192*16d86563SAlexander Pyhalov0xE6	0x05D6	#	HEBREW LETTER ZAYIN
193*16d86563SAlexander Pyhalov0xE7	0x05D7	#	HEBREW LETTER HET
194*16d86563SAlexander Pyhalov0xE8	0x05D8	#	HEBREW LETTER TET
195*16d86563SAlexander Pyhalov0xE9	0x05D9	#	HEBREW LETTER YOD
196*16d86563SAlexander Pyhalov0xEA	0x05DA	#	HEBREW LETTER FINAL KAF
197*16d86563SAlexander Pyhalov0xEB	0x05DB	#	HEBREW LETTER KAF
198*16d86563SAlexander Pyhalov0xEC	0x05DC	#	HEBREW LETTER LAMED
199*16d86563SAlexander Pyhalov0xED	0x05DD	#	HEBREW LETTER FINAL MEM
200*16d86563SAlexander Pyhalov0xEE	0x05DE	#	HEBREW LETTER MEM
201*16d86563SAlexander Pyhalov0xEF	0x05DF	#	HEBREW LETTER FINAL NUN
202*16d86563SAlexander Pyhalov0xF0	0x05E0	#	HEBREW LETTER NUN
203*16d86563SAlexander Pyhalov0xF1	0x05E1	#	HEBREW LETTER SAMEKH
204*16d86563SAlexander Pyhalov0xF2	0x05E2	#	HEBREW LETTER AYIN
205*16d86563SAlexander Pyhalov0xF3	0x05E3	#	HEBREW LETTER FINAL PE
206*16d86563SAlexander Pyhalov0xF4	0x05E4	#	HEBREW LETTER PE
207*16d86563SAlexander Pyhalov0xF5	0x05E5	#	HEBREW LETTER FINAL TSADI
208*16d86563SAlexander Pyhalov0xF6	0x05E6	#	HEBREW LETTER TSADI
209*16d86563SAlexander Pyhalov0xF7	0x05E7	#	HEBREW LETTER QOF
210*16d86563SAlexander Pyhalov0xF8	0x05E8	#	HEBREW LETTER RESH
211*16d86563SAlexander Pyhalov0xF9	0x05E9	#	HEBREW LETTER SHIN
212*16d86563SAlexander Pyhalov0xFA	0x05EA	#	HEBREW LETTER TAV
213*16d86563SAlexander Pyhalov0xFD	0x200E	#	LEFT-TO-RIGHT MARK
214*16d86563SAlexander Pyhalov0xFE	0x200F	#	RIGHT-TO-LEFT MARK
215