code4lib / ruby-oai

a Ruby library for building OAI-PMH clients and servers
MIT License
62 stars 43 forks source link

Fix to make this compile/valid in Ruby 2.0 #31

Closed dazoakley closed 11 years ago

dazoakley commented 11 years ago

Enforce "us-ascii" encoding in the lib/oai/client file so the invalid utf-8 characters don't cause a syntax error.

Fixes #30

bensinober commented 11 years ago

confirms that this is an issue. Please merge pull request