blob: b73fc576d8594197291e415c45574fce7a022134 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
|
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
# Codepage definition file for IBM Code Page 861 - MS-DOS Icelandic
# defines lower->upper mapping.
# Written by Magn=FAs G=EDslason <magnus@hi.is>
# The columns are :
# lower upper map upper to lower map lower to upper
#
0x85 0x41 True False # =E0
0xA0 0xA4 True True # =E1 =C1
0x83 0x41 True False # =E2
0x84 0x8E True True # =E4 =C4
0x86 0x8F True True # =E5 =C5
0x91 0x92 True True # =E6 =C6
0x87 0x80 True True # =E7 =C7
0x8A 0x45 True False # =E8
0x82 0x90 True True # =E9 =C9
0x88 0x45 True False # =EA
0x89 0x45 True False # =EB
0xA1 0xA5 True True # =ED =CD
0x8C 0x8B True True # =F0 =D0
0xA2 0xA6 True True # =F3 =D3
0x93 0x4F True False # =F4
0x94 0x99 True True # =F6 =D6
0x9B 0x9D True True # =F8 =D8
0xA3 0xA7 True True # =FA =DA
0x96 0x55 True False # =FB
0x81 0x9A True True # =FC =DC
0x98 0x97 True True # =FD =DD
0x95 0x8D True True # =FE =DE
0x9C 0 False False
0x9E 0 False False
0x9F 0 False False
0xA8 0 False False
0xA9 0 False False
0xAA 0 False False
0xAB 0 False False
0xAC 0 False False
0xAD 0 False False
0xAE 0 False False
0xAF 0 False False
0xB0 0 False False
0xB1 0 False False
0xB2 0 False False
0xB3 0 False False
0xB4 0 False False
0xB5 0 False False
0xB6 0 False False
0xB7 0 False False
0xB8 0 False False
0xB9 0 False False
0xBA 0 False False
0xBB 0 False False
0xBC 0 False False
0xBD 0 False False
0xBE 0 False False
0xBF 0 False False
0xC0 0 False False
0xC1 0 False False
0xC2 0 False False
0xC3 0 False False
0xC4 0 False False
0xC5 0 False False
0xC6 0 False False
0xC7 0 False False
0xC8 0 False False
0xC9 0 False False
0xCA 0 False False
0xCB 0 False False
0xCC 0 False False
0xCD 0 False False
0xCE 0 False False
0xCF 0 False False
0xD0 0 False False
0xD1 0 False False
0xD2 0 False False
0xD3 0 False False
0xD4 0 False False
0xD5 0 False False
0xD6 0 False False
0xD7 0 False False
0xD8 0 False False
0xD9 0 False False
0xDA 0 False False
0xDB 0 False False
0xDC 0 False False
0xDD 0 False False
0xDE 0 False False
0xDF 0 False False
0xE0 0 False False
0xE1 0 False False
0xE2 0 False False
0xE3 0 False False
0xE4 0 False False
0xE5 0 False False
0xE6 0 False False
0xE7 0 False False
0xE8 0 False False
0xE9 0 False False
0xEA 0 False False
0xEB 0 False False
0xEC 0 False False
0xED 0 False False
0xEE 0 False False
0xEF 0 False False
0xF0 0 False False
0xF1 0 False False
0xF2 0 False False
0xF3 0 False False
0xF4 0 False False
0xF5 0 False False
0xF6 0 False False
0xF7 0 False False
0xF8 0 False False
0xF9 0 False False
0xFA 0 False False
0xFB 0 False False
0xFC 0 False False
0xFD 0 False False
0xFE 0 False False
0xFF 0 False False
|