* Ziying Sherwin wrote: >Thanks for the advice. It seems that it is related to the Text:Iconv >installation. When I tried to test the Text:Iconv by using the following >perl script, I got the same error message complaining about "Unsupported >conversion: Invalid argument": > >use Text::Iconv; > >$cd = Text::Iconv->new("roman8", "iso88591"); Try ... Text::Iconv->new('roman8', 'iso-8859-1'); 'iso88591' is not a valid alias for ISO-8859-1.Received on Friday, 8 August 2003 16:23:30 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:57:11 GMT