Foreign language not showing up properly

Miscellaneous questions and troubleshooting
Issue
The Non-English characters / language are not displayed correctly

Causes
1. Wrong database collation or charset
OR
2. The website files encode formats do not match with each other

Solutions
1. Change your database collation or charset to match with your site.
OR
2. Use notepad++ to change your website files encode format to UTF-8, and add meta to declare your site to use UTF-8 by adding the following to your HTML

<head>
<meta charset="UTF-8">
</head>


To download Notepad++, please click here