Changeset 7180 for temp/trunk/html/admin/total/class/SC_GraphBase.php
- Timestamp:
- 2006/11/01 12:10:07 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/total/class/SC_GraphBase.php
r7179 r7180 128 128 imagefilledrectangle($this->image, $left - 2, $top - 2, $left + $text_width + 2, $top + $font_size + 2, $this->labelbg_color); 129 129 } 130 //$text = mb_convert_encoding($text, "UTF-8", "CHAR_CODE");130 //$text = mb_convert_encoding($text, "UTF-8", CHAR_CODE); 131 131 $text = mb_convert_encoding($text, "SHIFT-JIS"); 132 132 if($color != NULL) { … … 148 148 // ¥í¥°¤ò½ÐÎϤ¹¤ë 149 149 function debugPrint($text) { 150 $text = mb_convert_encoding($text, "UTF-8", "CHAR_CODE");150 $text = mb_convert_encoding($text, "UTF-8", CHAR_CODE); 151 151 if(!isset($this->text_top)) { 152 152 $this->text_top = FONT_SIZE + LINE_PAD;
Note: See TracChangeset
for help on using the changeset viewer.
