On Wed, Sep 06, 2000 at 10:40:23PM +0200, Guenter Radestock wrote:
> 3.
> Warning [code:458]
> output encoding 'ISO-8859-1' not supported, using 'UTF-8'
>
> Unfortunately, now sabcmd writes '<?xml version="1.0"
> encoding="UTF-8"?>', but the rest of the data is __not__ UTF-8 but
> ISO-8859-1 as I requested. So my postprocessing fails... It will still
> print UTF-8 the way it is supposed to, if I remove the xsl:output.
just changed the second iconv_open(..., "UTF8") in utf8.cpp to
iconv_open(..., "UTF-8") now this works the way it should. Sorry...
--
Guenter Radestock, Universitaetsbibliothek Karlsruhe
[EMAIL PROTECTED]
http://www.ubka.uni-karlsruhe.de/~guenter