Hi! First, thanks for this project, it served my goal very well!
When using an UTF-16 file, it prints the error:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
When converting the file to UTF-8 using iconv it works fine.
Hi! First, thanks for this project, it served my goal very well!
When using an UTF-16 file, it prints the error:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byteWhen converting the file to UTF-8 using
iconvit works fine.