Quote:
Originally Posted by kovidgoyal
Python 3 wouldn't help with this. This error involves the decoding of the files contents. In python 3 they would simply be the bytes data type and would still need to be decoded.
|
Don't these UnicodeDecode errors usually result from encoding conversion or encoding mixing? All such errors disappeared in pacify when I switched to Python 3.
- Ahi