summaryrefslogtreecommitdiffstats
path: root/docs/manual/style/xsl/util/designations.xml
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2020-06-13 08:33:47 +0200
committerChristophe Jaillet <jailletc36@apache.org>2020-06-13 08:33:47 +0200
commite0613b9841f6f2cf63f9b87c5d0f84ed47c0f5a2 (patch)
treea8dccd17b7fa3d66a9f99f0363d761b31806113e /docs/manual/style/xsl/util/designations.xml
parentFix a typo (diff)
downloadapache2-e0613b9841f6f2cf63f9b87c5d0f84ed47c0f5a2.tar.xz
apache2-e0613b9841f6f2cf63f9b87c5d0f84ed47c0f5a2.zip
Try to fix once and for all, our "en" html file generation issues with different Java version.
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
Diffstat (limited to '')
-rw-r--r--docs/manual/style/xsl/util/designations.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/style/xsl/util/designations.xml b/docs/manual/style/xsl/util/designations.xml
index ab772dcafb..97cc7f3b71 100644
--- a/docs/manual/style/xsl/util/designations.xml
+++ b/docs/manual/style/xsl/util/designations.xml
@@ -1,7 +1,7 @@
<?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>