function utf2euc($str) { return iconv("UTF-8","cp949//IGNORE", $str); } function euc2utf($str) { return iconv("cp949","UTF-8//IGNORE", $str); }
CC-BY-SA 3.0 · Powered by MediaWiki
개인정보처리방침 · ABOUT