Looks like an improper encoding. It can happen if you stored the text in a database. You should verify the encoding when entered. If I am not mistaken, Korean should be UTF16. Then make sure when you retrieve the text from the database, to defineencoding to the same encoding.