![]() |
|
Welcome to the Monastery | |
PerlMonks |
Re: HTML::Entities and multi-byte charactersby iburrell (Chaplain) |
on Sep 13, 2004 at 19:48 UTC ( #390650=note: print w/replies, xml ) | Need Help?? |
My impression is that you will always have problems with Unicode strings and Perl 5.6.
In my experience, HTML::Entities works just fine under Perl 5.8 with Unicode strings. The strings must be marked as Unicode, not just contain UTF-8 bytes. If the source isn't doing the conversion, you can do it manually with Encode.
In Section
Seekers of Perl Wisdom
|
|