Changeset 7207 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/11/01 14:59:06 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/total/class/SC_GraphBase.php

    r7206 r7207  
    129129        } 
    130130        //$text = mb_convert_encoding($text, "UTF-8", CHAR_CODE); 
    131         $text = mb_convert_encoding($text, "SHIFT-JIS"); 
     131        $text = mb_convert_encoding($text, "EUC-JP"); 
    132132        if($color != NULL) { 
    133133            ImageTTFText($this->image, $font_size, $angle, $left, $top + $font_size, $color, FONT_PATH, $text); 
Note: See TracChangeset for help on using the changeset viewer.