1 <refentry xmlns="http://docbook.org/ns/docbook"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 xmlns:xi="http://www.w3.org/2001/XInclude"
4 xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
5 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6 version="5.0" xml:id="htmlhelp.encoding">
8 <refentrytitle>htmlhelp.encoding</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
12 <refname>htmlhelp.encoding</refname>
13 <refpurpose>Character encoding to use in files for HTML Help compiler.</refpurpose>
17 <src:fragment xml:id="htmlhelp.encoding.frag">
18 <xsl:param name="htmlhelp.encoding">iso-8859-1</xsl:param>
22 <refsection><info><title>Description</title></info>
24 <para>HTML Help Compiler is not UTF-8 aware, so you should always use an
25 appropriate single-byte encoding here. Use one from <link xlink:href="ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets">iana</link>, the registered charset values.</para>