Skip to content

Instantly share code, notes, and snippets.

@viktorsteinwand
Created February 1, 2016 10:46
Show Gist options
  • Save viktorsteinwand/831c158f5c0678e0a7a7 to your computer and use it in GitHub Desktop.
Save viktorsteinwand/831c158f5c0678e0a7a7 to your computer and use it in GitHub Desktop.
Convert enconding: Windows-1252 to UTF-8 encoding
iconv -f WINDOWS-1252 -t UTF-8 filename.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment