You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yo...@apache.org on 2004/04/09 03:15:57 UTC

cvs commit: httpd-dist .htaccess

yoshiki     2004/04/08 18:15:57

  Modified:    .        .htaccess
  Log:
  Specifiy charset of Japanese documents.
  
  Revision  Changes    Path
  1.97      +3 -0      httpd-dist/.htaccess
  
  Index: .htaccess
  ===================================================================
  RCS file: /home/cvs/httpd-dist/.htaccess,v
  retrieving revision 1.96
  retrieving revision 1.97
  diff -u -r1.96 -r1.97
  --- .htaccess	23 Mar 2004 18:26:10 -0000	1.96
  +++ .htaccess	9 Apr 2004 01:15:57 -0000	1.97
  @@ -59,3 +59,6 @@
     AddCharset iso-8859-1 .txt .html
   </Files>
   
  +<Files *.ja>
  +  AddCharset UTF-8 .txt .html
  +</Files>