summaryrefslogtreecommitdiff
path: root/textproc/p5-Cz-Cstools/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Cz-Cstools/DESCR')
-rw-r--r--textproc/p5-Cz-Cstools/DESCR16
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/p5-Cz-Cstools/DESCR b/textproc/p5-Cz-Cstools/DESCR
new file mode 100644
index 00000000000..a99d468e3c2
--- /dev/null
+++ b/textproc/p5-Cz-Cstools/DESCR
@@ -0,0 +1,16 @@
+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.