Skip Menu |

This queue is for tickets about the Acme-MJD-FR CPAN distribution.

Report information
The Basics
Id: 38375
Status: resolved
Priority: 0/
Queue: Acme-MJD-FR

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

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



Subject: No utf8 flag
The output does not seem to be flagged properly as utf8 string: $ /usr/perl5.8.8@33662/bin/perl use Acme::MJD::FR; use Devel::Peek; Dump(Acme::MJD::FR::advice); SV = PV(0x8123048) at 0x811f090 REFCNT = 1 FLAGS = (TEMP,POK,pPOK) PV = 0x8122380 "#11912 Il est \303\251vident que ce que tu veux, c'est d'avoir une mauvaise r\303\251ponse le plus vite possible.\n"\0 CUR = 102 LEN = 104 Regards, Slaven
Thanks, fixed in my local copy by adding a C<use utf8> in the source.