"Vladimir Prus" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I think it's better to wait for Unicode users to formulate what's needed. It > seems, for example, that the last approach would work better for me on > Linux. Visual C++ int wmain( int argc, wchar_t* argv ) { std::wcout << L"Hello, world!"<< std::endl; std::wcout << ( boost::wformat( L"Hello, %s" ) % L"world" ).str() << std::endl; ... }
That's what I have, I am not sure I want the differrnt usage for boost::program_options Misha _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost