Convert all your database character sets to utf8, trying to follow
Codex guides. You should use this if you are experiencing double utf8 encoding. You can check this by setting DB_CHARSET in your wp-config.php file to latin1 or commenting the line; if your characters look good now on your site than you are probably suffering from this issue.
It works by scanning all you tables and columns and generating a list of SQL statements which allow you to convert to convert your content to uft8.
!!! CAUTION !!!
The execution time of the next SQL statements may take a lot of time(even days), related to dimensions of your database and the amount of the content.
Installation
- Upload
utf8ize.zip
to the /wp-content/plugins/
directory;
- Extract the
utf8ize.zip
archive into the /wp-content/plugins/
directory;
- 通过WordPress的“插件”菜单激活插件。
用法
Use your plugin from the
Tools->Utf8ize
page;
1.1
Tested with WP up to 4.5
1.0
Start version on WP.