nwoltman / srt-to-vtt-cl

A command line tool that converts subtitle files from SubRib (.srt) format to WebVTT (.vtt) format
MIT License
95 stars 11 forks source link

UTF-8 ó -> ó #2

Closed maczor closed 9 years ago

maczor commented 9 years ago

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

nwoltman commented 9 years ago

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.