Switch "en" doc files to UTF-8.
We should also change "en.xml" with:
<target-ext>.html.en.utf8</target-ext>
and run:
./build.sh bootstrap
./build.sh
to be consistent with other languages.
Before making a lot of noise, first give some time to see how this works in RL.
[skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1878788 13f79535-47bb-0310-9956-
ffa450edef68
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "../lang.dtd">
<!-- $LastChangedRevision$ -->
<language id="en">
<name>English</name>
- <charset>ISO-8859-1</charset>
+ <charset>UTF-8</charset>
<source-ext>.xml</source-ext>
<target-ext>.html.en</target-ext>
</chm>
<man>
- <charset>ISO-8859-1</charset>
+ <charset>UTF-8</charset>
</man>
<!-- Some strings might be used in other contexts, than stated in the -->
<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/en.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()"/>
<?xml version="1.0" encoding="utf-8"?><items>
<item charset="ISO-8859-1" lang="da">.html.da</item>
<item charset="ISO-8859-1" lang="de">.html.de</item>
-<item charset="ISO-8859-1" lang="en">.html.en</item>
+<item charset="UTF-8" lang="en">.html.en</item>
<item charset="UTF-8" lang="es">.html.es.utf8</item>
<item charset="UTF-8" lang="fr">.html.fr.utf8</item>
<item charset="UTF-8" lang="ja">.html.ja.utf8</item>