summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>