summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/html-common.xsl
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-15 10:37:41 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-15 10:37:41 +0000
commitfdb5454df2e6c0c631728c87ccec2887ed869f4a (patch)
tree518e4fc29942ec96313e7c5c730fd3852a345e3f /DOCS/xml/html-common.xsl
parentee07781e3e2a2349689db6ad4feadcdddc06a871 (diff)
downloadmpv-fdb5454df2e6c0c631728c87ccec2887ed869f4a.tar.bz2
mpv-fdb5454df2e6c0c631728c87ccec2887ed869f4a.tar.xz
Output UTF-8 instead of legacy encodings by default.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20940 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/html-common.xsl')
-rw-r--r--DOCS/xml/html-common.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/xml/html-common.xsl b/DOCS/xml/html-common.xsl
index cfe3841ece..dc3cb14cea 100644
--- a/DOCS/xml/html-common.xsl
+++ b/DOCS/xml/html-common.xsl
@@ -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'"/>