livereload / LiveReload

LiveReload.app for Mac and Windows. See “develop” branch for the latest Windows release and LiveReload 3 progress. (NOTE: renamed from LiveReload2.)
http://livereload.com/
Other
1.43k stars 166 forks source link

Error: "invalid US ASCII characters" #74

Closed felixfischer closed 1 year ago

felixfischer commented 11 years ago

I keep getting an error saying that there are invalid US ASCII characters in my SCSS files.

Although there ARE characters in my files that are not ASCII I don't get this error when compiling on the command line.

Is there anything I can do about it besides adding @charset "UTF-8" at the beginning of each file?

I'm using zsh and Ruby 1.9.3 (via rvm) on OS X 10.7.5. All system encoding variables are set to de_DE.UTF-8.

chapati23 commented 11 years ago

+1

flynnduism commented 11 years ago

+1

usethetics commented 11 years ago

I am running 10.9 and the latest version (v2.3.33) from here http://feedback.livereload.com/knowledgebase/articles/67441-how-do-i-start-using-livereload- fixed it for me.

simefield commented 10 years ago

Solved mine by adding to the top of my config.rb: Encoding.default_external = "utf-8" Thanks Hugo! http://hugo.castanho.me/code/invalid-us-ascii-character-xe2/

felixfischer commented 1 year ago

Closing my stale tickets. No longer working with this repo.