-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid US-ASCII character "\xC3" in singularitygs-1.6.2/stylesheets/singularitygs/helpers/_str-replace.scss #207
Comments
@Snugug any help understanding what I'm dealing with here would be fantastic. |
|
There is a comment on line 7 of the string replace helper that includes someone's name that has an é in it. That appears to be the problem you're running into as it's not a US character.
|
awesome .. that was super helpful. |
That resolve this issue? |
My challenge is that I don't do development with this gem or sass. I've reverted our systems to version 1.5.1 that does not have this issue and am restoring the deployments affected by this. We picked this up in a testing environment so it was caught relatively early. I do agree with you that the character in that comment is the culprit. From what I could tell the encoding on the server is set properly and explicitly setting it in the file that is invoking singularity did not resolve the issue. I'll get someone to look at this this morning. |
Sounds good, keep me posted. FWIW that character has no impact on actually being able to use the code in that file (assuming you can get past the encoding error you seem to be having). |
any update here? Getting same issue. |
If you can, I recommend using |
Yeah did that already. Thx |
Any updates on this issue? We just started seeing it as well. |
I was able to get past this by adding the following line to the end of my config.rb file: Encoding.default_external = 'UTF-8' |
Adding |
@Arvoreen 's fix works for me as well |
Excellent, thanks @Arvoreen. Works great for me too. |
My monitoring awoke me to this .. any chance you can help me correlate what was in your release yesterday that would cause this?
[31m error[0m scss/print.scss (Line 7 of /retracted/shared/bundle/ruby/1.9.1/gems/singularitygs-1.6.2/stylesheets/singularitygs/helpers/_str-replace.scss: Invalid US-ASCII character "\xC3")
[31m error[0m scss/style.scss (Line 7 of /retracted/shared/bundle/ruby/1.9.1/gems/singularitygs-1.6.2/stylesheets/singularitygs/helpers/_str-replace.scss: Invalid US-ASCII character "\xC3")
[31mCompilation failed in 2 files.
The text was updated successfully, but these errors were encountered: