When I do a document.Save(stream, SaveFormat.Html) (Aspose.Words) certain characters get replaced with question marks. One example is the £ sign being replaced as ?. Others are word smart quotes.
I have tried explicitly setting the SaveOptions.HtmlExportEncoding = Encoding.UTF8 (and others) but to no avail.
Any ideas greatly appreciated.