Subject: Re: [Boost-users] Unicode support in boost?
From: Igor R (boost.lists_at_[hidden])
Date: 2011-09-06 15:55:41


> >>Excuse my ignorance, but how pthread can be "unicode" or not?<<
>
> No, no. I did not mean that.
>
> The UNICODE version of the library (boost_thread_vc100_mt_1_47) can handle Unicode strings that are from Unicode version of an application that uses the boost library without doing string conversions ( from Unicode to multibyte , and vice versa )

But Boost.Thread doesn't handle any strings at all, as far as I see...