1 # $NetBSD: UCS%JISX0208@1990.src,v 1.7 2006/11/29 15:45:26 tnozaki Exp $
2 # $DragonFly: src/share/i18n/csmapper/JIS/UCS%JISX0208@1990.src,v 1.2 2008/04/10 10:21:10 hasso Exp $
5 NAME "UCS/JISX0208:1990"
6 SRC_ZONE 0x005C - 0xFFE5
13 # This mapping data is made from the mapping data provided by Unicode, Inc.
16 # Name: JIS X 0208 (1990) to Unicode
17 # Unicode version: 1.1
19 # Table format: Format A
22 # Copyright (c) 1991-1994 Unicode, Inc. All Rights reserved.
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
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.
41 # This table contains one set of mappings from JIS X 0208 (1990) 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 0208 (1990) and Unicode, consult the
46 # VENDORS mapping data. Normative information on the mapping between
47 # JIS X 0208 (1990) and Unicode may be found in the Unihan.txt file in the
48 # latest Unicode Character Database.
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 0208 (1990)
52 # and 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.
57 # Format: Four tab-separated columns
58 # Column #1 is the shift-JIS code (in hex)
59 # Column #2 is the JIS X 0208 code (in hex as 0xXXXX)
60 # Column #3 is the Unicode (in hex as 0xXXXX)
61 # Column #4 the Unicode name (follows a comment sign, '#')
62 # The official names for Unicode characters U+4E00
63 # to U+9FA5, inclusive, is "CJK UNIFIED IDEOGRAPH-XXXX",
64 # where XXXX is the code point. Including all these
65 # names in this file increases its size substantially
66 # and needlessly. The token "<CJK>" is used for the
67 # name of these characters. If necessary, it can be
68 # expanded algorithmically by a parser or editor.
70 # The entries are in JIS X 0208 order
72 # The following algorithms can be used to change the hex form
73 # of JIS 0208 to other standard forms:
75 # To change hex to EUC form, add 0x8080
76 # To change hex to kuten form, first subtract 0x2020. Then
77 # the high and low bytes correspond to the ku and ten of
78 # the kuten form. For example, 0x2121 -> 0x0101 -> 0101;
79 # 0x7426 -> 0x5406 -> 8406
81 # The kanji mappings are a normative part of ISO/IEC 10646. The
82 # non-kanji mappings are provisional, pending definition of
83 # official mappings by Japanese standards bodies
85 # Any comments or problems, contact <John_Jenkins@taligent.com>
88 # NetBSD specific modification:
89 # 2003-08-18 : add U+FF3C -> 0x2140 conversion.
90 # see UCS%JISX0208@1990.src.