-
Notifications
You must be signed in to change notification settings - Fork 85
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 multibyte char (US-ASCII) (SyntaxError) #18
Comments
I have the same problem |
I too have the same problem. It seems to be caused by the "cross character" (⨉) in this line: <button type="button" class="close" data-dismiss="alert">⨉</button> |
Sorry for the delay but just made a release. now 0.0.6 should contain the unicode fix. |
Thanks! |
1 similar comment
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There seems to be some sort of encoding issue with the devise_bootstrap_views_helper.rb file.
I had to manually add:
#!/bin/env ruby
encoding: utf-8
To the top of the file to get it to work.
rails 4.0.2
ruby ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-darwin10.8.0]
The text was updated successfully, but these errors were encountered: