<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
-<xsl:output method="xml" encoding="ISO-8859-1" indent="no" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>
+<xsl:output method="xml" encoding="UTF-8" indent="no" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>
<!-- Read the localized messages from the specified language file -->
<xsl:variable name="message" select="document('lang/fr.xml')/language/messages/message"/>
<xsl:variable name="allmodules" select="document('xsl/util/allmodules.xml')/items/item[@lang=$doclang]"/>
<!-- some meta information have to be passed to the transformation -->
-<xsl:variable name="output-encoding">ISO-8859-1</xsl:variable>
+<xsl:variable name="output-encoding">UTF-8</xsl:variable>
<xsl:variable name="is-chm" select="false()"/>
<xsl:variable name="is-zip" select="false()"/>
<xsl:variable name="is-retired" select="false()"/>
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="xsl/common.xsl"/>
-</xsl:stylesheet>
+</xsl:stylesheet>
\ No newline at end of file
<item charset="ISO-8859-1" lang="de">.html.de</item>
<item charset="ISO-8859-1" lang="en">.html.en</item>
<item charset="ISO-8859-1" lang="es">.html.es</item>
-<item charset="ISO-8859-1" lang="fr">.html.fr</item>
+<item charset="UTF-8" lang="fr">.html.fr</item>
<item charset="UTF-8" lang="ja">.html.ja.utf8</item>
<item charset="EUC-KR" lang="ko">.html.ko.euc-kr</item>
<item charset="ISO-8859-1" lang="pt-br">.html.pt-br</item>