You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core:/core/rubinius/common/type.rb:559:in `initialize': undefined conversion for '"<HTML>\n<BODY>\n</BODY>\n</HTML>\n\n\n"' from UTF-8 to (Encoding::CompatibilityError)
from core:/core/rubinius/common/type.rb:559:in `raise'
from core:/core/rubinius/common/type.rb:559:in `compatible_encoding'
from core:/core/rubinius/common/string.rb:2317:in `rindex'
from rindex.rb:10:in `<main>'
The text was updated successfully, but these errors were encountered:
The problem here is our Regexp implementation and its very incomplete support for encodings and MBC encodings in particular. Fixing this will require an overhaul of Regexp.
Example
Error
The text was updated successfully, but these errors were encountered: