attenzione/SublimeLinter-scss-lint

Linting error: Invalid byte sequence in US-ASCII

vanjacosic opened this issue · 1 comments

Hey, I am getting this strange error when linting some specific files in my project.

These files contain UTF-8 characters that are used for iconfonts.

It looks like this (in Sublime Text 3, Build 3059):

The error

As mentioned in my comment on scss-lint #59, I have tried something that fixes the issue, but it's not a viable solution. I would like to help fix this issue for the future.

As we discuss in that thread, we suspect it might be the way that the sublime plugin hands off code to the linter that is causing the encoding issue. But we don't understand how it works well enough.

I hope you can help shed some light on this issue and maybe suggest a solution :)

This is SublimeLinter related, not plugin