NightWhistler / HtmlSpanner

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

Handling of mostly used HTML encoded characters #60

Closed Loyalar closed 5 years ago

Loyalar commented 5 years ago

As the issue in https://github.com/NightWhistler/HtmlSpanner/issues/48 describes, the plugin removes special characters like áéíóüúæøå, etc. This change handles most of these characters, and shows them properly. List of encoded characters and entity names taken from https://www.web2generators.com/html-based-tools/online-html-entities-encoder-and-decoder.

Closes #48

NightWhistler commented 5 years ago

Really awesome work! Thank you!