Mercurial > mplayer.hg
changeset 11259:c0a674107197
Polish HTML encoding standard is iso-8859-2 not utf-8.
author | wight |
---|---|
date | Sat, 25 Oct 2003 07:24:10 +0000 |
parents | 9627feb8c6fb |
children | 1c269ab5f3f6 |
files | DOCS/xml/pl/html-common.xsl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/pl/html-common.xsl Fri Oct 24 16:44:05 2003 +0000 +++ b/DOCS/xml/pl/html-common.xsl Sat Oct 25 07:24:10 2003 +0000 @@ -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>