Skip to content

Instantly share code, notes, and snippets.

@davidvanvickle
Created April 13, 2012 05:41
Show Gist options
  • Save davidvanvickle/2374114 to your computer and use it in GitHub Desktop.
Save davidvanvickle/2374114 to your computer and use it in GitHub Desktop.
convert file to ascii
# see man page, args may vary
# to force conversion, use -c also
iconv -t ISO-8859-1 -f UTF-8 < utf.txt > asc.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment