1# $FreeBSD$
2# $NetBSD: ISO-8859-6%UCS.src,v 1.2 2003/07/12 16:11:09 tshiozak Exp $
3
4TYPE		ROWCOL
5NAME		ISO-8859-6/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 8859-6:1999 to Unicode
17#	Unicode version:  3.0
18#	Table version:    1.0
19#	Table format:     Format A
20#	Date:             1999 July 27
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-6:1999 characters map into Unicode.
43#
44#	Format:  Three tab-separated columns
45#		 Column #1 is the ISO/IEC 8859-6 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-6 order.
50#
51#	Version history
52#	1.0 version updates 0.1 version by adding mappings for all
53#	control characters.
54#	0x30..0x39 remapped to the ASCII digits (U+0030..U+0039) instead
55#	of the Arabic digits (U+0660..U+0669).
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
980xA4 = 0x00A4
990xAC = 0x060C
1000xAD = 0x00AD
1010xBB = 0x061B
1020xBF = 0x061F
1030xC1 = 0x0621
1040xC2 = 0x0622
1050xC3 = 0x0623
1060xC4 = 0x0624
1070xC5 = 0x0625
1080xC6 = 0x0626
1090xC7 = 0x0627
1100xC8 = 0x0628
1110xC9 = 0x0629
1120xCA = 0x062A
1130xCB = 0x062B
1140xCC = 0x062C
1150xCD = 0x062D
1160xCE = 0x062E
1170xCF = 0x062F
1180xD0 = 0x0630
1190xD1 = 0x0631
1200xD2 = 0x0632
1210xD3 = 0x0633
1220xD4 = 0x0634
1230xD5 = 0x0635
1240xD6 = 0x0636
1250xD7 = 0x0637
1260xD8 = 0x0638
1270xD9 = 0x0639
1280xDA = 0x063A
1290xE0 = 0x0640
1300xE1 = 0x0641
1310xE2 = 0x0642
1320xE3 = 0x0643
1330xE4 = 0x0644
1340xE5 = 0x0645
1350xE6 = 0x0646
1360xE7 = 0x0647
1370xE8 = 0x0648
1380xE9 = 0x0649
1390xEA = 0x064A
1400xEB = 0x064B
1410xEC = 0x064C
1420xED = 0x064D
1430xEE = 0x064E
1440xEF = 0x064F
1450xF0 = 0x0650
1460xF1 = 0x0651
1470xF2 = 0x0652
148END_MAP
149