
13 Dec
2010
13 Dec
'10
5:11 a.m.
On Sun, 12 Dec 2010 20:58:06 -0500 Christian Henning <chhenning@gmail.com> wrote:
Hi there, one of the requirements for me to fix before I include io_new to boost is to support opening files with unicode filenames. As far as I can see there is _wfopen on Windows platforms. What's the one for Linux and co? [...]
So far as I know, there isn't one. Linux encodes all Unicode filenames in UTF-8, then uses the standard fopen function. -- Chad Nelson Oak Circle Software, Inc. * * *