README 320 B

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