1219019Sgabor# $FreeBSD$
2219019Sgabor# $NetBSD: JISX0201-KANA%UCS.src,v 1.3 2006/10/26 16:19:02 tnozaki Exp $
3219019Sgabor
4219019SgaborTYPE		ROWCOL
5219019SgaborNAME		JISX0201-KANA/UCS
6258293ShrsSRC_ZONE	0x21-0x5F
7219019SgaborOOB_MODE	ILSEQ
8219019SgaborDST_ILSEQ	0xFFFE
9219019SgaborDST_UNIT_BITS	16
10219019Sgabor
11219019SgaborBEGIN_MAP
12219019Sgabor#
13219019Sgabor# This mapping data is made from the mapping data provided by Unicode, Inc.
14219019Sgabor# Original notice:
15219019Sgabor#
16219019Sgabor#	Name:             JIS X 0201 (1976) to Unicode 1.1 Table
17219019Sgabor#	Unicode version:  1.1
18219019Sgabor#	Table version:    0.9
19219019Sgabor#	Table format:     Format A
20219019Sgabor#	Date:             8 March 1994
21219019Sgabor#
22219019Sgabor#	Copyright (c) 1991-1994 Unicode, Inc.  All Rights reserved.
23219019Sgabor#
24219019Sgabor#	This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
25219019Sgabor#	No claims are made as to fitness for any particular purpose.  No
26219019Sgabor#	warranties of any kind are expressed or implied.  The recipient
27219019Sgabor#	agrees to determine applicability of information provided.  If this
28219019Sgabor#	file has been provided on magnetic media by Unicode, Inc., the sole
29219019Sgabor#	remedy for any claim will be exchange of defective media within 90
30219019Sgabor#	days of receipt.
31219019Sgabor#
32219019Sgabor#	Recipient is granted the right to make copies in any form for
33219019Sgabor#	internal distribution and to freely use the information supplied
34219019Sgabor#	in the creation of products supporting Unicode.  Unicode, Inc.
35219019Sgabor#	specifically excludes the right to re-distribute this file directly
36219019Sgabor#	to third parties or other organizations whether for profit or not.
37219019Sgabor#
38219019Sgabor#	General notes:
39219019Sgabor#
40219019Sgabor#
41219019Sgabor# This table contains one set of mappings from JIS X 0201 into Unicode.
42219019Sgabor# Note that these data are *possible* mappings only and may not be the
43219019Sgabor# same as those used by actual products, nor may they be the best suited
44219019Sgabor# for all uses.  For more information on the mappings between various code
45219019Sgabor# pages incorporating the repertoire of JIS X 0201 and Unicode, consult the
46219019Sgabor# VENDORS mapping data.  Normative information on the mapping between
47219019Sgabor# JIS X 0201 and Unicode may be found in the Unihan.txt file in the
48219019Sgabor# latest Unicode Character Database.
49219019Sgabor#
50219019Sgabor# If you have carefully considered the fact that the mappings in
51219019Sgabor# this table are only one possible set of mappings between JIS X 0201 and
52219019Sgabor# Unicode and have no normative status, but still feel that you
53219019Sgabor# have located an error in the table that requires fixing, you may
54219019Sgabor# report any such error to errata@unicode.org.
55219019Sgabor#
56219019Sgabor#
57219019Sgabor#	Format:  Three tab-separated columns
58219019Sgabor#		Column #1 is the shift JIS code (in hex as 0xXX)
59219019Sgabor#		Column #2 is the Unicode (in hex as 0xXXXX)
60219019Sgabor#		Column #3 the Unicode (ISO 10646) name (follows a comment sign)
61219019Sgabor#
62219019Sgabor#	The entries are in JIS order
63219019Sgabor#
64219019Sgabor#
65258293Shrs0x21 = 0xFF61
66258293Shrs0x22 = 0xFF62
67258293Shrs0x23 = 0xFF63
68258293Shrs0x24 = 0xFF64
69258293Shrs0x25 = 0xFF65
70258293Shrs0x26 = 0xFF66
71258293Shrs0x27 = 0xFF67
72258293Shrs0x28 = 0xFF68
73258293Shrs0x29 = 0xFF69
74258293Shrs0x2A = 0xFF6A
75258293Shrs0x2B = 0xFF6B
76258293Shrs0x2C = 0xFF6C
77258293Shrs0x2D = 0xFF6D
78258293Shrs0x2E = 0xFF6E
79258293Shrs0x2F = 0xFF6F
80258293Shrs0x30 = 0xFF70
81258293Shrs0x31 = 0xFF71
82258293Shrs0x32 = 0xFF72
83258293Shrs0x33 = 0xFF73
84258293Shrs0x34 = 0xFF74
85258293Shrs0x35 = 0xFF75
86258293Shrs0x36 = 0xFF76
87258293Shrs0x37 = 0xFF77
88258293Shrs0x38 = 0xFF78
89258293Shrs0x39 = 0xFF79
90258293Shrs0x3A = 0xFF7A
91258293Shrs0x3B = 0xFF7B
92258293Shrs0x3C = 0xFF7C
93258293Shrs0x3D = 0xFF7D
94258293Shrs0x3E = 0xFF7E
95258293Shrs0x3F = 0xFF7F
96258293Shrs0x40 = 0xFF80
97258293Shrs0x41 = 0xFF81
98258293Shrs0x42 = 0xFF82
99258293Shrs0x43 = 0xFF83
100258293Shrs0x44 = 0xFF84
101258293Shrs0x45 = 0xFF85
102258293Shrs0x46 = 0xFF86
103258293Shrs0x47 = 0xFF87
104258293Shrs0x48 = 0xFF88
105258293Shrs0x49 = 0xFF89
106258293Shrs0x4A = 0xFF8A
107258293Shrs0x4B = 0xFF8B
108258293Shrs0x4C = 0xFF8C
109258293Shrs0x4D = 0xFF8D
110258293Shrs0x4E = 0xFF8E
111258293Shrs0x4F = 0xFF8F
112258293Shrs0x50 = 0xFF90
113258293Shrs0x51 = 0xFF91
114258293Shrs0x52 = 0xFF92
115258293Shrs0x53 = 0xFF93
116258293Shrs0x54 = 0xFF94
117258293Shrs0x55 = 0xFF95
118258293Shrs0x56 = 0xFF96
119258293Shrs0x57 = 0xFF97
120258293Shrs0x58 = 0xFF98
121258293Shrs0x59 = 0xFF99
122258293Shrs0x5A = 0xFF9A
123258293Shrs0x5B = 0xFF9B
124258293Shrs0x5C = 0xFF9C
125258293Shrs0x5D = 0xFF9D
126258293Shrs0x5E = 0xFF9E
127258293Shrs0x5F = 0xFF9F
128219019SgaborEND_MAP
129