1; $Id: k7_k8.chs,v 1.2 2005/12/25 17:45:19 stas_degteff Exp $
2; This file is a charset conversion module for Golded+
3; Source charset is KOI-7 (KOI7), 7-bit russian charset (unixes)
4; Destination charset is KOI-8 (KOI8), 8-bit russian charset (unixes)
5;
6; Copyleft (c) Stas Degteff 2:5080/102@fidonet stas_degteff@users.sourceforge.net
7;
8; Format: ID, version, level,
9;         from charset, to charset,
10;         128 entries: first & second byte
11;	  "END"
12; Lines beginning with a ";" or a ";" after the entries are comments
13;
14; Unkown characters are mapped to the "?" character.
15;
16; \ is the escape character: \0 means decimal zero,
17; \dnnn where nnn is a decimal number is the ordinal value of the character
18; \xnn where nn is a hexadecimal number
19; e.g.: \d32 is the ASCII space character
20; Two \\ is the character "\" itself.
21;
220
230
24;
251
26KOI-7	; from charset
27KOI8-R	; to charset
28;
29\0 \x0	; <control>
30\0 \x1	; <control>
31\0 \x2	; <control>
32\0 \x3	; <control>
33\0 \x4	; <control>
34\0 \x5	; <control>
35\0 \x6	; <control>
36\0 \x7	; <control>
37\0 \x8	; <control>
38\0 \x9	; <control>
39\0 \xa	; <control>
40\0 \xb	; <control>
41\0 \xc	; <control>
42\0 \xd	; <control>
43\0 \xe	; <control>
44\0 \xf	; <control>
45\0 \x10	; <control>
46\0 \x11	; <control>
47\0 \x12	; <control>
48\0 \x13	; <control>
49\0 \x14	; <control>
50\0 \x15	; <control>
51\0 \x16	; <control>
52\0 \x17	; <control>
53\0 \x18	; <control>
54\0 \x19	; <control>
55\0 \x1a	; <control>
56\0 \x1b	; <control>
57\0 \x1c	; <control>
58\0 \x1d	; <control>
59\0 \x1e	; <control>
60\0 \x1f	; <control>
61\0 \x20	; SPACE
62\0 \x21	; EXCLAMATION MARK
63\0 \x22	; QUOTATION MARK
64\0 \x23	; NUMBER SIGN
65\0 \x24	; (CURRENCY SIGN -> DOLLAR SIGN)
66\0 \x25	; PERCENT SIGN
67\0 \x26	; AMPERSAND
68\0 \x27	; APOSTROPHE
69\0 \x28	; LEFT PARENTHESIS
70\0 \x29	; RIGHT PARENTHESIS
71\0 \x2a	; ASTERISK
72\0 \x2b	; PLUS SIGN
73\0 \x2c	; COMMA
74\0 \x2d	; HYPHEN-MINUS
75\0 \x2e	; FULL STOP
76\0 \x2f	; SOLIDUS
77\0 \x30	; DIGIT ZERO
78\0 \x31	; DIGIT ONE
79\0 \x32	; DIGIT TWO
80\0 \x33	; DIGIT THREE
81\0 \x34	; DIGIT FOUR
82\0 \x35	; DIGIT FIVE
83\0 \x36	; DIGIT SIX
84\0 \x37	; DIGIT SEVEN
85\0 \x38	; DIGIT EIGHT
86\0 \x39	; DIGIT NINE
87\0 \x3a	; COLON
88\0 \x3b	; SEMICOLON
89\0 \x3c	; LESS-THAN SIGN
90\0 \x3d	; EQUALS SIGN
91\0 \x3e	; GREATER-THAN SIGN
92\0 \x3f	; QUESTION MARK
93\0 \x40	; COMMERCIAL AT
94\0 \x41	; LATIN CAPITAL LETTER A
95\0 \x42	; LATIN CAPITAL LETTER B
96\0 \x43	; LATIN CAPITAL LETTER C
97\0 \x44	; LATIN CAPITAL LETTER D
98\0 \x45	; LATIN CAPITAL LETTER E
99\0 \x46	; LATIN CAPITAL LETTER F
100\0 \x47	; LATIN CAPITAL LETTER G
101\0 \x48	; LATIN CAPITAL LETTER H
102\0 \x49	; LATIN CAPITAL LETTER I
103\0 \x4a	; LATIN CAPITAL LETTER J
104\0 \x4b	; LATIN CAPITAL LETTER K
105\0 \x4c	; LATIN CAPITAL LETTER L
106\0 \x4d	; LATIN CAPITAL LETTER M
107\0 \x4e	; LATIN CAPITAL LETTER N
108\0 \x4f	; LATIN CAPITAL LETTER O
109\0 \x50	; LATIN CAPITAL LETTER P
110\0 \x51	; LATIN CAPITAL LETTER Q
111\0 \x52	; LATIN CAPITAL LETTER R
112\0 \x53	; LATIN CAPITAL LETTER S
113\0 \x54	; LATIN CAPITAL LETTER T
114\0 \x55	; LATIN CAPITAL LETTER U
115\0 \x56	; LATIN CAPITAL LETTER V
116\0 \x57	; LATIN CAPITAL LETTER W
117\0 \x58	; LATIN CAPITAL LETTER X
118\0 \x59	; LATIN CAPITAL LETTER Y
119\0 \x5a	; LATIN CAPITAL LETTER Z
120\0 \x5b	; LEFT SQUARE BRACKET
121\0 \x5c	; REVERSE SOLIDUS
122\0 \x5d	; RIGHT SQUARE BRACKET
123\0 \x5e	; CIRCUMFLEX ACCENT
124\0 \x5f	; LOW LINE
125\0 \xe0	; CYRILLIC CAPITAL LETTER YU
126\0 \xe1	; CYRILLIC CAPITAL LETTER A
127\0 \xe2	; CYRILLIC CAPITAL LETTER BE
128\0 \xe3	; CYRILLIC CAPITAL LETTER TSE
129\0 \xe4	; CYRILLIC CAPITAL LETTER DE
130\0 \xe5	; CYRILLIC CAPITAL LETTER IE
131\0 \xe6	; CYRILLIC CAPITAL LETTER EF
132\0 \xe7	; CYRILLIC CAPITAL LETTER GHE
133\0 \xe8	; CYRILLIC CAPITAL LETTER HA
134\0 \xe9	; CYRILLIC CAPITAL LETTER I
135\0 \xea	; CYRILLIC CAPITAL LETTER SHORT I
136\0 \xeb	; CYRILLIC CAPITAL LETTER KA
137\0 \xec	; CYRILLIC CAPITAL LETTER EL
138\0 \xed	; CYRILLIC CAPITAL LETTER EM
139\0 \xee	; CYRILLIC CAPITAL LETTER EN
140\0 \xef	; CYRILLIC CAPITAL LETTER O
141\0 \xf0	; CYRILLIC CAPITAL LETTER PE
142\0 \xf1	; CYRILLIC CAPITAL LETTER YA
143\0 \xf2	; CYRILLIC CAPITAL LETTER ER
144\0 \xf3	; CYRILLIC CAPITAL LETTER ES
145\0 \xf4	; CYRILLIC CAPITAL LETTER TE
146\0 \xf5	; CYRILLIC CAPITAL LETTER U
147\0 \xf6	; CYRILLIC CAPITAL LETTER ZHE
148\0 \xf7	; CYRILLIC CAPITAL LETTER VE
149\0 \xf8	; CYRILLIC CAPITAL LETTER SOFT SIGN
150\0 \xf9	; CYRILLIC CAPITAL LETTER YERU
151\0 \xfa	; CYRILLIC CAPITAL LETTER ZE
152\0 \xfb	; CYRILLIC CAPITAL LETTER SHA
153\0 \xfc	; CYRILLIC CAPITAL LETTER E
154\0 \xfd	; CYRILLIC CAPITAL LETTER SHCHA
155\0 \xfe	; CYRILLIC CAPITAL LETTER CHE
156\0 \x7f	; <control>
157\0 ?	; not defined
158\0 ?	; not defined
159\0 ?	; not defined
160\0 ?	; not defined
161\0 ?	; not defined
162\0 ?	; not defined
163\0 ?	; not defined
164\0 ?	; not defined
165\0 ?	; not defined
166\0 ?	; not defined
167\0 ?	; not defined
168\0 ?	; not defined
169\0 ?	; not defined
170\0 ?	; not defined
171\0 ?	; not defined
172\0 ?	; not defined
173\0 ?	; not defined
174\0 ?	; not defined
175\0 ?	; not defined
176\0 ?	; not defined
177\0 ?	; not defined
178\0 ?	; not defined
179\0 ?	; not defined
180\0 ?	; not defined
181\0 ?	; not defined
182\0 ?	; not defined
183\0 ?	; not defined
184\0 ?	; not defined
185\0 ?	; not defined
186\0 ?	; not defined
187\0 ?	; not defined
188\0 ?	; not defined
189\0 ?	; not defined
190\0 ?	; not defined
191\0 ?	; not defined
192\0 ?	; not defined
193\0 ?	; not defined
194\0 ?	; not defined
195\0 ?	; not defined
196\0 ?	; not defined
197\0 ?	; not defined
198\0 ?	; not defined
199\0 ?	; not defined
200\0 ?	; not defined
201\0 ?	; not defined
202\0 ?	; not defined
203\0 ?	; not defined
204\0 ?	; not defined
205\0 ?	; not defined
206\0 ?	; not defined
207\0 ?	; not defined
208\0 ?	; not defined
209\0 ?	; not defined
210\0 ?	; not defined
211\0 ?	; not defined
212\0 ?	; not defined
213\0 ?	; not defined
214\0 ?	; not defined
215\0 ?	; not defined
216\0 ?	; not defined
217\0 ?	; not defined
218\0 ?	; not defined
219\0 ?	; not defined
220\0 ?	; not defined
221\0 ?	; not defined
222\0 ?	; not defined
223\0 ?	; not defined
224\0 ?	; not defined
225\0 ?	; not defined
226\0 ?	; not defined
227\0 ?	; not defined
228\0 ?	; not defined
229\0 ?	; not defined
230\0 ?	; not defined
231\0 ?	; not defined
232\0 ?	; not defined
233\0 ?	; not defined
234\0 ?	; not defined
235\0 ?	; not defined
236\0 ?	; not defined
237\0 ?	; not defined
238\0 ?	; not defined
239\0 ?	; not defined
240\0 ?	; not defined
241\0 ?	; not defined
242\0 ?	; not defined
243\0 ?	; not defined
244\0 ?	; not defined
245\0 ?	; not defined
246\0 ?	; not defined
247\0 ?	; not defined
248\0 ?	; not defined
249\0 ?	; not defined
250\0 ?	; not defined
251\0 ?	; not defined
252\0 ?	; not defined
253\0 ?	; not defined
254\0 ?	; not defined
255\0 ?	; not defined
256\0 ?	; not defined
257\0 ?	; not defined
258\0 ?	; not defined
259\0 ?	; not defined
260\0 ?	; not defined
261\0 ?	; not defined
262\0 ?	; not defined
263\0 ?	; not defined
264\0 ?	; not defined
265\0 ?	; not defined
266\0 ?	; not defined
267\0 ?	; not defined
268\0 ?	; not defined
269\0 ?	; not defined
270\0 ?	; not defined
271\0 ?	; not defined
272\0 ?	; not defined
273\0 ?	; not defined
274\0 ?	; not defined
275\0 ?	; not defined
276\0 ?	; not defined
277\0 ?	; not defined
278\0 ?	; not defined
279\0 ?	; not defined
280\0 ?	; not defined
281\0 ?	; not defined
282\0 ?	; not defined
283\0 ?	; not defined
284\0 ?	; not defined
285END
286