# HG changeset patch
# User Dongsheng Song <dongsheng.song@gmail.com>
# Date 1237196945 -28800
# Node ID 1a3d882149fda80474ecc9f473a35887e0881e31
# Parent  9038da8b2d2213836639423cc225fceb97e039ea
Set chunker.output.encoding to 'utf-8'

diff -r 9038da8b2d22 -r 1a3d882149fd stylesheets/html.xsl
--- a/stylesheets/html.xsl	Mon Mar 16 17:23:05 2009 +0800
+++ b/stylesheets/html.xsl	Mon Mar 16 17:49:05 2009 +0800
@@ -22,6 +22,8 @@
   <xsl:param name="section.label.includes.component.label">1</xsl:param>
 
   <xsl:output method="html" encoding="utf-8" indent="yes"/>     <!-- html only -->
+  <xsl:param name="chunker.output.encoding" select="'utf-8'"/>  <!-- html only -->
+  <xsl:param name="chunker.output.indent" select="'yes'"/>      <!-- html only -->
   <xsl:param name="use.id.as.filename">0</xsl:param>            <!-- html only -->
   <xsl:param name="chunk.section.depth">0</xsl:param>           <!-- html only -->
   <xsl:param name="chunker.output.indent">yes</xsl:param>       <!-- html only -->