Character encoding error for .php file Character encoding error for .php file json json

Character encoding error for .php file


Do you have Content-Type definition into your head.html?If the answer is no, try to put

<meta http-equiv="Content-Type" content="text/html;charset=[your-charset]" />

into your head.html