
16 May
2008
16 May
'08
9:22 a.m.
On Fri, May 16, 2008 at 09:37:42AM +0100, Enda Mannion wrote:
I am trying to use boost filesystem.
Does boost filesystem support wide character.
I am compiling this on linux and on Windows.
Stupid question: Do you really use the UTF-16 Unicode encoding on Linux? I now about some classical Asian 16bit encodings but these days UTF-8 (which is compatible with char*) is used everywhere on Linux ... Jens