[MPlayer-translations] r20940 - in trunk/DOCS/xml: html-common.xsl pl/Makefile pl/html-chunk.xsl pl/html-common.xsl pl/html-single.xsl ru/Makefile ru/html-chunk.xsl ru/html-common.xsl ru/html-single.xsl

diego subversion at mplayerhq.hu
Wed Nov 15 11:37:42 CET 2006


Author: diego
Date: Wed Nov 15 11:37:41 2006
New Revision: 20940

Removed:
   trunk/DOCS/xml/pl/html-chunk.xsl
   trunk/DOCS/xml/pl/html-common.xsl
   trunk/DOCS/xml/pl/html-single.xsl
   trunk/DOCS/xml/ru/html-chunk.xsl
   trunk/DOCS/xml/ru/html-common.xsl
   trunk/DOCS/xml/ru/html-single.xsl
Modified:
   trunk/DOCS/xml/html-common.xsl
   trunk/DOCS/xml/pl/Makefile
   trunk/DOCS/xml/ru/Makefile

Log:
Output UTF-8 instead of legacy encodings by default.


Modified: trunk/DOCS/xml/html-common.xsl
==============================================================================
--- trunk/DOCS/xml/html-common.xsl	(original)
+++ trunk/DOCS/xml/html-common.xsl	Wed Nov 15 11:37:41 2006
@@ -8,6 +8,9 @@
      Set parameters
      ************** -->
 
+  <xsl:param name="chunker.output.encoding" select="'utf-8'"/>
+  <xsl:output encoding="utf-8"/>
+
   <xsl:param name="toc.section.depth" select="'4'"/>
 
   <xsl:param name="html.stylesheet" select="'default.css'"/>

Modified: trunk/DOCS/xml/pl/Makefile
==============================================================================
--- trunk/DOCS/xml/pl/Makefile	(original)
+++ trunk/DOCS/xml/pl/Makefile	Wed Nov 15 11:37:41 2006
@@ -5,7 +5,7 @@
 USE_SYMLINKS = no
 
 # Dependency information.
-$(HTMLDIR)/index.html: $(wildcard *.xml) html-common.xsl
-$(HTMLFILE): $(wildcard *.xml) html-common.xsl
+$(HTMLDIR)/index.html: $(wildcard *.xml)
+$(HTMLFILE): $(wildcard *.xml)
 
 include ../Makefile.inc

Modified: trunk/DOCS/xml/ru/Makefile
==============================================================================
--- trunk/DOCS/xml/ru/Makefile	(original)
+++ trunk/DOCS/xml/ru/Makefile	Wed Nov 15 11:37:41 2006
@@ -5,7 +5,7 @@
 USE_SYMLINKS = yes
 
 # Dependency information.
-$(HTMLDIR)/index.html: $(wildcard *.xml) html-common.xsl
-$(HTMLFILE): $(wildcard *.xml) html-common.xsl
+$(HTMLDIR)/index.html: $(wildcard *.xml)
+$(HTMLFILE): $(wildcard *.xml)
 
 include ../Makefile.inc



More information about the MPlayer-translations mailing list