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. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/