mirror of
git://sourceware.org/git/valgrind.git
synced 2026-01-12 00:19:31 +08:00
docs: Always generate UTF-8 encoding
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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'"/>
|
||||
|
||||
Reference in New Issue
Block a user