noophq / subtitle

Convert subtitles from one format to another format. Supported formats: STL EBU, TTML SMI, VTT, SRT
GNU Lesser General Public License v3.0
100 stars 40 forks source link

fix bom question #7

Closed biezhihua closed 7 years ago

biezhihua commented 7 years ago

A BOM file, the head will have a '\uFEFF' or '��1' is included , parsing errors can result.

The real number to be resolved is in the second position.

biezhihua commented 7 years ago

@clebeaupin

Thanks!