Avatar
JeffMa
It appears that your Korean characters and not displaying properly due to the character set that have been configured for PHP. To resolve the issue, open your php.ini file and edit it to display this:

default_charset = "euc-kr"

Be sure the edit the existing default_charset line within the file and replace it with the above code. After making this change, everything should display properly.