summaryrefslogtreecommitdiffstats
path: root/perl/perl-Text-WrapI18N/README
diff options
context:
space:
mode:
author Didier Spaier2014-01-19 04:46:36 +0100
committer Erik Hanson2014-01-30 06:21:06 +0100
commitd23337f9abb0a1efdbae400a379c2e1c3a08fcec (patch)
tree8f7a91cb3172c6ff8a2ab0ea5ade83cb6e6d3003 /perl/perl-Text-WrapI18N/README
parent7e6aad1dba5f00812673a1923979f485b74cdcc8 (diff)
downloadslackbuilds-d23337f9abb0a1efdbae400a379c2e1c3a08fcec.tar.gz
perl/perl-Text-WrapI18N: Added (line wrapping module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Text-WrapI18N/README')
-rw-r--r--perl/perl-Text-WrapI18N/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/perl/perl-Text-WrapI18N/README b/perl/perl-Text-WrapI18N/README
new file mode 100644
index 0000000000..9a0bad5e7e
--- /dev/null
+++ b/perl/perl-Text-WrapI18N/README
@@ -0,0 +1,12 @@
+perl-WrapI18N (perl module)
+
+Text::WrapI18N - Line wrapping module with support for multibyte, fullwidth,
+and combining characters and languages without whitespaces between words.
+
+This module intends to be a better Text::Wrap module. It is needed to support
+multibyte character encodings such as UTF-8, EUC-JP, EUC-KR, GB2312, and Big5.
+
+The text is to be given in locale encoding, not always in UTF-8.
+(Of course locale encoding is UTF-8 in UTF-8 locales.)
+
+This perl module is an optional dependency of Po4a.