blob: fe1f28028f58ba4f2ce54566b5c90e4c727b7f3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
This package includes modules that are useful 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.
|