Changes:
3.42 Fri Oct 18 11:29:40 MET DST 2002
- t/cstocs.t: now skips MIME tests if MIME::Words is not
installed.
3.4 Thu Oct 17 13:37:18 MET DST 2002
- Added support for MIME encoding. It requires MIME::Words from
MIME-Tools, and fixes a few bugs in that code.
This package includes modules that are usefull when dealing with Czech (and
Slovak) texts in Perl.
Module Cz::Cstocs:
Implements object for various charset encodings, used for the Czech language
-- either as objects, or as direct conversion functions. One of the charsets
is tex for things like \v{c}.
Program cstocs:
This version of popular charset reencoding utility uses the above mentioned
module to convert text between various charsets.
Module Cz::Sort:
Sorts according to Czech sorting conventions, regardless on locale setting.
Exports functions czcmp and czsort which can be used in similar way as as
Perl's internals cmp and sort.
Submitted by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 17943