Skip to content

Instantly share code, notes, and snippets.

@vordan
Created September 14, 2015 13:37
Show Gist options
  • Save vordan/455544ed74b21a4a06d6 to your computer and use it in GitHub Desktop.
Save vordan/455544ed74b21a4a06d6 to your computer and use it in GitHub Desktop.
Convert file encoding
iconv -f ISO-8859-14 Agreement.txt -t UTF-8 -o agreement.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment