I'm looking for a java class to parse all HTML special characters. I guess it's a common problem but i cannot find a fast solution right now.
What i wanto to get is:
input: thè --> output: thè
input: »
input: &lraquo;
...
Do you know anything useful for me?