Ok I need that my subs display properly
This is what I am doing at the moment
I got me a .srt file in ascii which I open in notepad and save as UTF-8
Than I change some problematic letters from this to that
example:
from
æ I change to ć so when video is played I can see ć
È I change to ÄŒ to get this shown Č
but dont know for other letters such as (this is complete list)
š Š
đ Đ
č Č
ć Ć
ž Ž
dž Dž
As I am bit new to all this is there some kind of list of all characters I need to edit my UTF-8 srt file
Or is there some better way to get these displayed properly in my language which is Serbian when video is played?
There should be tools out there that do this automatically for you. Unfortunately, I'm not quite sure which.
I do have a simple code editor (TextMate) which allows you to Re-open a file with any encoding type. Perhaps if you open a file directly as UTF8, all the characters are already fine. Next, save it as UTF8 as well.