Hello,
I am using JEditorPane to display HTML documents in my application. The application reads the html page and sets that as the content of the JEditorPane.
My problem is that I am trying to display a double arrow (&harr

using "↔" but instead of displaying the double arrow, it writes out "&harr" to the screen. My content type is set to "text/html", and characters like "<" and ">" print out <, and >. How do I get "&harr" to print a double arrow?
thanks,
c.