Convert encoding of given files from one encoding to another
To convert from utf-8 to latin1:
iconv --from-code utf-8 --to-code latin1 --output ofile inputfile