When I try to run CTRL + L or Save I get this from console:
Traceback (most recent call last):
File ".\sublime_plugin.py", line 337, in run_
File ".\JSLint.py", line 26, in run
UnicodeDecodeError: 'ascii' codec can't decode byte 0xec in position 1657: ordinal not in range(128)
There was an similar issue here https://github.com/darrenderidder/Sublime-JSLint/issues/10. I also have an unordinary Windows user. It seemed like it was ST2 issue, but as far as I can tell its JSLint.py thats making a problem this time. I might be wrong. I know nothing of Python.
When I try to run
CTRL + L
orSave
I get this from console:There was an similar issue here https://github.com/darrenderidder/Sublime-JSLint/issues/10. I also have an unordinary Windows user. It seemed like it was ST2 issue, but as far as I can tell its JSLint.py thats making a problem this time. I might be wrong. I know nothing of Python.