mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
10 lines
648 B
Text
10 lines
648 B
Text
Text::WrapI18N 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.
|