Closed gjtorikian closed 2 years ago
emoji_extractor.rb:52: invalid multibyte escape: /\211PNG/
Using rbenv to switch to 1.8.7 was simple enough, though.
rbenv
I got the same problem
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.
Using
rbenv
to switch to 1.8.7 was simple enough, though.