Re: encoding string

2007-04-13 Thread yitzle
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 lis

encoding string

2007-04-13 Thread xavier mas
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/