Random guess : search PerlDoc for Encoding.
http://perldoc.perl.org/Encode.html

*$octets = encode(ENCODING, $string [, CHECK])
*

 $octets = encode("iso-8859-1", $string);

*$string = decode(ENCODING, $octets [, CHECK])*

On 4/13/07, xavier mas <[EMAIL PROTECTED]> wrote:

Hi list,

Anyone knows if threre is anyway to encode/ decode  a string from one
encoding
type to another (from iso-8859-15 to utf8, for instance)?

Greetings,

--
Xavier Mas

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



Reply via email to