1; $Id: ibm_iso.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 IBM extended characters to ISO 8859-1 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;
31CP865           ; from set (IBMPC)
32ISO 8859-1	; to set (LATIN-1)
33;
34\0 \xC7         ; 128 80 latin capital letter c with cedilla
35\0 \xFC         ; 129 81 latin small letter u with diaeresis
36\0 \xE9         ; 130 82 latin small letter e with acute
37\0 \xE2         ; 131 83 latin small letter a with circumflex
38\0 \xE4         ; 132 84 latin small letter a with diaeresis
39\0 \xE0         ; 133 85 latin small letter a with grave
40\0 \xE5         ; 134 86 latin small letter a with ring above
41\0 \xE7         ; 135 87 latin small letter c with cedilla
42\0 \xEA         ; 136 88 latin small letter e with circumflex
43\0 \xEB         ; 137 89 latin small letter e with diaeresis
44\0 \xE8         ; 138 8A latin small letter e with grave
45\0 \xEF         ; 139 8B latin small letter i with diaeresis
46\0 \xEE         ; 140 8C latin small letter i with circumflex
47\0 \xEC         ; 141 8D latin small letter i with grave
48\0 \xC4         ; 142 8E latin capital letter a with diaeresis
49\0 \xC5         ; 143 8F latin capital letter a with ring above
50\0 \xC9         ; 144 90 latin capital letter e with acute
51\0 \xE6         ; 145 91 latin small letter ae
52\0 \xC6         ; 146 92 latin capital letter ae
53\0 \xF4         ; 147 93 latin small letter o with circumflex
54\0 \xF6         ; 148 94 latin small letter o with diaeresis
55\0 \xF2         ; 149 95 latin small letter o with grave
56\0 \xFB         ; 150 96 latin small letter u with circumflex
57\0 \xF9         ; 151 97 latin small letter u with grave
58\0 \xFF         ; 152 98 latin small letter y with diaeresis
59\0 \xD6         ; 153 99 latin capital letter o with diaeresis
60\0 \xDC         ; 154 9A latin capital letter u with diaeresis
61\0 \xF8         ; 155 9B latin small letter o with stroke (CP865 mapping)
62\0 \xA3         ; 156 9C pound sign
63\0 \xD8         ; 157 9D latin capital letter o with stroke (CP865 mapping)
64P t             ; 158 9E peseta sign
65f l             ; 159 9F dutch guilder sign (ibm437 159)
66\0 \xE1         ; 160 A0 latin small letter a with acute
67\0 \xED         ; 161 A1 latin small letter i with acute
68\0 \xF3         ; 162 A2 latin small letter o with acute
69\0 \xFA         ; 163 A3 latin small letter u with acute
70\0 \xF1         ; 164 A4 latin small letter n with tilde
71\0 \xD1         ; 165 A5 latin capital letter n with tilde
72\0 \xAA         ; 166 A6 feminine ordinal indicator
73\0 \xBA         ; 167 A7 masculine ordinal indicator
74\0 \xBF         ; 168 A8 inverted question mark
75\0 -            ; 169 A9 reversed not sign
76\0 \xAC         ; 170 AA not sign
77\0 \xBD         ; 171 AB vulgar fraction one half
78\0 \xBC         ; 172 AC vulgar fraction one quarter
79\0 \xA1         ; 173 AD inverted exclamation mark
80\0 \xAB         ; 174 AE left-pointing double angle quotation mark
81\0 \xBB         ; 175 AF right-pointing double angle quotation mark
82\0 #            ; 176 B0 light shade
83\0 #            ; 177 B1 medium shade
84\0 #            ; 178 B2 dark shade
85\0 |            ; 179 B3 box drawings light vertical
86\0 |            ; 180 B4 box drawings light vertical and left
87\0 |            ; 181 B5 box drawings vertical light and left heavy
88\0 |            ; 182 B6 box drawings vertical heavy and left light
89\0 +            ; 183 B7 box drawings down heavy and left light
90\0 +            ; 184 B8 box drawings down light and left heavy
91\0 |            ; 185 B9 box drawings heavy vertical and left
92\0 |            ; 186 BA box drawings heavy vertical
93\0 +            ; 187 BB box drawings heavy down and left
94\0 +            ; 188 BC box drawings heavy up and left
95\0 +            ; 189 BD box drawings up heavy and left light
96\0 +            ; 190 BE box drawings up light and left heavy
97\0 +            ; 191 BF box drawings light down and left
98\0 +            ; 192 C0 box drawings light up and right
99\0 -            ; 193 C1 box drawings light up and horizontal
100\0 -            ; 194 C2 box drawings light down and horizontal
101\0 |            ; 195 C3 box drawings light vertical and right
102\0 -            ; 196 C4 box drawings light horizontal
103\0 +            ; 197 C5 box drawings light vertical and horizontal
104\0 |            ; 198 C6 box drawings vertical light and right heavy
105\0 |            ; 199 C7 box drawings vertical heavy and right light
106\0 +            ; 200 C8 box drawings heavy up and right
107\0 +            ; 201 C9 box drawings heavy down and right
108\0 =            ; 202 CA box drawings heavy up and horizontal
109\0 =            ; 203 CB box drawings heavy down and horizontal
110\0 |            ; 204 CC box drawings heavy vertical and right
111\0 =            ; 205 CD box drawings heavy horizontal
112\0 +            ; 206 CE box drawings heavy vertical and horizontal
113\0 =            ; 207 CF box drawings up light and horizontal heavy
114\0 -            ; 208 D0 box drawings up heavy and horizontal light
115\0 =            ; 209 D1 box drawings down light and horizontal heavy
116\0 -            ; 210 D2 box drawings down heavy and horizontal light
117\0 +            ; 211 D3 box drawings up heavy and right light
118\0 +            ; 212 D4 box drawings up light and right heavy
119\0 +            ; 213 D5 box drawings down light and right heavy
120\0 +            ; 214 D6 box drawings down heavy and right light
121\0 |            ; 215 D7 box drawings vertical heavy and horizontal light
122\0 +            ; 216 D8 box drawings vertical light and horizontal heavy
123\0 +            ; 217 D9 box drawings light up and left
124\0 +            ; 218 DA box drawings light down and right
125\0 #            ; 219 DB full block
126\0 n            ; 220 DC lower half block
127\0 |            ; 221 DD left half block
128\0 |            ; 222 DE right half block
129\0 ~            ; 223 DF upper half block
130\0 a            ; 224 E0 greek small letter alpha
131\0 \xDF         ; 225 E1 greek small letter beta (here used as german ss)
132\x1 ?           ; 226 E2 greek capital letter gamma
133p i             ; 227 E3 greek small letter pi
134\x1 ?           ; 228 E4 greek capital letter sigma
135\x1 ?           ; 229 E5 greek small letter sigma
136\0 \xB5         ; 230 E6 greek small letter mu
137\x1 ?           ; 231 E7 greek small letter tau
138\x1 ?           ; 232 E8 greek capital letter phi
139\x1 ?           ; 233 E9 greek capital letter theta
140\x1 ?           ; 234 EA greek capital letter omega
141\0 \xF0         ; 235 EB greek small letter delta
142\x1 ?           ; 236 EC infinity
143/ 0             ; 237 ED empty set
144\x1 ?           ; 238 EE greek small letter epsilon
145\x1 ?           ; 239 EF intersection
146= =             ; 240 F0 identical to
147\0 \xB1         ; 241 F1 plus-minus sign
148> =             ; 242 F2 greater-than or equal to
149< =             ; 243 F3 less-than or equal to
150\x1 ?           ; 244 F4 top half integral
151\x1 ?           ; 245 F5 bottom half integral
152\0 \xF7         ; 246 F6 division sign
153~ =             ; 247 F7 almost equal to
154\0 \xB0         ; 248 F8 ring operator
155\0 .            ; 249 F9 middle dot
156\0 -            ; 250 FA bullet operator
157\x1 ?           ; 251 FB square root
158^ n             ; 252 FC superscript latin small letter n
159\0 \xB2         ; 253 FD superscript two
160\0 \xB7         ; 254 FE black square
161\0 \xA0         ; 255 FF no-break space
162END
163