From: Christophe de V. <cde...@gm...> - 2006-02-13 18:30:52
|
Le Lundi 13 F=E9vrier 2006 19:12, Tim Conkling a =E9crit=A0: > Am I correct in > believing that libxml++ will correctly store UTF-8 data in a std::string, > such that I can later access the contents of a std::string's character > buffer directly and the UTF-8 data will still be intact, yes > or does=20 > std::string somehow mangle or reject non-ASCII characters? No. The string instances (either ustring or std::string) are instanciated f= rom=20 untouched xmlChar* values. Regards, Christophe |