Created
June 16, 2010 05:05
-
-
Save mourdok/440187 to your computer and use it in GitHub Desktop.
Converting the encoding of the legend
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
| # Know. | |
| # This command iconv is very helpful. | |
| # Shell to Live! | |
| # Converting the encoding of the legend | |
| iconv -f iso-8859-1 -t utf-8 My\ Movie.srt > My\ Movie\ ENCODED.srt | |
| # :-) Simple as that. | |
| # More information | |
| # Visit: http://www.gnu.org/software/libiconv/documentation/libiconv/iconv.1.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment