Word to HTML conversion Bullets do not work

I am using word.dll v14.2.0.0

I have a word doc with a bulleted list.
Now when I save as a HTML doc
I get a funny character. see attached:

These are the save options I am setting

Aspose.Words.Saving.HtmlSaveOptions htmlSaveOptions = new Aspose.Words.Saving.HtmlSaveOptions(SaveFormat.Html);
htmlSaveOptions.ExportRelativeFontSize = true;
htmlSaveOptions.PrettyFormat = true;
htmlSaveOptions.AllowNegativeIndent = true; (also tried false)

Hi Nitin,

Thanks for your inquiry. I would suggest you please upgrade to the latest version (v14.3.0) from here and let us know how it goes on your side. If the problem still remains, please attach your input Word document here for testing. I will investigate the issue on my side and provide you more information.