73rhodes / Sublime-JSLint

JSLint for Sublime Text 2 and 3.
80 stars 14 forks source link

UnicodeDecodeError #34

Closed theodoregold closed 8 years ago

theodoregold commented 10 years ago

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.

darrenderidder commented 9 years ago

You referenced an issue that has a known fix... have you tried it? Also, can you say which version of Windows and ST you are currently using. Thanks.

darrenderidder commented 9 years ago

Any progress with this?