B. Watson 667bd4354f perl/perl-Text-CharWidth: New maintainer. 2 年 前
..
README 667bd4354f perl/perl-Text-CharWidth: New maintainer. 2 年 前
perl-Text-CharWidth.SlackBuild 667bd4354f perl/perl-Text-CharWidth: New maintainer. 2 年 前
perl-Text-CharWidth.info 667bd4354f perl/perl-Text-CharWidth: New maintainer. 2 年 前
slack-desc 667bd4354f perl/perl-Text-CharWidth: New maintainer. 2 年 前

README

perl-Text-CharWidth (perl module)

This perl module, Text::CharWidth, gets the number of columns occupied
by a string on a terminal. This is not always equal to the number
of characters, depending on the encoding in use. This is similar to
wcwidth(3) and wcswidth(3) in C.

This perl module is needed by Text::WrapI18N.