summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-25 07:24:10 +0000
committerwight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-25 07:24:10 +0000
commit7b5500b40f1f12a40ce764f2bc921e56609783c5 (patch)
tree11e38a013ccefa5d99a01912dd9a6e3e44299a37 /DOCS
parentb4d8c07e4bad7211ff407c4092d82faa30245d0e (diff)
downloadmpv-7b5500b40f1f12a40ce764f2bc921e56609783c5.tar.bz2
mpv-7b5500b40f1f12a40ce764f2bc921e56609783c5.tar.xz
Polish HTML encoding standard is iso-8859-2 not utf-8.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11260 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/pl/html-common.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/xml/pl/html-common.xsl b/DOCS/xml/pl/html-common.xsl
index 4cc203d1b4..238a3963e6 100644
--- a/DOCS/xml/pl/html-common.xsl
+++ b/DOCS/xml/pl/html-common.xsl
@@ -3,7 +3,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
- <xsl:param name="chunker.output.encoding" select="'utf-8'"/>
+ <xsl:param name="chunker.output.encoding" select="'iso-8859-2'"/>
<xsl:output encoding="utf-8"/>
</xsl:stylesheet>