Missing text when importing vsd file

When importing a vsd file, some text is missing from diagram, and page title is encoded incorrectly.

vsd file and a screenshot:
bad encoding.zip (160.7 KB)

The file was converted using this part of code:

File file = new File(PATH_TO_VSD_FILE);
Diagram d = new Diagram(file.getAbsolutePath());
d.save(file.getAbsolutePath() + "x", SaveFileFormat.VSDX);

@Denec
Thanks for the template file and screenshots.
We reproduced the problems you mentioned by converting your template vsd file to vsdx.

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): DIAGRAMJAVA-51186

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

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

Hello, thank you for the fix. Unfortunately, some of the elements are still missing from the diagram.
Here is the screenshot of what’s missing:
yrgbBpi6QS.png (162.5 KB)
Thank you in advance.

@Denec
Thanks for the screenshots.
I’m sorry, we missed some information.We will evaluate your issue further.

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): DIAGRAMJAVA-51191

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

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