1. strings_korean.txt -> strings_korean_utf8.txt config_inc.php ÆÄÀÏ¿¡ $g_default_language = 'korean'; À¸·Î ÇÑ´Ù. 2. core µð·ºÅ丮ÀÇ string_api.php ÆÄÀÏÀÇ ¾Æ·¡ ÇÔ¼ö¸¦ ¾Æ·¡¿Í °°ÀÌ ¼öÁ¤ÇÑ´Ù. function string_html_specialchars( $p_string ) { return(strtr($p_string, array('&#' => '&#', '&' => '&', '"' => '"', '<' => '<', '>' => '>'))); }