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

Doesn't work on Ruby 2.1 #4

Closed
gjtorikian opened this issue May 18, 2014 · 2 comments
Closed

Doesn't work on Ruby 2.1 #4

gjtorikian opened this issue May 18, 2014 · 2 comments

Comments

@gjtorikian
Copy link

emoji_extractor.rb:52: invalid multibyte escape: /\211PNG/

Using rbenv to switch to 1.8.7 was simple enough, though.

@ragnraok
Copy link

ragnraok commented Aug 5, 2014

I got the same problem

@tomasznguyen
Copy link

I ran into the same problem.

Add the following code as first line in the rb-file:

# encoding: US-ASCII

That should do the trick.

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

3 participants