]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
docs: Always generate UTF-8 encoding
authorMark Wielaard <mark@klomp.org>
Tue, 9 Jun 2020 10:59:40 +0000 (12:59 +0200)
committerMark Wielaard <mark@klomp.org>
Tue, 9 Jun 2020 10:59:40 +0000 (12:59 +0200)
docs/lib/vg-faq2txt.xsl
docs/lib/vg-html-chunk.xsl
docs/lib/vg-html-common.xsl

index 97431bb60411acdcd9df7e5fd8e69468418aecda..95e94621d3dc969d49820e398358d0dd70281420 100644 (file)
@@ -17,7 +17,7 @@
 <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">
index e504d9bc933f33d27905b5e58eef9bac0dc486c7..b83af34ce422a698f4b7efd6ec87cd463dea0cb7 100644 (file)
@@ -4,10 +4,12 @@
 <!-- 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">
index 4fa7212832bc1360f193c1dd7428e4bdb78ffd58..7ffb6824a4d0c67993da78691bc8eb310dfaeee3 100644 (file)
@@ -15,9 +15,8 @@
 <!-- ../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'"/>