[MPlayer-DOCS] CVS: main/DOCS/xml/pl html-common.xsl,1.1,1.2
Torinthiel CVS
wight at mplayerhq.hu
Sat Oct 25 09:24:12 CEST 2003
Update of /cvsroot/mplayer/main/DOCS/xml/pl
In directory mail:/var/tmp.root/cvs-serv16958
Modified Files:
html-common.xsl
Log Message:
Polish HTML encoding standard is iso-8859-2 not utf-8.
Index: html-common.xsl
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/pl/html-common.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- html-common.xsl 20 Oct 2003 09:56:47 -0000 1.1
+++ html-common.xsl 25 Oct 2003 07:24:10 -0000 1.2
@@ -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>
More information about the MPlayer-DOCS
mailing list