Name
htmlhelp.encoding — Character encoding to use in files for HTML Help compiler.
Synopsis
<xsl:param name="htmlhelp.encoding" select="'iso-8859-1'"></xsl:param>
Description
HTML Help Compiler is not UTF-8 aware, so you should always use
apropriate single-byte encoding here.