Changeset 7179 for temp/trunk/html/admin/total/class/lib.php
- Timestamp:
- 2006/11/01 12:02:42 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/total/class/lib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/total/class/lib.php
r5934 r7179 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", " EUC-JP");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.
