-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
Documents with extended UTF-8 URIs causes regexp error #29
Comments
I got this too through feedzirra / ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-linux]. While parsing http://www.cagepotato.com/feed/ (utf-8 feed) /usr/local/lib/ruby/gems/1.9.1/gems/loofah-1.0.0/lib/loofah/html5/scrub.rb:20:in `gsub': incompatible encoding regexp match (ASCII-8BIT regexp with UTF-8 string) (Encoding::CompatibilityError) |
anyone managed to work around this issue? |
I have a fix for this issue. Will be released early next week. Sorry for the delay. |
This fix is in 1.1.0, just released. |
Any idea how to work around this issue?
The text was updated successfully, but these errors were encountered: