Ignore:
Timestamp:
2006/11/01 12:10:07 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

Location:
temp/trunk/html/admin/total/class
Files:
2 edited

Legend:

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

    r7179 r7180  
    128128            imagefilledrectangle($this->image, $left - 2, $top - 2, $left + $text_width + 2, $top + $font_size + 2, $this->labelbg_color); 
    129129        } 
    130         //$text = mb_convert_encoding($text, "UTF-8", "CHAR_CODE"); 
     130        //$text = mb_convert_encoding($text, "UTF-8", CHAR_CODE); 
    131131        $text = mb_convert_encoding($text, "SHIFT-JIS"); 
    132132        if($color != NULL) { 
     
    148148    // ¥í¥°¤ò½ÐÎϤ¹¤ë 
    149149    function debugPrint($text) { 
    150         $text = mb_convert_encoding($text, "UTF-8", "CHAR_CODE"); 
     150        $text = mb_convert_encoding($text, "UTF-8", CHAR_CODE); 
    151151        if(!isset($this->text_top)) { 
    152152            $this->text_top = FONT_SIZE + LINE_PAD; 
  • temp/trunk/html/admin/total/class/lib.php

    r7179 r7180  
    2727function lfImageText($dst_image, $text, $font_size, $left, $top, $font, $arrRGB) { 
    2828    $color = ImageColorAllocate($dst_image, $arrRGB[0], $arrRGB[1], $arrRGB[2]); 
    29     $text = mb_convert_encoding($text, "UTF-8", "CHAR_CODE"); 
     29    $text = mb_convert_encoding($text, "UTF-8", CHAR_CODE); 
    3030    // ɽ¼¨³ÑÅÙ  
    3131    $angle = 0; 
Note: See TracChangeset for help on using the changeset viewer.