in reply to Character Recode Perlcode
The answer is here -> How do I convert a string to Unicode and back (v5.005_03)?. If you do a Super Search for "utf16" in the text you will turn up this link amongst others. Text::Iconv is a modular solution to encoding conversion.
use Text::Iconv; $converter = Text::Iconv->new("fromcode", "tocode"); $converted = $converter->convert("Text to convert");
cheers
tachyon
s&&rsenoyhcatreve&&&s&n.+t&"$'$`$\"$\&"&ee&&y&srve&&d&&print
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Character Recode Perlcode
by gildir (Pilgrim) on Oct 03, 2001 at 19:51 UTC |