From f01e5ecc1a69d3934131353023d304fda27dbdce Mon Sep 17 00:00:00 2001 From: Jirka Kosek <jirka@kosek.cz> Date: Sun, 22 Apr 2001 18:56:10 +0000 Subject: [PATCH] Updated encoding issues for non-English languages --- xsl/htmlhelp/doc/htmlhelp.xml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/xsl/htmlhelp/doc/htmlhelp.xml b/xsl/htmlhelp/doc/htmlhelp.xml index 37d8717ee..1d7c4a3ba 100644 --- a/xsl/htmlhelp/doc/htmlhelp.xml +++ b/xsl/htmlhelp/doc/htmlhelp.xml @@ -121,24 +121,14 @@ entities in TOC file and index entries. This can be easily done by <xsl:import href="]]><replaceable>/path/to/stylesheets/</replaceable>contrib/htmlhelp/htmlhelp.xsl<![CDATA["/> <xsl:param name="htmlhelp.encoding" select="'windows-1250'"/> - <xsl:param name="html.encoding" select="'windows-1250'"/> + <xsl:param name="default.encoding" select="'windows-1250'"/> + <xsl:param name="saxon.character.representation" select="'native'"/> </xsl:stylesheet> ]]></programlisting> <para>Default encoding is ISO-8859-1 (aka ISO Latin 1).</para> -<note> -<para>With some XSLT processor index entries are problematic. For -example Saxon uses character references even after specifying different -encoding. This can be switched off by using parameter <literal -moreinfo="none">saxon:character-representation="native"</literal> on -<literal moreinfo="none">xsl:output</literal> instruction. However -this does not work with DocBook stylesheets. If you know solution to -this problem let me know. For the moment some characters in index are -weird.</para> -</note> - </section> </section> -- 2.40.0