Sublime-JSHint
Sublime-JSHint copied to clipboard
Error: 'ascii' codec can't decode byte 0xed in position 12: ordinal not in range(128)
Hi,
I'm using Sublime Text 2 on a Windows 8.1 machine with Python installed. I get this error for every operation I try to execute, but points to different locations within JSHint.py depending on what operation. Any idea what could cause this?
Regards, Daníel
I have same problem. Log from ST2 console: Traceback (most recent call last): File ".\sublime_plugin.py", line 362, in run_ return self.run(edit) File ".\JSHint.py", line 32, in run UnicodeDecodeError: 'ascii' codec can't decode byte 0xb3 in position 16: ordinal not in range(128)
I think that is caused by utf8 character ine the path to linted file.