Changeset 7208 for temp/trunk
- Timestamp:
- 2006/11/01 14:59:22 (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
r7207 r7208 129 129 } 130 130 //$text = mb_convert_encoding($text, "UTF-8", CHAR_CODE); 131 $text = mb_convert_encoding($text, "EUC-JP");131 $text = mb_convert_encoding($text, CHAR_CODE); 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.
