ruediger / VobSub2SRT

Converts VobSub subtitles (.idx/.srt format) into .srt subtitles.
GNU General Public License v3.0
294 stars 66 forks source link

wrong lang prefix makes the operation fail #8

Closed dontbugme closed 12 years ago

dontbugme commented 12 years ago

Trying to extract french subtitles to srt from idx/sub than contains english, spanish and french, I installed the french localization for tesseract but vobsub2srt conversion still fails because it's looking for files prefixed fre. when the installed files are prefixed with fra.

for example vobsub2srt requires fre.unicharset when the french tesseract package installed fra.unicharset

tomtor commented 12 years ago

See my issue report, it's easy to fix. Change fre to fra in langcodes.c++

ruediger commented 12 years ago

See Issue #9