open-cogsci / datamatrix

An intuitive, Pythonic way to work with tabular data
https://pydatamatrix.eu/
GNU General Public License v3.0
25 stars 10 forks source link

io.readtxt() assumes system encoding on Python 3 #5

Closed smathot closed 7 years ago

smathot commented 7 years ago

On Python 3, CsvReader tries to decode the file using the default system encoding.