Changeset 7180 for temp/trunk/html/admin/total
- Timestamp:
- 2006/11/01 12:10:07 (20 years ago)
- Location:
- temp/trunk/html/admin/total/class
- Files:
-
- 2 edited
-
SC_GraphBase.php (modified) (2 diffs)
-
lib.php (modified) (1 diff)
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; -
temp/trunk/html/admin/total/class/lib.php
r7179 r7180 27 27 function lfImageText($dst_image, $text, $font_size, $left, $top, $font, $arrRGB) { 28 28 $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); 30 30 // ɽ¼¨³ÑÅÙ 31 31 $angle = 0;
Note: See TracChangeset
for help on using the changeset viewer.
