Support » Fixing WordPress » Non-English characters show jumbled up

  • While editing Japanese or Chinese characters, with the permalink structure of /%category%/%postname% for example, the permalink shows up in hexadecimal (encoded?) equivalents of the respective characters.

    Screenshot:
    http://i.imgur.com/slgR0.png

    Is there a cure for this? How can I make sure that the characters appear as usual?

    I have the following in the wp_config.php, but this doesn’t help:

    define('DB_CHARSET', 'utf8');
    mb_internal_encoding("UTF-8");
    mb_regex_encoding("UTF-8");
Viewing 1 replies (of 1 total)
  • did you fix it up? I having simliar issue with writing korean I guess it would be not relate with UTF-8 errors.

Viewing 1 replies (of 1 total)
  • The topic ‘Non-English characters show jumbled up’ is closed to new replies.