in reply to
Perl script to transform XX-encoding to UTF-8
there are alot perl modules that can do it like
Text::Iconv
or even
open
can do it if you need to convert some file.
Comment on
Re: Perl script to transform XX-encoding to UTF-8
In Section
Seekers of Perl Wisdom