I have an ASCII String, with HTML entities, like:
à ¨ ç
I need this String to be without those entities an
Take a look at org.apache.commons.lang.StringEscapeUtils.unescapeHtml(...). Apparently it understands all character entities defined in HTML 4.