Working with GD ( imagettftext() ) and UTF-8 characters

前端 未结 2 550

Just for the record - my first question here but hopefully not my last input in the community. But that\'s not why I\'m here.

I\'m currently developing a simple syst

2条回答
  •  既然无缘
    2020-12-04 02:24

    In first place make sure your IDE is not saving file in another encoding than UTF8. For example new Intellij IDEA 9 changed UTF-8 to WINDOWS-1250 on Windows platform. If you won't notice that and you will use constant strings for testing, it is pretty crazy to debug.

提交回复
热议问题