1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-05 22:49:58 +00:00

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
This commit is contained in:
wight 2003-10-25 07:24:10 +00:00
parent b4d8c07e4b
commit 7b5500b40f

View File

@ -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>