160 lines
1.5 KiB
Plaintext
Executable File
160 lines
1.5 KiB
Plaintext
Executable File
; $Id$
|
||
;
|
||
; This file is a charset conversion module in text form.
|
||
;
|
||
; This module converts russian double coded (CP1251+KOI8R) charset to codepage 866.
|
||
;
|
||
; (c) Eugene Palenock (2:5020/2065.468@FidoNet)
|
||
;
|
||
; Format: ID, version, level,
|
||
; from charset, to charset,
|
||
; 128 entries: first & second byte
|
||
; "END"
|
||
; Lines beginning with a ";" or a ";" after the entries are comments
|
||
;
|
||
; Unkown characters are mapped to the "?" character.
|
||
;
|
||
; \ is the escape character: \0 means decimal zero,
|
||
; \dnnn where nnn is a decimal number is the ordinal value of the character
|
||
; \xnn where nn is a hexadecimal number
|
||
; e.g.: \d32 is the ASCII space character
|
||
; Two \\ is the character "\" itself.
|
||
;
|
||
0
|
||
0
|
||
;
|
||
2
|
||
;
|
||
CP1251+KOI8R
|
||
CP866
|
||
;
|
||
\0 ¡
|
||
\0 ¢
|
||
\0 ç
|
||
\0 §
|
||
\0 ¤
|
||
\0 ¥
|
||
\0 æ
|
||
\0 ê
|
||
\0 ©
|
||
\0 ª
|
||
\0 «
|
||
\0 ¬
|
||
\0
|
||
\0 ®
|
||
\0 ¯
|
||
\0 à
|
||
\0 â
|
||
\0 ã
|
||
\0 ä
|
||
\0 å
|
||
\0 ¦
|
||
\0 ¨
|
||
\0 £
|
||
\0 î
|
||
\0 ë
|
||
\0 í
|
||
\0 ï
|
||
\0 é
|
||
\0 è
|
||
\0 ì
|
||
\0
|
||
\0 á
|
||
\0 <20>
|
||
\0 ‚
|
||
\0 —
|
||
\0 ‡
|
||
\0 „
|
||
\0 …
|
||
\0 –
|
||
\0 š
|
||
\0 ‰
|
||
\0 Š
|
||
\0 ‹
|
||
\0 Œ
|
||
\0 H
|
||
\0 Ž
|
||
\0 <20>
|
||
\0 <20>
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ü
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ð
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ’
|
||
\0 “
|
||
\0 ”
|
||
\0 •
|
||
\0 †
|
||
\0 ˆ
|
||
\0 ƒ
|
||
\0 ž
|
||
\0 ›
|
||
\0 <20>
|
||
\0 Ÿ
|
||
\0 ™
|
||
\0 ˜
|
||
\0 œ
|
||
\0 €
|
||
\0 ‘
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ñ
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
\0 ?
|
||
END
|