How to convert a file from ISO-8859-P1 to UTF-8 7 February 2011·16 words·1 min Debian Tips How to convert a file from ISO-8859-P1 to UTF-8 # iconv --from-code=ISO-8859-1 --to-code=UTF-8 ./oldfile.txt > ./newfile.txt