Changeset 5401 for temp/trunk/html/admin/total/class/SC_GraphBase.php
- Timestamp:
- 2006/09/22 11:26:50 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/total/class/SC_GraphBase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/total/class/SC_GraphBase.php
r5107 r5401 123 123 imagefilledrectangle($this->image, $left - 2, $top - 2, $left + $text_width + 2, $top + $font_size + 2, $this->labelbg_color); 124 124 } 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"); 126 127 if($color != NULL) { 127 128 ImageTTFText($this->image, $font_size, $angle, $left, $top + $font_size, $color, FONT_PATH, $text);
Note: See TracChangeset
for help on using the changeset viewer.
