Set the chunk output encoding to UTF-8. Fixed the output. default tip
author"German Poo-Caaman~o <gpoo@gnome.org>"
Fri, 29 Feb 2008 12:31:14 -0300
changeset 9 d31ab62a5e24
parent 8 430634105212
Set the chunk output encoding to UTF-8. Fixed the output.
stylesheets/librognome-html.xsl
--- a/stylesheets/librognome-html.xsl	Fri Feb 29 12:09:47 2008 -0300
+++ b/stylesheets/librognome-html.xsl	Fri Feb 29 12:31:14 2008 -0300
@@ -9,7 +9,8 @@
   <!-- change some parameters -->
   <xsl:param name="toc.section.depth">1</xsl:param>
 
-  <xsl:param name="default.encoding" select="'utf-8'"/>
+  <xsl:param name="default.encoding" select="'UTF-8'"/>
+  <xsl:param name="chunker.output.encoding" select="'UTF-8'"/>
   <xsl:param name="chapter.autolabel" select="0"/>
   <xsl:param name="use.id.as.filename" select="'1'"/>
   <xsl:param name="html.ext" select="'.html'"/>
@@ -42,7 +43,7 @@
         <xsl:apply-templates select="//anchor|//refentry"
                              mode="generate.index.mode"/>
       </xsl:with-param>
-      <xsl:with-param name="encoding" select="'utf-8'"/>
+      <xsl:with-param name="encoding" select="'UTF-8'"/>
     </xsl:call-template>
   </xsl:template>