Changeset 7208 for temp/trunk


Ignore:
Timestamp:
2006/11/01 14:59:22 (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

    r7207 r7208  
    129129        } 
    130130        //$text = mb_convert_encoding($text, "UTF-8", CHAR_CODE); 
    131         $text = mb_convert_encoding($text, "EUC-JP"); 
     131        $text = mb_convert_encoding($text, CHAR_CODE); 
    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.