How to convert a file from ISO-8859-P1 to UTF-8
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
iconv --from-code=ISO-8859-1 --to-code=UTF-8 ./oldfile.txt > ./newfile.txt