Petr Cimprich wrote:

> Thomas,
>
> Your stylesheet doesn't seem to specify an output
> encoding, hence utf-8 is used by default. This is why your
> non ASCII character occupies two bytes. Try the following:

Yes, you are right. I added:
<xsl:output encoding="iso-8859-1">
but the result is:

utf8.cpp:127: failed assertion `cd != (iconv_t)(-1)'
and a core ;-)
---Thomas


Reply via email to