0

我在用法语单词解析 xml 文档时遇到了一些问题。例如 pêche 解析后我有这个:“p\xc3\xaache”而不是“pêche”

这是我的代码:

    for(pugi::xml_node child = parent.first_child(); child; child = child.next_sibling()){
                    std::string desc = child.child_value("word");
}

有什么建议么?肿瘤坏死因子。

4

0 回答 0