Skip to content

Instantly share code, notes, and snippets.

@romanhaa
Last active June 4, 2021 07:56
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Change formatting of text file, e.g. from ISO-8859-1 (table exported from Excel) to UTF-8
iconv -f ISO-8859-1 -t UTF-8 -o <OUTPUT_FILE> <INPUT_FILE>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment