arcusmaximus / YTSubConverter

A tool for creating styled YouTube subtitles
MIT License
767 stars 55 forks source link

Foreign characters are not supported #95

Closed fernzhn closed 4 months ago

fernzhn commented 4 months ago

Hi there! I have created a subtitle peace in Subtitle Edit, with foreign characters, as the Hungarian language usually requires it (á, é, í, ó, ö, ő, ú, ü, ű), but after converting the .ass file to the YouTube style, and uploading it to YouTube, it doesn't seem to be able to recognize those characters, and puts a [?] in their place. Any idea how to fix this? Thank you. image image

arcusmaximus commented 4 months ago

YTSubConverter supports foreign characters - it's been used for Asian languages for a long time. Most likely, Subtitle Edit is saving the .ass file with the wrong encoding (should be UTF8).

fernzhn commented 4 months ago

I believe I had it set it up for UTF-8, but I can re check it in a few hours.

fernzhn commented 4 months ago

It looks like the encoding was really wrong. Weirdly enough, when I saved the subtitle, I set it to UTF-8, most likely it changed back to the previous one. It works now, the program was just being weird a little for me. Thank you, have a nice day!