开发者

Rapidxml and UTF8

开发者 https://www.devze.com 2023-01-28 16:12 出处:网络
I am using RapidXML, but I need to write my strings as UTF8, in Rapidxml Manual was expl开发者_高级运维ained it supports UTF8 , please tell me how can I use it via C++ ISO ?The default mode of operati

I am using RapidXML, but I need to write my strings as UTF8, in Rapidxml Manual was expl开发者_高级运维ained it supports UTF8 , please tell me how can I use it via C++ ISO ?


The default mode of operation for RapidXML is to handle UTF-8 input. You would have to disable this explicitly using parse_no_utf8 to get other behaviour.

Parse flag instructing the parser to disable UTF-8 handling and assume plain 8 bit characters. By default, UTF-8 handling is enabled.

0

精彩评论

暂无评论...
验证码 换一张
取 消