How to convert a file from ISO-8859-P1 to UTF-8
Feb 7, 2011
1 minute read

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


comments powered by Disqus