Created
March 16, 2019 15:43
-
-
Save bkhezry/2bbc0f8780a8591d8e4692df6d79710b to your computer and use it in GitHub Desktop.
Change encoding of subtitle to UTF-8 in the linux terminal
This file contains 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 CP1256 -t UTF-8 input.srt -o output.srt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment