Skip to content

Instantly share code, notes, and snippets.

@mourdok
Created June 16, 2010 05:05
Show Gist options
  • Select an option

  • Save mourdok/440187 to your computer and use it in GitHub Desktop.

Select an option

Save mourdok/440187 to your computer and use it in GitHub Desktop.
Converting the encoding of the legend
# 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