Skip to content

Instantly share code, notes, and snippets.

@betawax
Created March 8, 2011 10:19
Show Gist options
  • Save betawax/860120 to your computer and use it in GitHub Desktop.
Save betawax/860120 to your computer and use it in GitHub Desktop.
Convert a ISO-8859-1 file to UTF-8
iconv -f iso-8859-1 -t utf-8 file_iso.txt > file_utf8.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment