Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Alina Krol
762 PointsI have this error: Encoding::CompatibilityError: incompatible character encodings: IBM866 and UTF-8; How do I fix it?
It happens after sass --watch scss:css.
2 Answers

Graham Morby
8,292 PointsWhat are you using to compile your SASS

Alina Krol
762 PointsI used console as in video. Anyway, in forums I found the answer. This happened because I had not latin symbols in my path. The computer user was written in russian and some folders too, so I renamed folders and put it directly on disk c/. But is there any way to make it work with russian symbols too?