NightWhistler / HtmlSpanner

Android HTML rendering library with CSS support
http://nightwhistler.github.io/HtmlSpanner/
875 stars 208 forks source link

It removes áéíóüú characters #48

Closed Zhuinden closed 5 years ago

Zhuinden commented 8 years ago

My HTML contains vowels like that, but the only characters it lets through are Ő and Ű.

It removes every other accented character.

Considering it relies on a CSS parser and HtmlCleaner, I have no idea where the problem is coming from, I just know this library does not suit my purposes due to its arcane bug.

Zhuinden commented 5 years ago

Nice to see a fix for this after so long 😄 I barely remember what I would have needed this lib for. Thankfully https://github.com/noties/Markwon exists since.

The tricky thing is that I actually don't see ű and ő on that list, I only see û.

It'd still break for hungarian text... 😞