
19 Jul
2005
19 Jul
'05
8:12 a.m.
The xml_wiarchve and xml_woarechive do use UTF-8. The specific case reported by the user is a std::wstring with a '\0' in the middle of it. Using UTF-8 doesn't address the issue.
Sorry, I thought you meant the zero byte was part of a multi-byte character. Converting to UTF-8 solves that (?). But you just mean a standalone \0 character? Doesn't that mean the problem applies to serializing std::string as well? Darren