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...
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...