summaryrefslogtreecommitdiffstats
path: root/perl/perl-Text-CharWidth/slack-desc
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Text-CharWidth/slack-desc')
-rw-r--r--perl/perl-Text-CharWidth/slack-desc18
1 files changed, 9 insertions, 9 deletions
diff --git a/perl/perl-Text-CharWidth/slack-desc b/perl/perl-Text-CharWidth/slack-desc
index 7554fff1e2..c458965514 100644
--- a/perl/perl-Text-CharWidth/slack-desc
+++ b/perl/perl-Text-CharWidth/slack-desc
@@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-perl-Text-CharWidth: perl-Text-CharWidth (Column Computer)
+perl-Text-CharWidth: perl-Text-CharWidth (perl module)
+perl-Text-CharWidth:
+perl-Text-CharWidth: This perl module, Text::CharWidth, gets the number of columns occupied
+perl-Text-CharWidth: by a string on a terminal, which is not always equal to the number
+perl-Text-CharWidth: of characters, depending on the encoding in use. This is similar to
+perl-Text-CharWidth: wcwidth(3) and wcswidth(3) in C.
+perl-Text-CharWidth:
+perl-Text-CharWidth: This perl module is needed by Text::WrapI18N.
+perl-Text-CharWidth:
perl-Text-CharWidth:
-perl-Text-CharWidth: This perl module, Text::CharWidth, gets number of occupied columns of
-perl-Text-CharWidth: a string on a terminal.
-perl-Text-CharWidth: This module supplies features similar as wcwidth(3) and wcswidth(3)
-perl-Text-CharWidth: in C language.
-perl-Text-CharWidth: It computes number of columns ocuuied on the terminal by a text
-perl-Text-CharWidth: string, which is not always equal to its number of characters and
-perl-Text-CharWidth: depends on the encoding used.
perl-Text-CharWidth:
-perl-Text-CharWidth: Parameters are to be given in locale encoding, not always in UTF-8.