You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 4, 2025. It is now read-only.
# coding: utf8# TODO Comment with non ASCII characters in it: °C.
This does not show up in the status line and invoking the list of all warnings doesn't work any more.
When moving the cursor onto that line the Sublime Text console reads:
Traceback (most recent call last):
File "./sublime_plugin.py", line 200, in on_selection_modified
File "./sublime_plugin.py", line 154, in run_timed_function
File "./sublime_plugin.py", line 199, in <lambda>
File "./pylinter.py", line 577, in on_selection_modified
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 53: ordinal not in range(128)
And when trying to invoke the list of all Pylint messages with Ctrl+Alt+C the console contains:
Traceback (most recent call last):
File "./sublime_plugin.py", line 356, in run_
File "./pylinter.py", line 283, in run
File "./pylinter.py", line 373, in popup_error_list
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 53: ordinal not in range(128)