Query: text::wrapi18n
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
WrapI18N(3pm) User Contributed Perl Documentation WrapI18N(3pm)NAMEText::WrapI18N - Line wrapping module with support for multibyte, fullwidth, and combining characters and languages without whitespaces between wordsSYNOPSISuse Text::WrapI18N qw(wrap $columns); wrap(firstheader, nextheader, texts);DESCRIPTIONThis module intends to be a better Text::Wrap module. This module is needed to support multibyte character encodings such as UTF-8, EUC- JP, EUC-KR, GB2312, and Big5. This module also supports characters with irregular widths, such as combining characters (which occupy zero columns on terminal, like diacritical marks in UTF-8) and fullwidth characters (which occupy two columns on terminal, like most of east Asian characters). Also, minimal handling of languages which doesn't use whitespaces between words (like Chinese and Japanese) is supported. Like Text::Wrap, hyphenation and "kinsoku" processing are not supported, to keep simplicity. wrap(firstheader, nextheader, texts) is the main subroutine of Text::WrapI18N module to execute the line wrapping. Input parameters and output data emulate Text::Wrap. The texts have to be written in locale encoding.SEE ALSOlocale(5), utf-8(7), charsets(7)AUTHORTomohiro KUBOTA, <kubota@debian.org>COPYRIGHT AND LICENSECopyright 2003 by Tomohiro KUBOTA This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.0 2009-06-09 WrapI18N(3pm)
Related Man Pages |
---|
text::wrapi18n(3pm) - linux |
locale::po4a::common(3) - debian |
locale::po4a::common(3) - centos |
text::wrapi18n(3) - centos |
text::wrap(3pm) - redhat |
Similar Topics in the Unix Linux Community |
---|
Eliminating whitespaces during reading of a field. |
How to wrap words in vi? |
How can i find texts inside a html tag using sed? |
Can there be alt-texts to icons? |
Text not present in file |