Hello,
i use the latest version of WP and the Oriental theme by pure-essence.net
Being an absolute novice in that kind of stuff, i have noticed that whenever i try to introduce some korean characters/words, they would appear as normal on my Edit Post page, but then once published they would just end up as "???"
Thing is, i saw another topic saying to:
1) Open wp-config.php;
2) Find:define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');3) Change it to:
/*define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');*/
unfortunately, because my blog is in french, whenever i do that, french characters as "é, è, à, ô", etc. can't be read either, and i have some strange symbols instead.
Any idea why? Any solutions to that problem?