Created
September 3, 2017 16:14
-
-
Save 0xKD/7b267d86b5d4f934e64e68bc5fae82a7 to your computer and use it in GitHub Desktop.
Strip invalid chars
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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