![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re^4: libwww-perl, POE and Unicodeby polettix (Vicar) |
on Jun 01, 2009 at 15:31 UTC ( #767283=note: print w/replies, xml ) | Need Help?? |
Hi there,
before posting a bug report, I'd like a comment about why utf8::downgrade() had to be used instead of Encode::encode_utf8(). The former modifies the input in-place (argh!) and fails if it isn't either Latin-1 or EBCDIC. This means that the behaviour changes depending on the platform, and your odds are gone if your text can't be converted into one of those two encodings (which means a big part of the world). The latter would leave its input unchanged, would behave the same whatever the platform (I hope) and would thus be truly "octet oriented". Do you think a bug report/patch would be well-placed in this case, or am I overlooking something? ,
perl -ple'$_=reverse' <<<ti.xittelop@oivalf Io ho capito... ma tu che hai detto?
In Section
Seekers of Perl Wisdom
|
|