- From: Jason Millard <jsm174@gmail.com>
- Date: Wed, 17 Oct 2007 00:11:38 -0400
- To: html-tidy@w3.org
Received on Wednesday, 17 October 2007 13:14:07 UTC
Hello, I am using TidyLib to convert HTML to XHTML. The original HTML contains control-H (0x08) characters. These characters are used for auth purposes. I have TidyLib configured as: tidyOptSetBool(tdoc, TidyXhtmlOut, yes); tidyOptSetBool(tdoc, TidyForceOutput, yes); tidyOptSetValue(tdoc, TidyCharEncoding, "raw"); When the HTML is converted, the control-H characters are lost. Is there any option I can use to preserve these characters? Maybe even something that would set them to  Thanks, -- Jason
Received on Wednesday, 17 October 2007 13:14:07 UTC