- From: anusha r <suisse.chocolat@gmail.com>
- Date: Wed, 2 Jul 2008 03:33:04 -0700
- To: html-tidy@w3.org
Received on Wednesday, 2 July 2008 15:29:27 UTC
Hi I am running Tidy on an input xml file containing a right single quotation mark --> [ ' ]. The document's encoding correctly specifies that it is UTF-8. Running Tidy from the command line outputs the quote properly while using jtidy substitues some other unicode characters for the quote. My cmd line options were: --escape-cdata false -xml -utf8 My java code has: tidy.setEscapeCdata(false); tidy.setXmlTags(true); tidy.setCharEncoding(Configuration.UTF8);
Received on Wednesday, 2 July 2008 15:29:27 UTC