$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost::asio::buffer + std::wstring
From: Igor R (boost.lists_at_[hidden])
Date: 2011-12-27 02:02:26
> I'm sending unicode text over a socket using boost::asio::async_write
> and boost::asio::buffer however only 1/4 of the string ends up at the
> receiver. What must I do so that all bytes are sent?
Where is the code?