flexera-public / right_aws

RightScale Amazon Web Services Ruby Gems
MIT License
451 stars 175 forks source link

I fixed issue #94 per the comment -- added force_encoding statement #127

Open aglover opened 12 years ago

aglover commented 12 years ago

I had this issue in production and this fixed it for us.

https://github.com/rightscale/right_aws/issues/94

Change is simple -- xml_text.force_encoding 'utf-8'

konstantin-dzreev commented 12 years ago

This does not seem to work with ruby 1.8.7

aglover commented 12 years ago

Yep, it isn't an issue on 1.8.7! :) I did not test pre-1.9.2. Sorry about that. Any suggestion other than checking RUBY_VERSION before the call?

JoshReedSchramm commented 11 years ago

Is anyone still looking at this pull request? If not I can pick it up and see if we can fix it in 1.8.7