in reply to Encoding in Perl

To convert charsets from one charset to another, try Text::Iconv or Encode::compat.
Boris

Replies are listed 'Best First'.
Re^2: Encoding in Perl
by piyush.shourie (Beadle) on Nov 02, 2004 at 09:27 UTC
    Borisz,

    Thanks for the update.
    But I am not able to compile Text::IConv module on Windows. However, when I try to run “perl Makefile.PL”, the error message “Checking for iconv ... The system cannot find the path specified.” Comes up.

    Please suggest some way to build the said module.

    If we need IConv to be installed (pre-requisite ), please let me know some web-site where I can get the same for Windows.

    Thanks in advance,
    Piyush