tjmahr / readtextgrid

Read in a 'Praat' 'TextGrid' File
GNU General Public License v3.0
14 stars 3 forks source link

fixes encoding issues #8

Closed jonorthwash closed 8 months ago

jonorthwash commented 8 months ago

read_textgrid() accepts an encoding override; otherwise, encoding of TextGrid is guessed.

Should close https://github.com/tjmahr/readtextgrid/issues/7 .

tjmahr commented 8 months ago

I need to update the documentation before I can merge this change.