Julian-Hochhaus / py_modules

MIT License
2 stars 0 forks source link

windows write encoding #1

Open Cl3V0r opened 6 years ago

Cl3V0r commented 6 years ago

On windows the 'cp1252' encoding is used normally, instead of 'utf8'. So the line in textable.py should be changed to #coding: cp1252 for windows users. But then it normally won't work for linux machines. So there should be a distinction between the different formats used...

Julian-Hochhaus commented 6 years ago

I will fix it asap. Thanks!