Posts

Showing posts with the label convert ascii

converting utf8 file to ascii

iconv --from-code UTF-8 --to-code US-ASCII -c inputfile > outputfile