Hi,
are your source files set to UTF-8 as well? I mean, do your XML headers have something like: <?xml version="1.0" encoding="UTF-8" ?>

Robert

On 06/03/2013 10:46 AM, markus.sticker.e...@zf.com wrote:
Hi,

I tried to get HTML with characters like Ü, Ä, Ö .
Just I used th ISO-8851-9 (default), but today we
had to change the encoding to UTF-8. So I read
many thing about that:

Using xsltproc with --stringparam chunker.output.encoding UTF-8
Or
Setting the xslt-output to

   <xsl:output method="xml"
               encoding="UTF-8"
               doctype-system="http://www.w3.org/TR/html4/strict.dtd";
               doctype-public="-//W3C//DTD HTML 4.01//EN" />
   or
   <xsl:output method="html"
               encoding="UTF-8"
               doctype-system="http://www.w3.org/TR/html4/strict.dtd";
               doctype-public="-//W3C//DTD HTML 4.01//EN" />

But all I've got is .

   ShowExt überarbeitet

Instead of

  ShowExt überarbeitet

Maybe somebody can give me a hint how to change this.
Thanks and
Best regards

Markus


---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-h...@lists.oasis-open.org




---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-h...@lists.oasis-open.org

Reply via email to