diff options
author | Didier Spaier <didier.spaier@free.fr> | 2014-01-19 10:41:23 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:06 -0600 |
commit | 7e6aad1dba5f00812673a1923979f485b74cdcc8 (patch) | |
tree | 2ef59295bb26d886e75cd7486b1be7f8753b0006 /perl/perl-Text-CharWidth/README | |
parent | 5d27f6696a7d6c7b168f3d4b1059703b142b46b6 (diff) | |
download | slackbuilds-7e6aad1dba5f00812673a1923979f485b74cdcc8.tar.gz |
perl/perl-Text-CharWidth: Added (Column Computer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Text-CharWidth/README')
-rw-r--r-- | perl/perl-Text-CharWidth/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/perl/perl-Text-CharWidth/README b/perl/perl-Text-CharWidth/README new file mode 100644 index 0000000000..62938f0fc8 --- /dev/null +++ b/perl/perl-Text-CharWidth/README @@ -0,0 +1,13 @@ +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.
\ No newline at end of file |