This is a module which intends to substitute Text::Wrap, which supports internationalized texts including:
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.)
$Text::WrapI18N::columns is available like $Text::Wrap::columns. Also, $Text::WrapI18N::separator is available.
However, $Text::WrapI18N::huge, $Text::WrapI18N::break, $Text::WrapI18N::tabstop, and $Text::WrapI18N::unexpand are not available yet.
This module is originally written for "debconf", a standard configuration system of Debian.
This needs Text::CharWidth module.
Please use standard way to build and install this module:
perl Makefile.PL
make
make install
Copyright (C) 2003 Tomohiro KUBOTA <kubota@debian.org>
This library is free software; you can redistribute it and/or modify it under the terms of either: