-
Notifications
You must be signed in to change notification settings - Fork 42
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
Handle legal UTF-8 method names #69
Comments
Looks like our filename serializer regex doesn't like unicode. Should be easy enough to fix but I will have to look at it. |
Interestingly it's not our code that doesn't like this, it's Webrick's escape() function that doesn't handle unicode, which is pretty interesting, since we use that quite a bit. |
Not sure if this is the same thing but I recently switched to Rack::Utils On Fri, Nov 1, 2013 at 2:55 PM, Loren Segal notifications@git.luolix.topwrote:
|
Seems to be fixed by the above commit. Will be deploying now. |
RubyDoc.info currently blows up with UTF-8 method names, like:
https://github.com/mperham/sidekiq/blob/master/lib/sidekiq.rb#L25
which leads to this:
http://rubydoc.info/gems/sidekiq/Sidekiq
The text was updated successfully, but these errors were encountered: