summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-11-14 23:29:24 -0800
committerChad Versace <chad.versace@linux.intel.com>2012-11-14 23:30:17 -0800
commitb72d453af86ad8ed96bc8b86b0b5ef99e0fa7ea9 (patch)
tree1f8e6025f4f407debf5a0f43e310f2c106bfbc91
parentbb230838e2518b30a417a35a51dde3f5788c857f (diff)
man: Output html in utf-8
Docbook's default is iso-8859-1. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
-rw-r--r--man/html.xsl5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/html.xsl b/man/html.xsl
index f741353..345bb2d 100644
--- a/man/html.xsl
+++ b/man/html.xsl
@@ -6,6 +6,11 @@
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
<xsl:include href="common.xsl"/>
+ <xsl:output
+ method="html"
+ encoding="UTF-8"
+ indent="yes"/>
+
<xsl:param name="citerefentry.link">1</xsl:param>
<xsl:param name="funcsynopsis.style">ansi</xsl:param>
<xsl:param name="html.stylesheet">manpage.css</xsl:param>