1# $FreeBSD$
2# $NetBSD: ISO-8859-8%UCS.src,v 1.2 2003/07/12 16:11:09 tshiozak Exp $
3
4TYPE		ROWCOL
5NAME		ISO-8859-8/UCS
6SRC_ZONE	0x00-0xFF
7OOB_MODE	ILSEQ
8DST_ILSEQ	0xFFFE
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#	Name:             ISO/IEC 8859-8:1999 to Unicode
17#	Unicode version:  3.0
18#	Table version:    1.1
19#	Table format:     Format A
20#	Date:             2000-Jan-03
21#	Authors:          Ken Whistler <kenw@sybase.com>
22#
23#	Copyright (c) 1991-1999 Unicode, Inc.  All Rights reserved.
24#
25#	This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
26#	No claims are made as to fitness for any particular purpose.  No
27#	warranties of any kind are expressed or implied.  The recipient
28#	agrees to determine applicability of information provided.  If this
29#	file has been provided on optical media by Unicode, Inc., the sole
30#	remedy for any claim will be exchange of defective media within 90
31#	days of receipt.
32#
33#	Unicode, Inc. hereby grants the right to freely use the information
34#	supplied in this file in the creation of products supporting the
35#	Unicode Standard, and to make copies of this file in any form for
36#	internal or external distribution as long as this notice remains
37#	attached.
38#
39#	General notes:
40#
41#	This table contains the data the Unicode Consortium has on how
42#       ISO/IEC 8859-8:1999 characters map into Unicode.
43#
44#	Format:  Three tab-separated columns
45#		 Column #1 is the ISO/IEC 8859-8 code (in hex as 0xXX)
46#		 Column #2 is the Unicode (in hex as 0xXXXX)
47#		 Column #3 the Unicode name (follows a comment sign, '#')
48#
49#	The entries are in ISO/IEC 8859-8 order.
50#
51#	Version history
52#	1.0 version updates 0.1 version by adding mappings for all
53#	control characters.
54#       1.1 version updates to the published 8859-8:1999, correcting
55#          the mapping of 0xAF and adding mappings for LRM and RLM.
56#
57#	Updated versions of this file may be found in:
58#		<ftp://ftp.unicode.org/Public/MAPPINGS/>
59#
60#	Any comments or problems, contact <errata@unicode.org>
61#	Please note that <errata@unicode.org> is an archival address;
62#	notices will be checked, but do not expect an immediate response.
63#
640x00-0x7F = 0x00-
650x80 = 0x0080
660x81 = 0x0081
670x82 = 0x0082
680x83 = 0x0083
690x84 = 0x0084
700x85 = 0x0085
710x86 = 0x0086
720x87 = 0x0087
730x88 = 0x0088
740x89 = 0x0089
750x8A = 0x008A
760x8B = 0x008B
770x8C = 0x008C
780x8D = 0x008D
790x8E = 0x008E
800x8F = 0x008F
810x90 = 0x0090
820x91 = 0x0091
830x92 = 0x0092
840x93 = 0x0093
850x94 = 0x0094
860x95 = 0x0095
870x96 = 0x0096
880x97 = 0x0097
890x98 = 0x0098
900x99 = 0x0099
910x9A = 0x009A
920x9B = 0x009B
930x9C = 0x009C
940x9D = 0x009D
950x9E = 0x009E
960x9F = 0x009F
970xA0 = 0x00A0
980xA2 = 0x00A2
990xA3 = 0x00A3
1000xA4 = 0x00A4
1010xA5 = 0x00A5
1020xA6 = 0x00A6
1030xA7 = 0x00A7
1040xA8 = 0x00A8
1050xA9 = 0x00A9
1060xAA = 0x00D7
1070xAB = 0x00AB
1080xAC = 0x00AC
1090xAD = 0x00AD
1100xAE = 0x00AE
1110xAF = 0x00AF
1120xB0 = 0x00B0
1130xB1 = 0x00B1
1140xB2 = 0x00B2
1150xB3 = 0x00B3
1160xB4 = 0x00B4
1170xB5 = 0x00B5
1180xB6 = 0x00B6
1190xB7 = 0x00B7
1200xB8 = 0x00B8
1210xB9 = 0x00B9
1220xBA = 0x00F7
1230xBB = 0x00BB
1240xBC = 0x00BC
1250xBD = 0x00BD
1260xBE = 0x00BE
1270xDF = 0x2017
1280xE0 = 0x05D0
1290xE1 = 0x05D1
1300xE2 = 0x05D2
1310xE3 = 0x05D3
1320xE4 = 0x05D4
1330xE5 = 0x05D5
1340xE6 = 0x05D6
1350xE7 = 0x05D7
1360xE8 = 0x05D8
1370xE9 = 0x05D9
1380xEA = 0x05DA
1390xEB = 0x05DB
1400xEC = 0x05DC
1410xED = 0x05DD
1420xEE = 0x05DE
1430xEF = 0x05DF
1440xF0 = 0x05E0
1450xF1 = 0x05E1
1460xF2 = 0x05E2
1470xF3 = 0x05E3
1480xF4 = 0x05E4
1490xF5 = 0x05E5
1500xF6 = 0x05E6
1510xF7 = 0x05E7
1520xF8 = 0x05E8
1530xF9 = 0x05E9
1540xFA = 0x05EA
1550xFD = 0x200E
1560xFE = 0x200F
157END_MAP
158