diff options
Diffstat (limited to 'perl/perl-Unicode-LineBreak/README')
-rw-r--r-- | perl/perl-Unicode-LineBreak/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/perl/perl-Unicode-LineBreak/README b/perl/perl-Unicode-LineBreak/README new file mode 100644 index 000000000000..1d96ffd0e52e --- /dev/null +++ b/perl/perl-Unicode-LineBreak/README @@ -0,0 +1,13 @@ +perl-Unicode-LineBreak (UAX #14 Unicode Line Breaking Algorithm) + +This perl package includes three modules: +Text::LineFold - Line Folding for Plain Text +Unicode::GCString - String as Sequence of UAX #29 Grapheme Clusters +Unicode::LineBreak - UAX #14 Unicode Line Breaking Algorithm + +man pages wearing the same name are included, e.g. type: +man Unicode::GCString + +For man pages in Japanese prepend page name with POD2::JA::, e.g. +man POD2::JA::Unicode::GCString + |