summaryrefslogtreecommitdiffstats
path: root/perl/perl-Text-CharWidth/README
diff options
context:
space:
mode:
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
commit7e6aad1dba5f00812673a1923979f485b74cdcc8 (patch)
tree2ef59295bb26d886e75cd7486b1be7f8753b0006 /perl/perl-Text-CharWidth/README
parent5d27f6696a7d6c7b168f3d4b1059703b142b46b6 (diff)
downloadslackbuilds-7e6aad1dba5f00812673a1923979f485b74cdcc8.tar.gz
slackbuilds-7e6aad1dba5f00812673a1923979f485b74cdcc8.tar.xz
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/README13
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