slackbuilds_ponce/perl/perl-Text-WrapI18N/slack-desc
Didier Spaier d23337f9ab perl/perl-Text-WrapI18N: Added (line wrapping module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-01-29 23:21:06 -06:00

20 lines
1.2 KiB
Text

# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
perl-Text-WrapI18N: perl-Text-WrapI18N (line wrapping module)
perl-Text-WrapI18N:
perl-Text-WrapI18N: Text::WrapI18N - Line wrapping module with support for multibyte,
perl-Text-WrapI18N: fullwidth, and combining characters and languages without whitespaces
perl-Text-WrapI18N: between words.
perl-Text-WrapI18N:
perl-Text-WrapI18N: This module intends to be a better Text::Wrap module. It is needed to
perl-Text-WrapI18N: support multibyte character encodings such as UTF-8, EUC-JP, EUC-KR,
perl-Text-WrapI18N: GB2312, and Big5.
perl-Text-WrapI18N:
perl-Text-WrapI18N: The text is to be given in locale encoding, not always in UTF-8.
perl-Text-WrapI18N: (Of course locale encoding is UTF-8 in UTF-8 locales.)