diff DOCS/xml/html-common.xsl @ 20924:abde88225c3a

Output UTF-8 instead of legacy encodings by default.
author diego
date Wed, 15 Nov 2006 10:37:41 +0000
parents cf5519000a08
children e9555bd1a9fb
line wrap: on
line diff
--- a/DOCS/xml/html-common.xsl	Wed Nov 15 08:36:06 2006 +0000
+++ b/DOCS/xml/html-common.xsl	Wed Nov 15 10:37:41 2006 +0000
@@ -8,6 +8,9 @@
      Set parameters
      ************** -->
 
+  <xsl:param name="chunker.output.encoding" select="'utf-8'"/>
+  <xsl:output encoding="utf-8"/>
+
   <xsl:param name="toc.section.depth" select="'4'"/>
 
   <xsl:param name="html.stylesheet" select="'default.css'"/>