$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Darren Cook (darren_at_[hidden])
Date: 2005-07-19 03:12:57
> 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