Is there a faster way to decode html characters to a string than Html.fromHtml()?

What about org.apache.commons.lang.StringEscapeUtils’s unescapeHtml(). The library is available on Apache site.

(EDIT: June 2019 – See the comments below for updates about the library)

Leave a Comment