JustMe79 has asked for the wisdom of the Perl Monks concerning the following question:
But I can't reverse the process!!! Are there anyone who know how to solve my problem? Need answer quick! Thanks!#!C:\perl\perl.exe -w use open IN => ':encoding(UCS-2LE)', OUT => ':encoding(UTF-8)'; use open ':std'; while (<STDIN>) { print STDOUT; }
20050714 Cleaned up by Corion: Added code tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Encode a Utf-8 file to Unicode (TRICKY)
by zby (Vicar) on Jul 14, 2005 at 13:57 UTC | |
|
Re: Encode a Utf-8 file to Unicode (TRICKY)
by dave_the_m (Monsignor) on Jul 14, 2005 at 13:04 UTC | |
|
Re: Encode a Utf-8 file to Unicode (TRICKY)
by revdiablo (Prior) on Jul 14, 2005 at 16:55 UTC | |
|
Re: Encode a Utf-8 file to Unicode (TRICKY)
by graff (Chancellor) on Jul 15, 2005 at 02:32 UTC |