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. 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 do not use whitespaces between words (like Chinese and Japanese) is supported.
This 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 do not use whitespaces between words (like Chinese and Japanese) is supported.
To install p5.32-text-wrapi18n, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-text-wrapi18n
To see what files were installed by p5.32-text-wrapi18n, run:
port contents p5.32-text-wrapi18n
To later upgrade p5.32-text-wrapi18n, run:
sudo port selfupdate && sudo port upgrade p5.32-text-wrapi18n
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.