mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
Docs: Ensure generated html is utf-8 encoded
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user