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/30 20:12:39 UTC

svn commit: r149143 - httpd/httpd/trunk/docs/manual

Author: nd
Date: Sun Jan 30 11:12:38 2005
New Revision: 149143

URL: http://svn.apache.org/viewcvs?view=rev&rev=149143
Log:
add charsets that should be recognized by the svnmailer

Modified:
    httpd/httpd/trunk/docs/manual/   (props changed)

Propchange: httpd/httpd/trunk/docs/manual/
------------------------------------------------------------------------------
--- svnmailer:content-charset (added)
+++ svnmailer:content-charset Sun Jan 30 11:12:38 2005
@@ -0,0 +1,15 @@
+# charsets to recognize by the svnmailer
+
+# Korean
+*.xml.ko = euc-kr
+*.html.ko.euc-kr = euc-kr
+
+# Japanese
+*.xml.ja = euc-jp
+*.html.ja.euc-jp = euc-jp
+
+# Russian
+*.xml.ru = koi8-r
+*.html.ru.koi8-r = koi8-r
+
+# The rest is iso-8859-1 (default)