docs: Always generate UTF-8 encoding

This commit is contained in:
Mark Wielaard
2020-06-09 12:59:40 +02:00
parent a489f40f78
commit ab85a40053
3 changed files with 6 additions and 5 deletions

View 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">

View 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">

View 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'"/>