csscomb / sublime-csscomb

Sublime plugin for CSScomb—CSS coding style formatter
398 stars 61 forks source link

UnicodeDecodeError #95

Closed onedevlad closed 5 years ago

onedevlad commented 9 years ago

CSSComb worked fined for a long time, but now every time I'm trying to run it with Sublime Text 3 on Windows 8.1 x64 I'm getting these errors:

File "G:\Program Files\Sublime Text 3\sublimeplugin.py", line 549, in run return self.run(edit) File "C:\Users\Vlad\AppData\Roaming\Sublime Text 3\Packages\CSScomb\CSScomb.py", line 35, in run combed = self.comb(originalBuffer, syntax, config) File "C:\Users\Vlad\AppData\Roaming\Sublime Text 3\Packages\CSScomb\CSScomb.py", line 52, in comb sublime.error_message('CSScomb error:\n%s' % stderr.decode('utf-8')) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xad in position 7: invalid start byte

P.S: Changing file's charset to UTF-8 doesn't help.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

jdalton commented 5 years ago

Duplicate of #191 .