wistful / SublimeAutoPEP8

Automatically formats Python code to conform to the PEP 8 style guide using autopep8 and pep8 modules
144 stars 23 forks source link

UnicodeEncodeError fix #2

Closed yuriykashin closed 12 years ago

yuriykashin commented 12 years ago

Non-ASCII symbols in code or comments raise UnicodeEncodeError. Fixed that.

wistful commented 12 years ago

thank you for issue. your commit resolve issue only for utf 8 encoding. i committed more common fix.