[MPlayer-DOCS] [RFC] converting documentation to UTF-8
Diego Biurrun
diego at biurrun.de
Fri Nov 10 16:45:59 CET 2006
On Fri, Nov 10, 2006 at 04:30:09PM +0100, mail at kraymer.de wrote:
> > On Sat, Oct 28, 2006 at 05:14:29PM +0200, Diego Biurrun wrote:
> >>
> >> [...]
> >
> > OK, we have taken the first step, now comes the next.
> >
> > I propose switching the output of the HTML conversion of the XML
> > documentation to be UTF-8, see my attached patch.
>
> Which patch? :)
*sigh*
Diego
-------------- next part --------------
Index: DOCS/xml/html-common.xsl
===================================================================
--- DOCS/xml/html-common.xsl (revision 20832)
+++ DOCS/xml/html-common.xsl (working copy)
@@ -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'"/>
More information about the MPlayer-DOCS
mailing list