]> granicus.if.org Git - apache/commitdiff
build bootstrap
authorAndré Malo <nd@apache.org>
Thu, 29 Jul 2004 17:58:55 +0000 (17:58 +0000)
committerAndré Malo <nd@apache.org>
Thu, 29 Jul 2004 17:58:55 +0000 (17:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104415 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/lang-targets.xml
docs/manual/style/manual.ja.xsl
docs/manual/style/manual.ko.xsl
docs/manual/style/xsl/util/designations.xml

index 06032b7cf87044c43b28e6b97439519ec2db1bbf..9a4fd9677f6a1e6dc9948152097ea1e7a689a50a 100644 (file)
@@ -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"/>
index 2aeec384d25b8d4d910c61a756f301e026f98d00..24860f0003a814c884a386c5f552a3c5beb78aac 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-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()"/>
 
index 5efd81dbe83347f6b729d59e76a362f6459a2f1e..0b2e8c80efec76c90caf0ff2bcab89c1b852b7aa 100644 (file)
@@ -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
index 28f80109696c4a82a043374e558b304b845e4799..d82cf5195ff6c89e6a26fac45bf120176d682595 100644 (file)
@@ -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>