Skip Menu |

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

Report information
The Basics
Id: 40069
Status: resolved
Priority: 0/
Queue: String-CodiceFiscale

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

Bug Information
Severity: Important
Broken in: 0.01
Fixed in: 0.02



Subject: Error: Malformed URF-8 character
When I use this module with my locale (and UTF-8 one, en_GB.UTF-8) I get: CodiceFiscale.pm: Malformed UTF-8 character (1 byte, need 2, after start byte 0xd9) at /usr/lib/perl5/vendor_perl/5.10.0/String/CodiceFiscale.pm line 624. It works anyway (but I don't think it will that good for chars with accents). It would probably be better to specify those chars is something more encoding-independent, so that thy then become a valid Perl internal-representation string.
On Wed Oct 15 08:54:55 2008, ARTHAS wrote: Show quoted text
> When I use this module with my locale (and UTF-8 one, en_GB.UTF-8) I get: > > CodiceFiscale.pm: Malformed UTF-8 character (1 byte, need 2, after start > byte 0xd9) at /usr/lib/perl5/vendor_perl/5.10.0/String/CodiceFiscale.pm > line 624. > > It works anyway (but I don't think it will that good for chars with > accents). > > It would probably be better to specify those chars is something more > encoding-independent, so that thy then become a valid Perl > internal-representation string.