TODO: http://www.cl.cam.ac.uk/~mgk25/ucs/scw-proposal.html
-TODO: wcwidth optimisaiton for <= 0xff is bogus, go to 0x7f or measure
+TODO: wcwidth optimisaiton for <= 0xff is bogus, go to 0x7f or measure (Dai.H.)
8.0 Thu Nov 2 18:35:19 CET 2006
- combining characters cleared the area instead of creating an overlay,
thus losing the ability to draw combining characters properly in most
my @matches;
if ($markofs < $line->l) {
- # convert markofs form character to UTF-8 offset space
+ # convert markofs from character to UTF-8 offset space
{
my $prefix = substr $text, 0, $markofs;
utf8::encode $prefix;