Bug#324882: followup

Martín Ferrari martin.ferrari at gmail.com
Tue Mar 4 16:18:22 UTC 2008


Today I worked on this bug, creating a test case, to finally discover
that I cannot reproduce the bug in my computer.

There are some warnings about wide characters being printed, so it
feels like it's working by chance.

Also, the patch by Gregor doesn't seem correct as it makes a lot of
noise in other tests, and many fail. After some investigation, I came
to the conclusion that toString should NOT be touched, as strings are
currently correctly utf8 encoded, so it only makes sense to do the
bit-juggling when outputting to a file/filedescriptor. Trimming the
patch to do that makes all tests pass, and suppresses the wide char
warnings.

Also, it should be noted that CPAN#27793 and CPAN#14579 seem to be
related to this. Upstream looks a little dead to me.

I'm attaching my test case.


-- 
Martín Ferrari
-------------- next part --------------
A non-text attachment was scrubbed...
Name: encodings.t
Type: application/x-troff
Size: 1287 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20080304/54e1c158/attachment.t 


More information about the pkg-perl-maintainers mailing list