xref: /minix3/share/i18n/csmapper/CP/UCS%CP922.src (revision 36dcc4a4a93f782ada76dce3d52fbeab0e063cf1)
1*36dcc4a4SLionel Sambuc# $NetBSD: UCS%CP922.src,v 1.2 2009/11/08 10:37:52 tnozaki Exp $
2*36dcc4a4SLionel Sambuc
3*36dcc4a4SLionel Sambuc# Copyright (c)2007 Citrus Project,
4*36dcc4a4SLionel Sambuc# All rights reserved.
5*36dcc4a4SLionel Sambuc#
6*36dcc4a4SLionel Sambuc# Redistribution and use in source and binary forms, with or without
7*36dcc4a4SLionel Sambuc# modification, are permitted provided that the following conditions
8*36dcc4a4SLionel Sambuc# are met:
9*36dcc4a4SLionel Sambuc# 1. Redistributions of source code must retain the above copyright
10*36dcc4a4SLionel Sambuc#    notice, this list of conditions and the following disclaimer.
11*36dcc4a4SLionel Sambuc# 2. Redistributions in binary form must reproduce the above copyright
12*36dcc4a4SLionel Sambuc#    notice, this list of conditions and the following disclaimer in the
13*36dcc4a4SLionel Sambuc#    documentation and/or other materials provided with the distribution.
14*36dcc4a4SLionel Sambuc#
15*36dcc4a4SLionel Sambuc# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16*36dcc4a4SLionel Sambuc# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17*36dcc4a4SLionel Sambuc# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18*36dcc4a4SLionel Sambuc# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19*36dcc4a4SLionel Sambuc# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20*36dcc4a4SLionel Sambuc# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21*36dcc4a4SLionel Sambuc# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22*36dcc4a4SLionel Sambuc# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23*36dcc4a4SLionel Sambuc# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24*36dcc4a4SLionel Sambuc# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25*36dcc4a4SLionel Sambuc# SUCH DAMAGE.
26*36dcc4a4SLionel Sambuc#
27*36dcc4a4SLionel Sambuc
28*36dcc4a4SLionel SambucTYPE		ROWCOL
29*36dcc4a4SLionel SambucNAME		"UCS/CP922"
30*36dcc4a4SLionel SambucSRC_ZONE	0x00 - 0x25A0
31*36dcc4a4SLionel SambucOOB_MODE	INVALID
32*36dcc4a4SLionel SambucDST_INVALID	0xFFFF
33*36dcc4a4SLionel SambucDST_UNIT_BITS	16
34*36dcc4a4SLionel Sambuc
35*36dcc4a4SLionel SambucBEGIN_MAP
36*36dcc4a4SLionel Sambuc#
37*36dcc4a4SLionel Sambuc# CP922 - Estonia, similar to ISO 8859-1
38*36dcc4a4SLionel Sambuc# this mapping data is made from:
39*36dcc4a4SLionel Sambuc#    ftp://ftp.software.ibm.com/software/globalization/gcoc/attachments/
40*36dcc4a4SLionel Sambuc#        CP0{819,922}.{pdf,txt}
41*36dcc4a4SLionel Sambuc#
42*36dcc4a4SLionel Sambuc0x0000 - 0x007F = 0x00 -
43*36dcc4a4SLionel Sambuc0x00A0 - 0x00CF = 0xA0 -
44*36dcc4a4SLionel Sambuc0x00D1 - 0x00DD = 0xD1 -
45*36dcc4a4SLionel Sambuc0x00DF - 0x00EF = 0xDF -
46*36dcc4a4SLionel Sambuc0x00F1 - 0x00FD = 0xF1 -
47*36dcc4a4SLionel Sambuc0x00FF = 0xFF
48*36dcc4a4SLionel Sambuc0x0160 = 0xD0
49*36dcc4a4SLionel Sambuc0x0161 = 0xF0
50*36dcc4a4SLionel Sambuc0x017D = 0xDE
51*36dcc4a4SLionel Sambuc0x017E = 0xFE
52*36dcc4a4SLionel Sambuc0x2017 = 0x8E
53*36dcc4a4SLionel Sambuc0x2264 = 0x9F
54*36dcc4a4SLionel Sambuc0x2265 = 0x97
55*36dcc4a4SLionel Sambuc0x2500 = 0x94
56*36dcc4a4SLionel Sambuc0x2502 = 0x83
57*36dcc4a4SLionel Sambuc0x250C = 0x86
58*36dcc4a4SLionel Sambuc0x2510 = 0x8F
59*36dcc4a4SLionel Sambuc0x2514 = 0x90
60*36dcc4a4SLionel Sambuc0x2518 = 0x85
61*36dcc4a4SLionel Sambuc0x251C = 0x93
62*36dcc4a4SLionel Sambuc0x2524 = 0x84
63*36dcc4a4SLionel Sambuc0x252C = 0x92
64*36dcc4a4SLionel Sambuc0x2534 = 0x91
65*36dcc4a4SLionel Sambuc0x253C = 0x95
66*36dcc4a4SLionel Sambuc0x2550 = 0x9D
67*36dcc4a4SLionel Sambuc0x2551 = 0x8A
68*36dcc4a4SLionel Sambuc0x2554 = 0x99
69*36dcc4a4SLionel Sambuc0x2557 = 0x8B
70*36dcc4a4SLionel Sambuc0x255A = 0x98
71*36dcc4a4SLionel Sambuc0x255D = 0x8C
72*36dcc4a4SLionel Sambuc0x2560 = 0x9C
73*36dcc4a4SLionel Sambuc0x2563 = 0x89
74*36dcc4a4SLionel Sambuc0x2566 = 0x9B
75*36dcc4a4SLionel Sambuc0x2569 = 0x9A
76*36dcc4a4SLionel Sambuc0x256C = 0x9E
77*36dcc4a4SLionel Sambuc0x2580 = 0x8D
78*36dcc4a4SLionel Sambuc0x2584 = 0x88
79*36dcc4a4SLionel Sambuc0x2588 = 0x87
80*36dcc4a4SLionel Sambuc0x2591 = 0x80
81*36dcc4a4SLionel Sambuc0x2592 = 0x81
82*36dcc4a4SLionel Sambuc0x2593 = 0x82
83*36dcc4a4SLionel Sambuc0x25A0 = 0x96
84*36dcc4a4SLionel SambucEND_MAP
85