1; $Id: iqp_ibm.chs,v 1.3 2006/01/08 23:17:22 stas_degteff Exp $
2;
3; This file is a charset conversion module in text form.
4;
5; This module converts ISO_8859-1 extended characters to IBM-PC CP865 characters.
6;
7; Format: ID, version, level,
8;         from charset, to charset,
9;         128 entries: first & second byte
10;         "END"
11; Lines beginning with a ";" or a ";" after the entries are comments
12;
13; Unknown characters are mapped to the "?" character.
14;
15; cedilla = ,   ; dieresis = ..       ; acute = '
16; grave = `     ; circumflex = ^      ; ring = o
17; tilde = ~     ; caron = v
18; All of these are above the character, apart from the cedilla which is below.
19;
20; \ is the escape character: \0 means decimal zero,
21; \dnnn where nnn is a decimal number, is the ordinal value of the character
22; \xnn where nn is a hexadecimal number
23; e.g.: \d32 is the ASCII space character
24; Two \\ is the character "\" itself.
25;
260               ; ID number
270               ; version number
28;
292               ; level number
30;
31LATIN1QP        ; from set
32CP865           ; to set (Nordic IBMPC)
33;
34\0 \d128        ; 128 80 (missing) These codes are unused in the LATIN-1 set.
35\0 \d129        ; 129 81 (missing) For transparency, these are not mapped.
36\0 \d130        ; 130 82 (missing)
37\0 \d131        ; 131 83 (missing) 4
38\0 \d132        ; 132 84 (missing)
39\0 \d133        ; 133 85 (missing)
40\0 \d134        ; 134 86 (missing)
41\0 \d135        ; 135 87 (missing) 8
42\0 \d136        ; 136 88 (missing)
43\0 \d137        ; 137 89 (missing)
44\0 \d138        ; 138 8A (missing)
45\0 \d139        ; 139 8B (missing) 12
46\0 \d140        ; 140 8C (missing)
47\0 \d141        ; 141 8D (missing)
48\0 \d142        ; 142 8E (missing)
49\0 \d143        ; 143 8F (missing) 16
50\0 \d144        ; 144 90 (missing)
51\0 \d145        ; 145 91 (missing)
52\0 \d146        ; 146 92 (missing)
53\0 \d147        ; 147 93 (missing) 20
54\0 \d148        ; 148 94 (missing)
55\0 \d149        ; 149 95 (missing)
56\0 \d150        ; 150 96 (missing)
57\0 \d151        ; 151 97 (missing) 24
58\0 \d152        ; 152 98 (missing)
59\0 \d153        ; 153 99 (missing)
60\0 \d154        ; 154 9A (missing)
61\0 \d155        ; 155 9B (missing) 28
62\0 \d156        ; 156 9C (missing)
63\0 \d157        ; 157 9D (missing)
64\0 \d158        ; 158 9E (missing)
65\0 \d159        ; 159 9F (missing) 32
66\0 \xFF         ; 160 A0 no-break space
67\0 \xAD         ; 161 A1 inverted exclamation mark
68\0 \x9B         ; 162 A2 cent sign
69\0 \x9C         ; 163 A3 pound sign
70\0 \x0F         ; 164 A4 currency sign
71\0 \x9D         ; 165 A5 yen sign
72\0 |            ; 166 A6 broken bar
73\0 \x15         ; 167 A7 section sign
74\0 "            ; 168 A8 diaeresis
75\0 c            ; 169 A9 copyright sign
76\0 \xA6         ; 170 AA feminine ordinal indicator
77\0 \xAE         ; 171 AB left-pointing double angle quotation mark
78\0 \xAA         ; 172 AC not sign
79\0 -            ; 173 AD soft hyphen
80\0 R            ; 174 AE registered sign
81\0 -            ; 175 AF overline
82\0 \xF8         ; 176 B0 degree sign
83\0 \xF1         ; 177 B1 plus-minus sign
84\0 \xFD         ; 178 B2 superscript two
85^ 3             ; 179 B3 superscript three
86\0 '            ; 180 B4 acute accent
87\0 \xE6         ; 181 B5 micro sign
88\0 \x14         ; 182 B6 pilcrow sign
89\0 \xFE         ; 183 B7 middle dot
90\0 ,            ; 184 B8 cedilla
91^ 1             ; 185 B9 superscript one
92\0 \xA7         ; 186 BA masculine ordinal indicator
93\0 \xAF         ; 187 BB right-pointing double angle quotation mark
94\0 \xAC         ; 188 BC vulgar fraction one quarter
95\0 \xAB         ; 189 BD vulgar fraction one half
963 / 4           ; 190 BE vulgar fraction three quarters
97\0 \xA8         ; 191 BF inverted question mark
98\0 A            ; 192 C0 latin capital letter a with grave
99\0 A            ; 193 C1 latin capital letter a with acute
100\0 A            ; 194 C2 latin capital letter a with circumflex
101\0 A            ; 195 C3 latin capital letter a with tilde
102\0 \x8E         ; 196 C4 latin capital letter a with diaeresis
103\0 \x8F         ; 197 C5 latin capital letter a with ring above
104\0 \x92         ; 198 C6 latin capital letter ae
105\0 \x80         ; 199 C7 latin capital letter c with cedilla
106\0 E            ; 200 C8 latin capital letter e with grave
107\0 \x90         ; 201 C9 latin capital letter e with acute
108\0 E            ; 202 CA latin capital letter e with circumflex
109E e             ; 203 CB latin capital letter e with diaeresis
110\0 I            ; 204 CC latin capital letter i with grave
111\0 I            ; 205 CD latin capital letter i with acute
112\0 I            ; 206 CE latin capital letter i with circumflex
113I e             ; 207 CF latin capital letter i with diaeresis
114\0 D            ; 208 D0 latin capital letter eth (icelandic)
115\0 \xA5         ; 209 D1 latin capital letter n with tilde
116\0 O            ; 210 D2 latin capital letter o with grave
117\0 O            ; 211 D3 latin capital letter o with acute
118\0 O            ; 212 D4 latin capital letter o with circumflex
119\0 O            ; 213 D5 latin capital letter o with tilde
120\0 \x99         ; 214 D6 latin capital letter o with diaeresis
121\0 x            ; 215 D7 multiplication sign
122\0 \x9D         ; 216 D8 latin capital letter o with stroke (CP865 mapping)
123\0 U            ; 217 D9 latin capital letter u with grave
124\0 U            ; 218 DA latin capital letter u with acute
125\0 U            ; 219 DB latin capital letter u with circumflex
126\0 \x9A         ; 220 DC latin capital letter u with diaeresis
127\0 Y            ; 221 DD latin capital letter y with acute
128T h             ; 222 DE latin capital letter thorn (icelandic)
129\0 \xE1         ; 223 DF latin small letter sharp s (german)
130\0 \x85         ; 224 E0 latin small letter a with grave
131\0 \xA0         ; 225 E1 latin small letter a with acute
132\0 \x83         ; 226 E2 latin small letter a with circumflex
133\0 a            ; 227 E3 latin small letter a with tilde
134\0 \x84         ; 228 E4 latin small letter a with diaeresis
135\0 \x86         ; 229 E5 latin small letter a with ring above
136\0 \x91         ; 230 E6 latin small letter ae
137\0 \x87         ; 231 E7 latin small letter c with cedilla
138\0 \x8A         ; 232 E8 latin small letter e with grave
139\0 \x82         ; 233 E9 latin small letter e with acute
140\0 \x88         ; 234 EA latin small letter e with circumflex
141\0 \x89         ; 235 EB latin small letter e with diaeresis
142\0 \x8D         ; 236 EC latin small letter i with grave
143\0 \xA1         ; 237 ED latin small letter i with acute
144\0 \x8C         ; 238 EE latin small letter i with circumflex
145\0 \x8B         ; 239 EF latin small letter i with diaeresis
146\0 \xE7         ; 240 F0 latin small letter eth (icelandic)
147\0 \xA4         ; 241 F1 latin small letter n with tilde
148\0 \x95         ; 242 F2 latin small letter o with grave
149\0 \xA2         ; 243 F3 latin small letter o with acute
150\0 \x93         ; 244 F4 latin small letter o with circumflex
151\0 o            ; 245 F5 latin small letter o with tilde
152\0 \x94         ; 246 F6 latin small letter o with diaeresis
153\0 \xF6         ; 247 F7 division sign
154\0 \x9B         ; 248 F8 latin small letter o with stroke (CP865 mapping)
155\0 \x97         ; 249 F9 latin small letter u with grave
156\0 \xA3         ; 250 FA latin small letter u with acute
157\0 \x96         ; 251 FB latin small letter u with circumflex
158\0 \x81         ; 252 FC latin small letter u with diaeresis
159y e             ; 253 FD latin small letter y with acute
160t h             ; 254 FE latin small letter thorn (icelandic)
161\0 \x98         ; 255 FF latin small letter y with diaeresis
162END
163