Re: Tidy - UTF-8 problem
"anusha r" <[email protected]>
| Newsgroups | gmane.comp.web.html-tidy.user |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jul 2, 2008 at 3:33 AM, anusha r <[email protected]> wrote: > 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); Could anyone help me with getting the quote as it is using JTidy? Thanks Anusha P.S. sent the first incomplete mail by mistake