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
Article ID: 1698, Created: February 20, 2015 at 7:38 AM, Modified: February 20, 2015 at 7:38 AM