Skip to content
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

Closed
donatoaz opened this issue Jul 4, 2015 · 6 comments
Closed

invalid multibyte char (US-ASCII) (SyntaxError) #18

donatoaz opened this issue Jul 4, 2015 · 6 comments

Comments

@donatoaz
Copy link

donatoaz commented Jul 4, 2015

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]

@isseu
Copy link

isseu commented Jul 9, 2015

I have the same problem

@crab-apple
Copy link

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>

@PFischbeck
Copy link

This seems to be fixed by the PRs #22 and #23, but we will have to wait until the next release in order to receive the patch. Until then, this will be broken on Ruby 1.9.

@hisea
Copy link
Owner

hisea commented Sep 9, 2015

Sorry for the delay but just made a release. now 0.0.6 should contain the unicode fix.

@hisea hisea closed this as completed Sep 9, 2015
@PFischbeck
Copy link

Thanks!

1 similar comment
@isseu
Copy link

isseu commented Sep 11, 2015

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants