Forums

[resolved] Posting in English and Korean (2 posts)

  1. fivesilver
    Member
    Posted 3 years ago #

    Hi - I'm a novice, so sorry if this sounds a bit dumb.

    The majority of my blog is planned to be in English, but I also want to publish some posts in Korean.
    I've tried this on my test pages, and although the posts go into the editor fine, once they're published, the Korean script comes out as a string of question marks, no matter what encoding I use to try and view the page.

    Is there a plugin I can install that will allow me to post in both Korean and English?
    I've tried searching for posts on this, but haven't been able to find anything.

  2. fivesilver
    Member
    Posted 3 years ago #

    I've got the solution to this. It's quick and easy (not even so dificult for a novice).
    Here's the solution, provided by member Deusdies:

    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', '');*/

Topic Closed

This topic has been closed to new replies.

About this Topic