|
cstocs -- charset encoding convertor for the Czech and Slovak languages. |
cstocs -- charset encoding convertor for the Czech and Slovak languages.
cstocs [options] src_encoding dst_encoding [files ...]
cstocs il2 ascii < file | less
cstocs -i utf8 il2 file1 file2 file3
cstocs --help
Cstocs is a simple conversion utility to change charset encoding of
a text. It reads either specified files or (if none specified) the
standard input, assumes that the input is encoded in src_encoding
and ties to reencode it into dst_encoding. The result is written to
the standard output.
Run cstocs without parameters to get short help and list of
available encodings.
Characters that are not defined in src_encoding are passed to the
output unchanged.
If source text contains character, that is defined in src_encoding
but not in dst_encoding, it can be handled several ways. For
example, character ``e with caron'' (symbol ecaron), and ``d with caron''
(symbol dcaron) are included in the iso-8859-2 encoding, but not in
the iso-8859-1. If you will do reencoding of 8859-2 text to 8859-1,
you may want to do one of the following actions:
--nofillstring.
--null.
--fillstring.
-i facility.
Optionaly, an extension for backup copies may be specified after dot.
This parameter has to be the first one, if specified.
src_encoding but not in the dst_encoding nor in the accent
file (or accent file is not used), it is replaced by string.
The default is single space.
--null because that cancels that
character out.
Cz::Cstocs(3).
Jan ``Yenya'' Kasprzak has done the original Un*x implementation.
Jan Pazdziora, adelton@fi.muni.cz, created the Perl module version.
|
cstocs -- charset encoding convertor for the Czech and Slovak languages. |