$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Joseph Gauterin (joseph.gauterin_at_[hidden])
Date: 2007-09-27 12:35:32
> since std::wfstream just converts ASCII to UTF-16.
If only it were that simple. *Some implementations* of std::wstring do
that, but those that do still only provide a byte oriented, not code
point oriented interface to the data.