sass: Encoding::UndefinedConversionError: "\xE2" from ASCII-8BIT to UTF-8

I’m trying to start the compass server (grunt compass:server), but I got the following error:

Encoding::UndefinedConversionError on line ["655"] of ~/.rvm/gems/ruby-2.0.0-p353/gems/sass-3.2.12/lib/sass/util.rb: "\xE2" from ASCII-8BIT to UTF-8.

  • ruby-2.0.0-p353
  • sass 3.2.12
  • grunt v0.4.2

Any idea how to fix this?

About this issue

  • Original URL
  • State: closed
  • Created 11 years ago
  • Comments: 15 (5 by maintainers)

Most upvoted comments

These errors are definitely not as good as they should be. Can someone who’s seeing one post:

  • Their OS version
  • Their Ruby version (ruby --version)
  • Their Sass version (sass --version)
  • The result of running sass with --trace on a file that produces the error
  • The result of running ruby -e 'p [Encoding.default_internal, Encoding.default_external]'