13 Feb
2010
13 Feb
'10
10:27 p.m.
Peter Dimov wrote:
In the meantime, you could try
boost::filesystem::wpath_traits::imbue( std::locale( ".UTF-8" ) );
Unfortunately, this http://stackoverflow.com/questions/1745045/stdlocale-breakage-on-macos-10-6-... says that UTF-8 locales are broken on Mac OS X, so it probably won't work. Sorry.