This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Windows Help Files: Output character not available


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>




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]