Mercurial > hgbook
changeset 738:1a3d882149fd
Set chunker.output.encoding to 'utf-8'
author | Dongsheng Song <dongsheng.song@gmail.com> |
---|---|
date | Mon, 16 Mar 2009 17:49:05 +0800 |
parents | 9038da8b2d22 |
children | a13813534ccd |
files | stylesheets/html.xsl |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 -->