Emojis are not correctly displayed when converting from VSDX to html

Hi!

We are using Aspose.Diagram 21.9.0 to convert a VSDX into an HTML file. The source file contains emojis which are not correctly reproduced in the output file.
This is the code we are using for conversion:
using (var diagram = new Aspose.Diagram.Diagram(“SampleWithEmojis.vsdx”))
{
diagram.Save(“SampleOutput.html”, Aspose.Diagram.SaveFileFormat.Html);
}

The archive attached to this topic contains the source file used in the code sample.
SampleWithEmojis.zip (14.0 KB)

Thanks!

@arnoldbeilandevozon

We were able to reproduce the similar issue in our environment. Therefore, have logged it as DIAGRAMNET-52329 in our issue management system. We will further look into its details and keep you posted with the status of its correction. Please be patient and spare us some time.

We are sorry for the inconvenience.

Aspose.Diagram21.10.1.zip (6.8 MB)
@arnoldbeilandevozon
Please try the latest fix 21.10.1. We have fixed this issue in the fix.
Thanks.

Hi, we tested the latest fix 21.10.1 and we can confirm that it works now.

Thank you!

1 Like

The issues you have found earlier (filed as DIAGRAMNET-52329) have been fixed in this update. This message was posted using Bugs notification tool by philip.zhou