The output of `iconv -f UTF-8 cmudict-0.7b > /dev/null; echo $?` (as suggested [here](https://stackoverflow.com/questions/115210/how-to-check-whether-a-file-is-valid-utf-8/115262#115262)) is: `iconv: cmudict-0.7b:35733:1: cannot convert` Removing the line fixes things.
The output of
iconv -f UTF-8 cmudict-0.7b > /dev/null; echo $?(as suggested here) is:iconv: cmudict-0.7b:35733:1: cannot convertRemoving the line fixes things.