Skip Menu |

This queue is for tickets about the String-Approx CPAN distribution.

Report information
The Basics
Id: 36679
Status: resolved
Priority: 0/
Queue: String-Approx

People
Owner: Nobody in particular
Requestors: bkb [...] cpan.org
Cc:
AdminCc:

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



Subject: length returned by aindex for utf8 string is wrong
The module does not work with a UTF-8 encoded string - the lengths given are the bytes not the number of characters.
I cannot reproduce the problem. In Perl the UTF-8-ness depends on what Perl thinks your string is in. If Perl thinks your string is bytes, String::Approx will work in bytes. The same goes for UTF-8.