Re: Encode::decode_utf8 and references

2006-06-19 Thread Sam Tregar
On Mon, 19 Jun 2006, Dan Kogai wrote: I can't help wondering how you got Encode to install. Sorry - I meant to type 5.8.6. I somehow managed to misread 5.8.6 as 5.6.1. Too many years spent running that fine version, I guess! All I know is I cannot support your case. I can dig it. I'll

Encode::decode_utf8 and references

2006-06-18 Thread Sam Tregar
Hello all. I'm maintaining a Perl app which relies on a possibly incorrect behavior in Encode::decode_utf8 - references are expected to pass through unmangled. This worked fine until a recent upgrade. Observe Encode v2.08 with Perl v5.6.1: $ perl -MEncode -MData::Dumper -e \ 'my $ref

Re: Encode::decode_utf8 and references

2006-06-18 Thread Gisle Aas
Sam Tregar [EMAIL PROTECTED] writes: Hello all. I'm maintaining a Perl app which relies on a possibly incorrect behavior in Encode::decode_utf8 - references are expected to pass through unmangled. That seems like a very unreasonable expectation to me. --Gisle