Vyacheslav Karamov пишет:
Jeff Pang пишет:
2008/9/22 Vyacheslav Karamov <[EMAIL PROTECTED]>:
Hi All!
Jow to replace ISO entities (like "é") or four-character Unicode
entities (like "Ǖ") 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/