Changeset 7204 for temp/trunk/html/admin/total/class/SC_GraphBase.php
- Timestamp:
- 2006/11/01 14:57:43 (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
r7180 r7204 129 129 } 130 130 //$text = mb_convert_encoding($text, "UTF-8", CHAR_CODE); 131 $text = mb_convert_encoding($text, " SHIFT-JIS");131 $text = mb_convert_encoding($text, "UTF-8"); 132 132 if($color != NULL) { 133 133 ImageTTFText($this->image, $font_size, $angle, $left, $top + $font_size, $color, FONT_PATH, $text);
Note: See TracChangeset
for help on using the changeset viewer.
