]> granicus.if.org Git - apache/commitdiff
Rebuild with 'fr bootstrap' options.
authorLucien Gentis <lgentis@apache.org>
Sat, 30 Jan 2016 17:25:53 +0000 (17:25 +0000)
committerLucien Gentis <lgentis@apache.org>
Sat, 30 Jan 2016 17:25:53 +0000 (17:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727735 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/manual.fr.xsl
docs/manual/style/xsl/util/designations.xml

index a0c8b20da00b7f84051343062c7a3850de6f884b..e8905ca9361c50d436f146cf2eddc4e761466982 100644 (file)
@@ -18,7 +18,7 @@
 
 <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"/>
@@ -26,7 +26,7 @@
 <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()"/>
@@ -34,4 +34,4 @@
 <!-- Now get the real guts of the stylesheet -->
 <xsl:include href="xsl/common.xsl"/>
 
-</xsl:stylesheet>
+</xsl:stylesheet>
\ No newline at end of file
index 592e953bef0afe34dfc124d598a0e8db6a909e0b..e352da531ca2e77865a8a95e9c247e844c28ffc5 100644 (file)
@@ -3,7 +3,7 @@
 <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>