[EMAIL PROTECTED] wrote:
> > >Fatal Error in file "/usr/people/marc/projects/xml/EPKO.xml", line 1, > column 48 > > Message: An exception occured! Type:RuntimeException, Message:Could not > create a > >converter for encoding: iso-8859-1 > >What's amiss? > > The transcoding service you use on that platform either does not support > Latin1 or its not set up correctly, the latter is probably the more likely > scenario. > This is because you compiled with Iconv transcoding services and you're using an encoding that's not supported by Iconv in 3.0.0 version. If you compile your source with icu it should work fine. The latest code in cvs repository does support it in Iconv. You may either extract that or wait for the new release that's going to come up very soon. Arundhati