
28 Jan
2008
28 Jan
'08
8:19 p.m.
Eric MALENFANT wrote:
Alexei Alexandrov wrote:
I mean, I'm the only one who reported this problem or just nobody used wchar_t with standard codecvt on Linux so far?
We use boost::filesystem::wpaths on Linux without problems (that I'm aware of).
Also, IIUC, explicitely imbue()-ing the environment locale (std::locale("")) is not necessary, as it seems to be the default (look at libs/filesystem/src/path.cpp)
This is very valuable information, thanks! -- Alexei Alexandrov