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.

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


Reply via email to