slackbuilds/perl/perl-Text-CharWidth
Didier Spaier 17f79bbce0 perl/perl-Text-CharWidth: New email.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-04-13 07:27:49 +07:00
..
README perl/perl-Text-CharWidth: Added (Column Computer). 2014-01-29 23:21:06 -06:00
perl-Text-CharWidth.SlackBuild perl/perl-Text-CharWidth: Added (Column Computer). 2014-01-29 23:21:06 -06:00
perl-Text-CharWidth.info perl/perl-Text-CharWidth: New email. 2017-04-13 07:27:49 +07:00
slack-desc perl/perl-Text-CharWidth: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

perl-Text-CharWidth (perl module)

This perl module, Text::CharWidth, gets number of occupied columns of
a string on a terminal.
This module supplies features similar as wcwidth(3) and wcswidth(3)
in C language.
It computes numbuer of columns occupied on the terminal by a text 
string, which is not always equal to its number of characters and
depends on the encoding used.

Parameters are to be given in locale encoding, not always in UTF-8.

This perl module is needed by Text::WrapI18N.