converting utf8 file to ascii Get link Facebook X Pinterest Email Other Apps August 06, 2010 iconv --from-code UTF-8 --to-code US-ASCII -c inputfile > outputfile Read more