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.

-- 
refuses to open files with incorrect encoding
https://bugs.launchpad.net/bugs/575500
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to