Skip to content

Instantly share code, notes, and snippets.

@jms
Created November 1, 2013 04:59
Show Gist options
  • Select an option

  • Save jms/7261123 to your computer and use it in GitHub Desktop.

Select an option

Save jms/7261123 to your computer and use it in GitHub Desktop.
convert file utf8 to iso(latin) encoding
iconv --verbose -f UTF-8 -t ISO-8859-1 input.txt > output.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment