Skip to content

Instantly share code, notes, and snippets.

@anoras
Created July 30, 2010 20:28
Show Gist options
  • Save anoras/501259 to your computer and use it in GitHub Desktop.
Save anoras/501259 to your computer and use it in GitHub Desktop.
It's been a while since I've written code like this :-)
# It's been a while since I've written code like this :-)
def encoding_error_fucks_up_html_length?(node)
# Are we experiencing this Nokogiri issue: http://github.com/tenderlove/nokogiri/issues/#issue/215
node.inner_html.length < node.inner_text.length
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment