Comment 5 for bug 575500

Revision history for this message
arkmundi (rkerver) wrote :

My solution to the problem:
iconv -f 'UTF-8' -t 'ASCII//IGNORE' -o output-file-name --verbose input-file-name

The -t 'ASCII//IGNORE' option insures that the offensive characters will be discarded from the output, and the --verbose option tells you where they were in the file.