1;
2; This file is a charset conversion module in text form.
3;
4; This module converts ISO_8859-1 extended characters to 7 bit ASCII characters
5;
6; Format: ID, version, level,
7;         from charset, to charset,
8;         128 entries: first & second byte
9;         "END"
10; Lines beginning with a ";" or a ";" after the entries are comments
11;
12; Unkown characters are mapped to the "?" character.
13;
14; cedilla = ,   ; dieresis = ..       ; acute = '
15; grave = `     ; circumflex = ^      ; ring = o
16; tilde = ~     ; caron = v
17; All of these are above the character, apart from the cedilla which is below.
18;
19; \ is the escape character: \0 means decimal zero,
20; \dnnn where nnn is a decimal number, is the ordinal value of the character
21; \xnn where nn is a hexadecimal number
22; e.g.: \d32 is the ASCII space character
23; Two \\ is the character "\" itself.
24;
250               ; ID number
260               ; version number
27;
282               ; level number
29;
30LATIN-1         ; from set
31ASCII           ; to set
32;
33E U             ; (missing) Euro currency sign in Windows ANSI
34\0 \d129        ; (missing) For transparency, these are not mapped.
35\0 \d130        ; (missing)
36\0 \d131        ; (missing) 4
37\0 \d132        ; (missing)
38\0 \d133        ; (missing)
39\0 \d134        ; (missing)
40\0 \d135        ; (missing) 8
41\0 \d136        ; (missing)
42\0 \d137        ; (missing)
43\0 \d138        ; (missing)
44\0 \d139        ; (missing) 12
45\0 \d140        ; (missing)
46\0 \d141        ; (missing)
47\0 \d142        ; (missing)
48\0 \d143        ; (missing) 16
49\0 \d144        ; (missing)
50\0 \d145        ; (missing)
51\0 \d146        ; (missing)
52\0 \d147        ; (missing) 20
53\0 \d148        ; (missing)
54\0 \d149        ; (missing)
55\0 \d150        ; (missing)
56\0 \d151        ; (missing) 24
57\0 \d152        ; (missing)
58\0 \d153        ; (missing)
59\0 \d154        ; (missing)
60\0 \d155        ; (missing) 28
61\0 \d156        ; (missing)
62\0 \d157        ; (missing)
63\0 \d158        ; (missing)
64\0 \d159        ; (missing) 32
65\0 \x20         ; non-breaking space
66\0 !            ; exclam downwards
67\0 c            ; cent
68\0 L            ; pound sterling
69\0 \x0f         ; currency
70\0 Y            ; Yen
71\0 |            ; broken bar
72\0 \x15         ; section
73\x1 ?           ; dieresis
74\0 c            ; copyright
75\0 a            ; ord feminine
76< <             ; guillemot left
77\0 !            ; logical not
78\0 -            ; soft hyphen (or em dash)
79\0 R            ; registered trademark
80\x1 ?           ; overbar (macron)
81\x1 ?           ; ring / degree
82+ -             ; plusminus
83^ 2             ; superscript two (squared)
84^ 3             ; superscript three (cubed)
85\0 '            ; acute
86m u             ; mu
87\0 \x14         ; paragraph
88\0 o            ; bullet
89\0 ,            ; cedilla
90^ 1             ; superscript one
91\0 o            ; ord masculine
92> >             ; guillemot right
93\x1 ?           ; one quarter
94. 5             ; half
95\x1 ?           ; three quarters
96\0 ?            ; question downwards
97\0 A            ; A grave
98\0 A            ; A acute
99\0 A            ; A circumflex
100\0 A            ; A tilde
101A e             ; A dieresis
102\0 A            ; A ring
103A E             ; AE
104\0 C            ; C cedilla
105\0 E            ; E grave
106\0 E            ; E acute
107\0 E            ; E circumflex
108E e             ; E dieresis
109\0 I            ; I grave
110\0 I            ; I acute
111\0 I            ; I circumflex
112I e             ; I dieresis
113\0 D            ; Eth
114\0 N            ; N tilde
115\0 O            ; O grave
116\0 O            ; O acute
117\0 O            ; O circumflex
118\0 O            ; O tilde
119O e             ; O dieresis
120\0 x            ; multiplication
121\0 O            ; O slash
122\0 U            ; U grave
123\0 U            ; U acute
124\0 U            ; U circumflex
125U e             ; U dieresis
126\0 Y            ; Y acute
127\x1 ?           ; Thorn
128s s             ; german double s / beta
129\0 a            ; a grave
130\0 a            ; a acute
131\0 a            ; a circumflex
132\0 a            ; a tilde
133a e             ; a dieresis
134\0 a            ; a ring
135a e             ; ae
136\0 c            ; c cedilla
137\0 e            ; e grave
138\0 e            ; e acute
139\0 e            ; e circumflex
140e e             ; e dieresis
141\0 i            ; i grave
142\0 i            ; i acute
143\0 i            ; i circumflex
144i e             ; i dieresis
145\x1 ?           ; eth
146\0 n            ; n tilde
147\0 o            ; o grave
148\0 o            ; o acute
149\0 o            ; o circumflex
150\0 o            ; o tilde
151o e             ; o dieresis
152\0 /            ; division
153\0 o            ; o slash
154\0 o            ; u grave
155\0 o            ; u acute
156\0 o            ; u circumflex
157u e             ; u dieresis
158y e             ; y acute
159\x1 ?           ; thorn
160y e             ; y dieresis
161END
162