]> granicus.if.org Git - apache/commitdiff
Lowercase ISO-2022-JP.
authorYoshiki Hayashi <yoshiki@apache.org>
Wed, 22 May 2002 10:06:33 +0000 (10:06 +0000)
committerYoshiki Hayashi <yoshiki@apache.org>
Wed, 22 May 2002 10:06:33 +0000 (10:06 +0000)
Suggested by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95212 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/manual.ja.xsl

index 4aba62275ce4e4c943fcad6849a3a25ef69a4027..877de4a5d1cad248a7318c2628a2ab64c0bb73de 100644 (file)
@@ -2,7 +2,7 @@
 <xsl:stylesheet version="1.0"
               xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
-<xsl:output method="html" encoding="ISO-2202-JP" indent="no"/>
+<xsl:output method="html" encoding="iso-2202-jp" indent="no"/>
 
 <!-- Read the localized messages from the specified language file -->
 <xsl:variable name="messages" select="document('ja.xml')/messages"/>
@@ -10,4 +10,4 @@
 <!-- Now get the real guts of the stylesheet -->
 <xsl:include href="common.xsl"/>
 
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>