Changeset 6867 for temp/trunk/data/class


Ignore:
Timestamp:
2006/10/26 16:58:36 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/GC_SendMail.php

    r6866 r6867  
    8282        print($this->body); 
    8383        //Mb_language( "Japanese" ); 
    84         $this->body = mb_convert_encoding($this->body, 'Shift-JIS', 'EUC-JP'); 
     84        $this->body = mb_convert_encoding($this->body, 'Shift-JIS'); 
    8585        print($this->body); 
    8686         
Note: See TracChangeset for help on using the changeset viewer.