You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2005/01/31 19:50:34 UTC

svn commit: r149285 - httpd/httpd/branches/2.0.x/docs/manual

Author: nd
Date: Mon Jan 31 10:50:33 2005
New Revision: 149285

URL: http://svn.apache.org/viewcvs?view=rev&rev=149285
Log:
fix xml.ja encoding to iso-2022-jp

Modified:
    httpd/httpd/branches/2.0.x/docs/manual/   (props changed)

Propchange: httpd/httpd/branches/2.0.x/docs/manual/
------------------------------------------------------------------------------
--- svnmailer:content-charset (original)
+++ svnmailer:content-charset Mon Jan 31 10:50:33 2005
@@ -5,7 +5,7 @@
 *.html.ko.euc-kr = euc-kr
 
 # Japanese
-*.xml.ja = euc-jp
+*.xml.ja = iso-2022-jp
 *.html.ja.euc-jp = euc-jp
 
 # Russian
@@ -13,4 +13,3 @@
 *.html.ru.koi8-r = koi8-r
 
 # The rest is iso-8859-1 (default)
-