1;
2; This file is a charset conversion module in text form.
3;
4; This module converts ISO 8859-1 to CP865.
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; Unknown 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
31CP865           ; to set
32;
33E U             ; (missing) Euro currency sign in Windows ANSI, unused in ISO
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 \xff         ; non-breaking space
66\0 \xad         ; exclam downwards
67\0 \x9b         ; cent
68\0 \x9c         ; pound sterling
69\0 \x0f         ; currency
70\0 \x9d         ; Yen
71\0 |            ; broken bar
72\0 \x15         ; section
73\x1 ?           ; dieresis
74\0 c            ; copyright
75\0 \xa6         ; ord feminine
76\0 \xae         ; guillemot left
77\0 \xaa         ; logical not
78\0 -            ; soft hyphen (or em dash)
79\0 R            ; registered trademark
80\x1 ?           ; overbar (macron)
81\0 \xf8         ; ring / degree
82\0 \xf1         ; plusminus
83\0 \xfd         ; superscript two (squared)
84^ 3             ; superscript three (cubed)
85\0 '            ; acute
86\0 \xe6         ; mu
87\0 \x14         ; paragraph
88\0 \xfe         ; bullet
89\0 ,            ; cedilla
90^ 1             ; superscript one
91\0 \xa7         ; ord masculine
92> >             ; guillemot right
93\0 \xac         ; one quarter
94\0 \xab         ; half
95\x1 ?           ; three quarters
96\0 \xa8         ; question downwards
97\0 A            ; A grave
98\0 A            ; A acute
99\0 A            ; A circumflex
100\0 A            ; A tilde
101\0 \x8e         ; A dieresis
102\0 \x8f         ; A ring
103\0 \x92         ; AE
104\0 \x80         ; C cedilla
105\0 E            ; E grave
106\0 \x90         ; 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 \xa5         ; N tilde
115\0 O            ; O grave
116\0 O            ; O acute
117\0 O            ; O circumflex
118\0 O            ; O tilde
119\0 \x99         ; O dieresis
120\0 x            ; multiplication
121;\0 \xed        ; O slash (mapping for CP437)
122\0 \x9d         ; O slash (mapping for CP850/865)
123\0 U            ; U grave
124\0 U            ; U acute
125\0 U            ; U circumflex
126\0 \x9a         ; U dieresis
127\0 Y            ; Y acute
128\x1 ?           ; Thorn
129\0 \xe1         ; german double s / beta
130\0 \x85         ; a grave
131\0 \xa0         ; a acute
132\0 \x83         ; a circumflex
133\0 a            ; a tilde
134\0 \x84         ; a dieresis
135\0 \x86         ; a ring
136\0 \x91         ; ae
137\0 \x87         ; c cedilla
138\0 \x8a         ; e grave
139\0 \x82         ; e acute
140\0 \x88         ; e circumflex
141\0 \x89         ; e dieresis
142\0 \x8d         ; i grave
143\0 \xa1         ; i acute
144\0 \x8c         ; i circumflex
145\0 \x8b         ; i dieresis
146\0 \xe7         ; eth
147\0 \xa4         ; n tilde
148\0 \x95         ; o grave
149\0 \xa2         ; o acute
150\0 \x93         ; o circumflex
151\0 o            ; o tilde
152\0 \x94         ; o dieresis
153\0 \xf6         ; division
154;\0 o           ; o slash (mapping for CP 437, which does not have it)
155\0 \x9b         ; o slash (mapping for CP 850/865)
156\0 \x97         ; u grave
157\0 \xa3         ; u acute
158\0 \x96         ; u circumflex
159\0 \x81         ; u dieresis
160y e             ; y acute
161\x1 ?           ; thorn
162\0 \x98         ; y dieresis
163END
164