Vyacheslav Karamov пишет:
Jeff Pang пишет:
2008/9/22 Vyacheslav Karamov <[EMAIL PROTECTED]>:
Hi All!

Jow to replace ISO entities (like "&eacute;") or four-character Unicode
entities (like  "&#x01D5;") with Unicode characters?


use Encode;

see perldoc Encode, which is a built-in Perl module.


Hi All!

I saw perldoc Encode http://perldoc.perl.org/Encode.html
but I couldn't find what I need.


I think  HTML::Entities is better. Am I right?

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to