Your comments

+1

incorporating the strings command would be sufficient... would work for osx and linux

e.g.

strings -n 1 data.txt > clean-data.txt


also there is a strings for windows

http://technet.microsoft.com/en-us/sysinternals/bb897439.aspx

which uses the same commands.