summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/ru/html-single.xsl
diff options
context:
space:
mode:
authorlumag <lumag@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-05 19:32:46 +0000
committerlumag <lumag@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-05 19:32:46 +0000
commitb2416a4f031bfb168b5ba5128ad0d3f5f534f046 (patch)
treea2045c032cc8860d773c1a6e6b8c9d76320a17cb /DOCS/xml/ru/html-single.xsl
parent2d9c3add3104975d9c313f1dd3c50b21b378c5d6 (diff)
downloadmpv-b2416a4f031bfb168b5ba5128ad0d3f5f534f046.tar.bz2
mpv-b2416a4f031bfb168b5ba5128ad0d3f5f534f046.tar.xz
Translation update.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10075 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/ru/html-single.xsl')
-rw-r--r--DOCS/xml/ru/html-single.xsl7
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/xml/ru/html-single.xsl b/DOCS/xml/ru/html-single.xsl
index f21aae7a84..6eadcf2cbc 100644
--- a/DOCS/xml/ru/html-single.xsl
+++ b/DOCS/xml/ru/html-single.xsl
@@ -7,5 +7,12 @@
<xsl:import href="../html.xsl"/>
<xsl:param name="chunker.output.encoding" select="'KOI8-R'"/>
+ <!--<xsl:output encoding="KOI8-R"/>-->
+
+ <!-- This forces saxon to output chars from KOI8-R as is and not something like &#444;
+ WARNING: This will probably work with HTML output, and won't with output XML.
+ Anyway, this file will generate only HTML :)
+ -->
+ <xsl:param name="saxon.character.representation" select="'native;decimal'"/>
</xsl:stylesheet>