This program copies cyrillic (russian) text and converts its encoding.
Supported encodings: WIN1251, DOS, MAC, KOI8-r, ISO8859-5.
Usage: RTCopy <option> [input file] [output file]
Option consists of 2 letters: first for input, second for output.
Letters: d - DOS
w - WIN1251
m - MAC
k - KOI8-r
i - ISO8859-5
a - automatic encoding detection (for input only)
Example 1: RTCopy kw [infile] [outfile]
recodes infile from KOI8 to WIN and saves it to outfile
Example 2: RTCopy aw [infile]
Recodes infile from any supported cyrillic encoding to WIN and output
it to default stream.
* automatic encoding detection may not work propertly with some files.
Also you can use RTCopy as russian reader in DirectoryOpus:
1. Copy RTCopy to C drawer of your SYS:.
2. Make new button "RusRead".
3. In edit function window make line 'AMIGADOS RTCopy aw {f}'
4. Turn on: output to reader.
Compiled with SASC 6.00
RTCopy is freeware and you can destribute it anywhere.
If you want to get C sources write me to: tolly125@yahoo.com
(C) Tollysoft 1995-1998.
|