ruediger / VobSub2SRT

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

Tesseract expects nld instead of dut as dutch language code (+fix) #9

Closed tomtor closed 12 years ago

tomtor commented 12 years ago

Line 322 in langcodes.c++ should read

"nld",

otherwise users get

Unable to load unicharset file /usr/share/tesseract-ocr/tessdata/dut.unicharset

ruediger commented 12 years ago

Thanks for reporting the bug. For some unkown reason I used the ISO 639-2 name and not ISO 639-3. I should check the other language codes.

See also issue #8.