Ganesh Babu N
unread,Oct 22, 2012, 7:31:36 AM10/22/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Perl
Dear All,
I am using WWW::Mechanize to fetch the content from the web. when I
used save_content method, I am getting the above said error. In the
output the character is not displaying properly. I need to encode the
HTML content to UTF-8 so that the character looks correct.
I have modified the Mechanize.pm @ line no. 2042 to open( my $fh,
'>:utf8', $filename ). But I am not getting the desired output.
Please help in getting the $mech->content in utf-8 format.
Regards,
Ganesh