<!-- 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"/>
<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"/>
<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()"/>
<?xml version="1.0" encoding="utf-8"?>
-<!-- English Revision: 1.9 -->
<!--
Copyright 2002-2004 The Apache Software Foundation
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="xsl/common.xsl"/>
-</xsl:stylesheet>
+</xsl:stylesheet>
\ No newline at end of file
<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>