Created
November 1, 2013 04:59
-
-
Save jms/7261123 to your computer and use it in GitHub Desktop.
convert file utf8 to iso(latin) encoding
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 --verbose -f UTF-8 -t ISO-8859-1 input.txt > output.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment