Jtidy and character escaping

2002-05-27 Thread Bert Van Kets
I'm using JTidy to convert a string containing some HTML to XHTML in a DOM tree. I can't get the foreign characters like éèà converted to the XHTML counterpart. What setting do I need to use??? Here's a code snip from my XSP page: String strContent = request.getParameter(content);

RE: Jtidy and character escaping

2002-05-27 Thread Manos Batsis
PROTECTED] Subject: Jtidy and character escaping I'm using JTidy to convert a string containing some HTML to XHTML in a DOM tree. I can't get the foreign characters like éèà converted to the XHTML counterpart. What setting do I need to use??? Here's a code snip from my XSP page