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

Appeal for Unicode regex tests

2006-06-18 Thread demerphq
Just thought i would mention that we really could use a bunch more unicode regex tests, and when I say that not ones dreamed up by people like me to test specific features, but generalized ones that actually occur in Real Life. If you have code that does unicode regexes id love to see patches