Skip to content

Instantly share code, notes, and snippets.

@berlotto
Created July 30, 2013 02:12
Show Gist options
  • Save berlotto/6109635 to your computer and use it in GitHub Desktop.
Save berlotto/6109635 to your computer and use it in GitHub Desktop.
Convertg ISO-8859-1 file to UTF-8
iconv --from-code=ISO-8859-1 --to-code=UTF-8 ./oldfile.htm > ./newfile.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment