1# $FreeBSD$
2# $NetBSD: JISX0201-KANA%UCS.src,v 1.3 2006/10/26 16:19:02 tnozaki Exp $
3
4TYPE		ROWCOL
5NAME		JISX0201-KANA/UCS
6SRC_ZONE	0x21-0x5F
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:             JIS X 0201 (1976) to Unicode 1.1 Table
17#	Unicode version:  1.1
18#	Table version:    0.9
19#	Table format:     Format A
20#	Date:             8 March 1994
21#
22#	Copyright (c) 1991-1994 Unicode, Inc.  All Rights reserved.
23#
24#	This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
25#	No claims are made as to fitness for any particular purpose.  No
26#	warranties of any kind are expressed or implied.  The recipient
27#	agrees to determine applicability of information provided.  If this
28#	file has been provided on magnetic media by Unicode, Inc., the sole
29#	remedy for any claim will be exchange of defective media within 90
30#	days of receipt.
31#
32#	Recipient is granted the right to make copies in any form for
33#	internal distribution and to freely use the information supplied
34#	in the creation of products supporting Unicode.  Unicode, Inc.
35#	specifically excludes the right to re-distribute this file directly
36#	to third parties or other organizations whether for profit or not.
37#
38#	General notes:
39#
40#
41# This table contains one set of mappings from JIS X 0201 into Unicode.
42# Note that these data are *possible* mappings only and may not be the
43# same as those used by actual products, nor may they be the best suited
44# for all uses.  For more information on the mappings between various code
45# pages incorporating the repertoire of JIS X 0201 and Unicode, consult the
46# VENDORS mapping data.  Normative information on the mapping between
47# JIS X 0201 and Unicode may be found in the Unihan.txt file in the
48# latest Unicode Character Database.
49#
50# If you have carefully considered the fact that the mappings in
51# this table are only one possible set of mappings between JIS X 0201 and
52# Unicode and have no normative status, but still feel that you
53# have located an error in the table that requires fixing, you may
54# report any such error to errata@unicode.org.
55#
56#
57#	Format:  Three tab-separated columns
58#		Column #1 is the shift JIS code (in hex as 0xXX)
59#		Column #2 is the Unicode (in hex as 0xXXXX)
60#		Column #3 the Unicode (ISO 10646) name (follows a comment sign)
61#
62#	The entries are in JIS order
63#
64#
650x21 = 0xFF61
660x22 = 0xFF62
670x23 = 0xFF63
680x24 = 0xFF64
690x25 = 0xFF65
700x26 = 0xFF66
710x27 = 0xFF67
720x28 = 0xFF68
730x29 = 0xFF69
740x2A = 0xFF6A
750x2B = 0xFF6B
760x2C = 0xFF6C
770x2D = 0xFF6D
780x2E = 0xFF6E
790x2F = 0xFF6F
800x30 = 0xFF70
810x31 = 0xFF71
820x32 = 0xFF72
830x33 = 0xFF73
840x34 = 0xFF74
850x35 = 0xFF75
860x36 = 0xFF76
870x37 = 0xFF77
880x38 = 0xFF78
890x39 = 0xFF79
900x3A = 0xFF7A
910x3B = 0xFF7B
920x3C = 0xFF7C
930x3D = 0xFF7D
940x3E = 0xFF7E
950x3F = 0xFF7F
960x40 = 0xFF80
970x41 = 0xFF81
980x42 = 0xFF82
990x43 = 0xFF83
1000x44 = 0xFF84
1010x45 = 0xFF85
1020x46 = 0xFF86
1030x47 = 0xFF87
1040x48 = 0xFF88
1050x49 = 0xFF89
1060x4A = 0xFF8A
1070x4B = 0xFF8B
1080x4C = 0xFF8C
1090x4D = 0xFF8D
1100x4E = 0xFF8E
1110x4F = 0xFF8F
1120x50 = 0xFF90
1130x51 = 0xFF91
1140x52 = 0xFF92
1150x53 = 0xFF93
1160x54 = 0xFF94
1170x55 = 0xFF95
1180x56 = 0xFF96
1190x57 = 0xFF97
1200x58 = 0xFF98
1210x59 = 0xFF99
1220x5A = 0xFF9A
1230x5B = 0xFF9B
1240x5C = 0xFF9C
1250x5D = 0xFF9D
1260x5E = 0xFF9E
1270x5F = 0xFF9F
128END_MAP
129