nwoltman/srt-to-vtt-cl

UTF-8 ó -> ó

maczor opened this issue · 1 comments

The "ó" is changed to ó during the SRT - VTT convertion

Hmm, I made it do this on purpose because I thought it prevented problems with how browsers render certain UTF-8 characters. I now realize that that was just a workaround for a bug in my implementation of woollybogger/srt-to-vtt-converter (a bug that I have since fixed in this project).

I should be able to fix this pretty quickly.