How to make foreign language wordpress display properly in utf8?
1. Please login "WordPress" administration section and goto the Reading section under "Setting".
2. Please modify the "Encoding for pages and feeds" to reflect the change.
3. If default MySQL client does not use UTF-8 encoding, please also modify the wp-include/wp-db.php to include this line, $this->query("SET NAMES UTF8");
User Comments
So simple and yet sorts it out properly<br />Thanks for this
Add Your Comments