15954078560 2 lat temu
rodzic
commit
2a782e2f7b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      addons/poster/library/Image.php

+ 1 - 1
addons/poster/library/Image.php

@@ -117,7 +117,7 @@ class Image
             $data['color'] = '#000';
         }
 
-        $text = mb_convert_encoding($text, "GB2312", "UTF-8");
+//        $text = mb_convert_encoding($text, "GB2312", "UTF-8");
 //        $text = iconv('gb2312','utf-8',$text);//解决乱码问题
         $colors = $this->hex2rgb($data['color']);
         $color = imagecolorallocate($this->target, $colors['red'], $colors['green'], $colors['blue']);