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, -- JasonReceived on Wednesday, 17 October 2007 13:14:07 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 2 June 2009 18:21:37 GMT