Praat-textgrids icon indicating copy to clipboard operation
Praat-textgrids copied to clipboard

'utf-8' codec can't decode byte 0xff in position 0: invalid start byte

Open shakeel608 opened this issue 4 years ago • 1 comments

When I try to read TextGrid File Using
grid = textgrids.TextGrid(annot) it is showing the following error 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte

I don't it just happen today . It was working perfectly fine, but I just updated the library it is showing me this error

shakeel608 avatar Apr 14 '20 13:04 shakeel608

I think this is about Praat’s annoying habit of using UTF-8 or UTF-16 with no apparent pattern. In some parts of the code I have tried to make it more tolerant. I have to see into this.

Legisign avatar Jun 01 '20 20:06 Legisign