Hello, Thanks for your information. Cheers Max
look for wchar_from_mb.hpp and mb_from_wchar.hpp in boost/archive/iterators
for examples look in libs/serialization/test/test_iterators.hpp
Robert Ramey
Max wrote:
Please elaborate. I also have interest.
Thanks Max
The serialization library contains both converters in the form of "Dataflow Iterators" mb_from_wchar and wchar_from_mb. They are built using generic code of boost iterators.
Robert Ramey
Hansi wrote:
Hello,
I have searched a lot in every place what is the best way to convert a string to a wstring (and may be vice versa). But til now I don`t got any results. Can anyone give me an hint what is the best way to do that (also good performance?)? maybe there is something available to do that? may be also with some examples.
Thanks Hansj�rg
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users