I'm looking for some function that will decode a good amount of HTML entities.
Reason is I am working on some code to take HTML content and turning it into plain text, the issue that I have is a lot of entities do not get converted using HttpUtility.HtmlDecode
.
Some examples of entities I'm concerned about are , &, ©.
This is for .net 3.5.