<xsl:strip-space elements="*"/>
-<xsl:output method="text" encoding="ISO-8859-1"
+<xsl:output method="text" encoding="UTF-8"
indent="yes" omit-xml-declaration="yes"/>
<xsl:param name="generate.toc">
<!-- import the common styles -->
<xsl:import href="vg-html-common.xsl"/>
-
<!-- use our custom html stylesheet -->
<xsl:param name="html.stylesheet" select="'vg_basic.css'"/>
+<!-- use UTF-8 encoding -->
+<xsl:param name="chunker.output.encoding" select="'UTF-8'"/>
+
<!-- custom header for html documentation -->
<xsl:template name="header.navigation">
<!-- ../current/.. in docs/Makefile.am, since the latter is a -->
<!-- symlink to the former, at least on SuSE 10.0. -->
-
-<!-- use 8859-1 encoding -->
-<xsl:output method="html" encoding="ISO-8859-1" indent="yes"/>
+<!-- use UTF-8 encoding -->
+<xsl:output method="html" encoding="UTF-8" indent="yes"/>
<!-- set various parameters -->
<xsl:param name="use.id.as.filename" select="'1'"/>