When I want to install sass and compass, I get this message. Can someone help me?
Microsoft Windows [version 6.1.7601] Copyright (c) 2009 Microsoft Corporat
Here is what worked for me:
modified line 70 of registry.rb (in your ruby installation folder).
Change this line:
LOCALE = Encoding.find(Encoding.locale_charmap)
to this one:
LOCALE = Encoding::UTF_8