-
-
Save AdamStelmaszczyk/1c780be1e2bd45f9d9b302a7e65fa1b9 to your computer and use it in GitHub Desktop.
To have Polish characters in subtitles
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
Usually the encoding is "MS-Windows code page 1250", but we want UTF-8. | |
sudo apt-get install enca | |
enconv -L polish -x utf8 subtitles.srt | |
To check file encoding use -m: | |
enconv -L polish -m subtitles.srt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment