iconv -f euc-kr -t utf-8 EUC-KR.SMI > UTF-8.SMI
Simple? Isn’t it?
iconv -f euc-kr -t utf-8 EUC-KR.SMI > UTF-8.SMI
Simple? Isn’t it?
* Note that this works with emacs 22.2 windows version.
Make sure that “(setq coding-system-for-write ‘utf-8)” should not be set in .emacs. If that, it will write it utf-8 always.