Skip to content

Instantly share code, notes, and snippets.

@0xKD
Created September 3, 2017 16:14
Show Gist options
  • Save 0xKD/7b267d86b5d4f934e64e68bc5fae82a7 to your computer and use it in GitHub Desktop.
Save 0xKD/7b267d86b5d4f934e64e68bc5fae82a7 to your computer and use it in GitHub Desktop.
Strip invalid chars
iconv -f utf-8 -t utf-8 -c input_file.txt > output_file.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment