PHP function imagettftext() and unicode

前端 未结 5 1110
说谎
说谎 2020-11-30 07:09

I\'m using the PHP function imagettftext() to convert text into a GIF image. The text I am converting has Unicode characters including Japanese. Everything works fine on my

5条回答
  •  半阙折子戏
    2020-11-30 07:27

    Does that particular font file exist on your production machine? If using FTP to upload your files, are you using binary encoding?

提交回复
热议问题