Skip Menu |

This queue is for tickets about the Text-ASCIITable-TW CPAN distribution.

Report information
The Basics
Id: 84733
Status: open
Worked: 5 min
Priority: 0/
Queue: Text-ASCIITable-TW

People
Owner: alec [...] cpan.org
Requestors: sharyanto [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Method of determining visual width
Method of determining visual width should perhaps be changed to using Text::CharWidth's mbswidth(), which works for Chinese as well as other languages. Also take a look at Text::ANSITable which is also using mbswidth() (via Text::ANSI::Util's ta_mbswidth()). Regards, Steven
Thanks for your suggestions. I'll try these approaches this weekend.