cardmagic / simple-rss

A simple, flexible, extensible, and liberal RSS and Atom reader for Ruby. It is designed to be backwards compatible with the standard RSS parser, but will never do RSS generation.
https://github.com/cardmagic/simple-rss
Other
225 stars 68 forks source link

Fix encoding issues #17

Open terotil opened 10 years ago

terotil commented 10 years ago

SimpleRSS#unescape blindly forced binary encoding on all the string values causing encoding issues (such as https://github.com/cardmagic/simple-rss/issues/15) in code using simple-rss. Just remove all the fiddling with encodings. I can't figure out any reason why there would be any need for that.

For some odd reason gemspec wasn't up to date with published gem version. Dunno why's that. Updated it too.