utf-8 special characters not displaying

前端 未结 8 1345
暗喜
暗喜 2020-12-03 06:47

I moved my website from my local test server to NameCheap shared hosting and now I\'m running into a problem - some of the pages aren\'t displaying utf-8 special characters

8条回答
  •  庸人自扰
    2020-12-03 07:36

    If all the other answers didn't work for you, try disabling HTTP input encoding translation.

    This is a setting related to PHP extension mbstring. This was the problem in my case. This setting was enabled by default in my server.

提交回复
热议问题