[Tokyodebian-commits] TokyoDebian CVS update: CVSROOT log_accum.pl

tokyodebian CVS Commit tokyodebian-commits at lists.alioth.debian.org
Fri Dec 9 15:12:43 UTC 2005


  User: dancer  
  Date: 05/12/09 15:12:43

  Modified:    .        log_accum.pl
  Log:
  assume coding is in iso-2022-jp
  
  Revision  Changes    Path
  1.2       +1 -1      CVSROOT/log_accum.pl
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/CVSROOT/log_accum.pl?annotate=1.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/CVSROOT/log_accum.pl?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/CVSROOT/log_accum.pl.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: log_accum.pl
  ===================================================================
  RCS file: /cvsroot/tokyodebian/CVSROOT/log_accum.pl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- log_accum.pl	8 Dec 2005 23:51:36 -0000	1.1
  +++ log_accum.pl	9 Dec 2005 15:12:42 -0000	1.2
  @@ -458,7 +458,7 @@
       print MAIL "To: $MAIL_TO\n";
       print MAIL "Mime-Version: 1.0\n";
   #    print MAIL "X-Info: Inserted by $ARGV[0]\n";
  -    print MAIL "Content-Type: text/plain; charset=ISO-8859-1\n";
  +    print MAIL "Content-Type: text/plain; charset=iso-2022-jp\n";
       print MAIL "Content-Transfer-Encoding: 8bit\n";
       print MAIL "Subject: $SUBJECT_PRE $ARGV[0]\n\n";
       print(MAIL join("\n", @text));
  
  
  



More information about the Tokyodebian-commits mailing list