LBeaudoux / tatoebatools

A library for fetching and reading Tatoeba's weekly exports
MIT License
20 stars 4 forks source link

fixed UnicodeDecodeError #1

Closed EatenHardship closed 4 years ago

EatenHardship commented 4 years ago

On Win10 I got UnicodeDecodeError on an attempt to iterate over any table. Specifying UTF-8 as the encoding for the open() call fixes the issue.

LBeaudoux commented 4 years ago

Thank you for reporting this bug!