-
Notifications
You must be signed in to change notification settings - Fork 460
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 multi byte escape error in Ruby 2.0.0-p0 #79
Comments
bump |
Bump |
bump |
I managed to fix this by using:
at the top of:
Not sure if this is the best fix mind you? |
bump |
BUMP BUMP BUMP. This fucking bug is 4 years old |
@whomwah did you put in PR for this? |
At this time everyone already moved to https://github.com/aws/aws-sdk-ruby |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting this error in the following line
.rvm/gems/ruby-2.0.0-p0/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:84: invalid multibyte escape: /[\x80-\xFF]/ (SyntaxError)
Ruby - 2.0.0-p0
Rails - 3.2.11
The text was updated successfully, but these errors were encountered: