diff options
author | André Malo <nd@apache.org> | 2004-07-29 19:58:55 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2004-07-29 19:58:55 +0200 |
commit | f076334fd06efe6496cba20ba9737ad3780570cf (patch) | |
tree | 1e33ab31d9c38132e45df879b3aa8539661564c9 /docs | |
parent | switch to EUC-JP which is more stable in transformations than iso-2022-jp (diff) | |
download | apache2-f076334fd06efe6496cba20ba9737ad3780570cf.tar.xz apache2-f076334fd06efe6496cba20ba9737ad3780570cf.zip |
build bootstrap
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104415 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/style/lang-targets.xml | 2 | ||||
-rw-r--r-- | docs/manual/style/manual.ja.xsl | 4 | ||||
-rw-r--r-- | docs/manual/style/manual.ko.xsl | 3 | ||||
-rw-r--r-- | docs/manual/style/xsl/util/designations.xml | 2 |
4 files changed, 5 insertions, 6 deletions
diff --git a/docs/manual/style/lang-targets.xml b/docs/manual/style/lang-targets.xml index 06032b7cf8..9a4fd9677f 100644 --- a/docs/manual/style/lang-targets.xml +++ b/docs/manual/style/lang-targets.xml @@ -91,7 +91,7 @@ <!-- Japanese --> <!-- ==================================================================== --> <property value=".xml.ja" name="inputext.ja"/> -<property value=".html.ja.jis" name="outputext.ja"/> +<property value=".html.ja.euc-jp" name="outputext.ja"/> <target description="- builds Japanese HTML files" name="ja"> <html.generic lang="ja"/> diff --git a/docs/manual/style/manual.ja.xsl b/docs/manual/style/manual.ja.xsl index 2aeec384d2..24860f0003 100644 --- a/docs/manual/style/manual.ja.xsl +++ b/docs/manual/style/manual.ja.xsl @@ -18,7 +18,7 @@ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> -<xsl:output method="xml" encoding="ISO-2022-JP" 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="EUC-JP" 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/ja.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-2022-JP</xsl:variable> +<xsl:variable name="output-encoding">EUC-JP</xsl:variable> <xsl:variable name="is-chm" select="false()"/> <xsl:variable name="is-zip" select="false()"/> diff --git a/docs/manual/style/manual.ko.xsl b/docs/manual/style/manual.ko.xsl index 5efd81dbe8..0b2e8c80ef 100644 --- a/docs/manual/style/manual.ko.xsl +++ b/docs/manual/style/manual.ko.xsl @@ -1,5 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- English Revision: 1.9 --> <!-- Copyright 2002-2004 The Apache Software Foundation @@ -34,4 +33,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 diff --git a/docs/manual/style/xsl/util/designations.xml b/docs/manual/style/xsl/util/designations.xml index 28f8010969..d82cf5195f 100644 --- a/docs/manual/style/xsl/util/designations.xml +++ b/docs/manual/style/xsl/util/designations.xml @@ -4,7 +4,7 @@ <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="ISO-2022-JP" lang="ja">.html.ja.jis</item> +<item charset="EUC-JP" lang="ja">.html.ja.euc-jp</item> <item charset="EUC-KR" lang="ko">.html.ko.euc-kr</item> <item charset="KOI8-R" lang="ru">.html.ru.koi8-r</item> </items> |