If you are using utf-8 documents in Python, you may occasionally run into this error:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 124106: ordinal not in range(128)
The fix is trivial!
If you are using utf-8 documents in Python, you may occasionally run into this error:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 124106: ordinal not in range(128)
The fix is trivial!