Aspose.word for java在调试的时候出现了乱码

你好,我在用aspose.word for java在调试的时候出现了乱码,请参考此截图Screenshot 1.png (24.8 KB)
Screenshot 2.png (16.2 KB)
请我,是什么原因呢?

调试代码为:

private static void setCellValue(Cell cell, String str, boolean bAdd) {

    NodeCollection nodes = cell.getFirstParagraph().getChildNodes();
    if (nodes.getCount() == 0) {
        Run run = new Run(cell.getDocument(), str);
        nodes.add(run);
        return;
    }
    if (!bAdd) {
        cell.getFirstParagraph().removeAllChildren();
    }
    nodes.add(new Run(cell.getDocument(), str));
}

@chenxf,

我们已在问题跟踪系统中记录了此问题。 您的票号是WORDSJAVA-2442。 我们将进一步调查此问题的详细信息,并使您随时了解链接问题的状态。 任何不便敬请谅解。

The issues you have found earlier (filed as WORDSJAVA-2442) have been fixed in this Aspose.Words for .NET 21.3 update and this Aspose.Words for Java 21.3 update.