Docs: Ensure generated html is utf-8 encoded

This commit is contained in:
Luke Serné
2023-06-23 15:03:35 +02:00
parent 5719632656
commit ce399ff2db
4 changed files with 8 additions and 0 deletions

View File

@@ -29,4 +29,6 @@
<xsl:param name="chunker.output.indent" select="'yes'"/> <!-- Do proper indenting of html -->
<xsl:param name="chunker.output.encoding" select="'UTF-8'"/> <!-- Encode the chunks as UTF-8 files -->
</xsl:stylesheet>

View File

@@ -54,6 +54,8 @@
<xsl:param name="chunker.output.indent" select="'yes'"/> <!-- Do proper indenting of html -->
<xsl:param name="chunker.output.encoding" select="'UTF-8'"/> <!-- Encode the chunks as UTF-8 files -->
<xsl:param name="admon.graphics" select="1"/> <!-- Turn on graphic icon for important/note tags -->
<xsl:param name="admon.textlabel" select="0"/> <!-- Don't display title for important/note tags -->

View File

@@ -12,4 +12,6 @@
<xsl:param name="chunker.output.indent" select="'yes'"/> <!-- Do proper indenting of html -->
<xsl:param name="chunker.output.encoding" select="'UTF-8'"/> <!-- Encode the chunks as UTF-8 files -->
</xsl:stylesheet>

View File

@@ -12,4 +12,6 @@
<xsl:param name="chunker.output.indent" select="'yes'"/> <!-- Do proper indenting of html -->
<xsl:param name="chunker.output.encoding" select="'UTF-8'"/> <!-- Encode the chunks as UTF-8 files -->
</xsl:stylesheet>