cantino / ruby-readability

Port of arc90's readability project to Ruby
Apache License 2.0
925 stars 170 forks source link

UTF-8 characters #4

Closed pppppo closed 13 years ago

pppppo commented 13 years ago

ruby-readability sometimes fails to process pages with UTF-8 characters. It is due to the use of plain string when swaping nokogori nodes. It can be fixed by using nokogiri text node instead.

ghost commented 13 years ago

Thanks!