Thanks Jirka,
it works when I use
<xsl:param name="htmlhelp.encoding">ISO-8859-1</xsl:param>
and &#174; (The R in a circle), not with &#8482; (the TM sign), though.
I can live with that, though.

Stephan

Jirka Kosek wrote:
Stephan Wiesner wrote:


The encoding for my document is ISO-8859-1 and if I remove the trademark
sign it works. Anybody knows how to solve this?

Set parameter htmlhelp.encoding to the name of encoding which contains
TM chatacter. I think that following should work:

<xsl:param name="htmlhelp.encoding">windows-1252</xsl:param>



Reply via email to