Charset Issues
Special characters are not displayed correctly.
1. Solution
Revert to the utf-8
charset inside the settings.
2. Solution
Define a default charset inside your .htaccess
file:
adddefaultcharset utf-8Edit on GitHub
Special characters are not displayed correctly.
Revert to the utf-8
charset inside the settings.
Define a default charset inside your .htaccess
file:
adddefaultcharset utf-8Edit on GitHub