- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Fri, 08 Aug 2003 22:23:06 +0200
- To: Ziying Sherwin <sherwin@lhc.nlm.nih.gov>
- Cc: www-validator@w3.org
* 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 UTC