|
NAMErux —
used for reading of files in Cyrillic encoding.
SYNOPSIS
DESCRIPTIONTherux is a simple and at the same time powerful
utility for texts recoding from one encoding to another. At present time
several the most popular Cyrillic code pages such as koi8-r, cp866, cp1251,
iso-8859-5, mac-cyrillic and utf-8 are supported. Also
rux gives the opportunity to recode box-drawing
characters, which exists in some Cyrillic code pages, to replace them by their
non-graphic analogues ('-', '+', etc.).
Besides, the Usually However you can use the following options:
The expectancy value of the presence of every Cyrillic characters
in the some text were taken from the dump of Russian translation of the
‘ EXAMPLESThe following is an example of usage of therux command:
$ ls -la *-text -rw-r--r-- 1 ghos users 24 Nov 18
18:03 dos-text -rw-r--r-- 1 ghos users 24 Nov 18
18:03 windows-text $ rux -T *-text dos-text: cp866 windows-text: cp1251 For example, this alias can be set for cp1251 encoding: $ alias cp1251='rux -i
cp1251' $ cat windows-text |
cp1251 .. But this shell-script can be created: #!/bin/sh
rux $@ | less and called as ruless :-): $ ruless cyr-text-file .. $ cat cyr-text-file |
ruless .. SEE ALSORoman Czyborra, The Cyrillic Charset Soup, November 30, 1998, http://czyborra.com/charsets/cyrillic.html. HISTORYTherux appeared in 2003.
This manual was written in 2005. AUTHORSVyacheslav Anikin ⟨anikinsl@gmail.com⟩ —author, russian manual
BUGSPlease let me know if you found them. I don't like bugs.
Visit the GSP FreeBSD Man Page Interface. |