Created
July 30, 2010 20:28
-
-
Save anoras/501259 to your computer and use it in GitHub Desktop.
It's been a while since I've written code like this :-)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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