Our web server uses UTF-8 encoding by default. If you have the problem mentioned above, you need to change the default encoding.
For php pages, you can create an .htaccess file with the following content:
php_value default_charset "iso-8859-1"
Our web server uses UTF-8 encoding by default. If you have the problem mentioned above, you need to change the default encoding.
For php pages, you can create an .htaccess file with the following content:
php_value default_charset "iso-8859-1"