标签: c++ c++11 unicode xml-parsing pugixml
我试图将解析后的信息存储在std :: u32strings中。 我从the documentation看到支持unicode,但他们只讨论wchars和wstrings。
有没有办法使用u32strings而不必在解析后明确地转换它?