vividvilla/csvtotable

UTF-16 is not supported

eloydegen opened this issue · 0 comments

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.