I am attempting to convert from RTF to HTML format. The resulting HTML is easily viewable and closely matches the input RTF. The problem however is that I am seeing “?” symbols where non exist in the input RTF code. As an example the symbol ??? appears before the first “” tag in resulting HTML document.
I have a line in the resulting HTML which reads “Number:?? 17730”. The source RTF contains two spaces between the colon and the “1” characters. It does not contain any “?” symbols. Where I actually do have a “?” symbol in my RTF produces three symbols. The source RTF contains “lately?” however the resulting HTML contains “lately???”.
Any ideas why I am seeing these symbols? While testing during my demo of this product I noticed the initial “???” characters before the initial “” tag. I had assumed that this was due to the product being a demo. Now that I have the “real” thing the generation is annoying at best.
I have attached a text document that contains a sample RTF and its resulting HTML. You will note that the source RTF contains one embedded image which actually is properly handled by the .dll (after adjusting the URL of the image). This document has been emailed with success however the extra “?” symbols are still present.