Sunday, February 21, 2016

How to ignore iconv error

To ignore iconv error, you can use `//ignore` with encoding as follows:

iconv -f cp949 -t utf-8//ignore keyword.txt.cp949 > keyword.txt

Reference:
http://stackoverflow.com/questions/9375909/iconv-utf-8-ignore-still-produces-illegal-character-error

No comments:

Post a Comment