$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] How to convert wide character strings to multi-byte strings ?
From: Boris Schaeling (boris_at_[hidden])
Date: 2010-02-04 10:51:01
On Tue, 02 Feb 2010 20:02:10 +0100, Timothy Madden
<terminatorul_at_[hidden]> wrote:
> What is the right way to convert from wide character strings to
> multi-byte strings ? In boost or in C++ if any ?
mbstowcs() and wcstombs() in <cstdlib.h> might help you.
Boris
> [...]