Jan Eden wrote: > > is there a Perl equivalent to the UNIX program iconv (to convert > text from some encoding to another)? Maybe even in the standard > distribution? > > I know I could do a system call to let iconv do the job, but I > would like to have a fast program.
Hi Jan. I've never used it, but it looks like Text::Iconv should do the job for you. Take a look here: http://search.cpan.org/~mpiotr/Text-Iconv-1.2/Iconv.pm HTH, Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>