in reply to Perl bug in "encoding" module?

I don't know if this will help your current problem any, but there was recently extensive discussion on P5P on how "use encoding '...';" has serious (unrelated) fundamental problems. You're better off using "use utf8;".

Replies are listed 'Best First'.
Re^2: Perl bug in "encoding" module?
by casiano (Pilgrim) on Mar 16, 2008 at 10:31 UTC
    Many thanks!

    Casiano