
4 Feb
2010
4 Feb
'10
8:51 a.m.
On Tue, 02 Feb 2010 20:02:10 +0100, Timothy Madden <terminatorul@gmail.com> 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
[...]