Skip to content

Instantly share code, notes, and snippets.

@ufuk
Created December 30, 2014 22:03
Show Gist options
  • Select an option

  • Save ufuk/212952dd729c210e1474 to your computer and use it in GitHub Desktop.

Select an option

Save ufuk/212952dd729c210e1474 to your computer and use it in GitHub Desktop.
Convert cp1254 encoded file to utf-8
iconv -f cp1254 -t utf-8 original_file.srt > new_file.srt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment