Skip to content

Instantly share code, notes, and snippets.

@anselmdk
Last active January 30, 2016 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anselmdk/ccdb0a91913f2f474578 to your computer and use it in GitHub Desktop.
Save anselmdk/ccdb0a91913f2f474578 to your computer and use it in GitHub Desktop.
Convert file from lation1 to utf-8
iconv --from-code=ISO-8859-1 --to-code=UTF-8 old.txt > new.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment