Re: utf8 support on perl
[email protected] (Christophe Chisogne) Wed, 29 Jun 2005 10:18:33 +0200
| Newsgroups | perl.i18n |
|---|---|
| Message-ID | <[email protected]> |
Umut ARUS a écrit : > I have to modify a long perl program to support UTF. System have RHEL > AS4 on Perl 5.8.5. What can I do that give easily support to the > program. Perl 5.8.x has Unicode support. More info in - perluniintro http://perldoc.perl.org/perluniintro.html - perlunicode http://perldoc.perl.org/perlunicode.html - Encode Module http://perldoc.perl.org/Encode.html - via Google, del.icio.us etc. Ex Lessons Learned with Perl and UTF-8 http://www.justatheory.com/computers/programming/perl/utf8_trials.html Good reading, Ch.