Ignore:
Timestamp:
2006/09/22 11:26:50 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r5107 r5401  
    123123            imagefilledrectangle($this->image, $left - 2, $top - 2, $left + $text_width + 2, $top + $font_size + 2, $this->labelbg_color); 
    124124        } 
    125         $text = mb_convert_encoding($text, "UTF-8", "EUC-JP"); 
     125        //$text = mb_convert_encoding($text, "UTF-8", "EUC-JP"); 
     126        $text = mb_convert_encoding($text, "SHIFT-JIS"); 
    126127        if($color != NULL) { 
    127128            ImageTTFText($this->image, $font_size, $angle, $left, $top + $font_size, $color, FONT_PATH, $text); 
Note: See TracChangeset for help on using the changeset viewer.