Widechar file functions

2003-10-17 Thread Ilya Konstantinov
Hello, It would be nice to have Cygwin use Widechar file functions such as CreateFileW where possible. Current Cygwin code uses ANSI functions exclusively, which prevents Cygwin programs from getting unmodified Unicode filenames from the underlying NTFS/VFAT filesystem. I assume the correct way

Re: Widechar file functions

2003-10-17 Thread Christopher Faylor
On Fri, Oct 17, 2003 at 03:56:28PM +0200, Ilya Konstantinov wrote: I assume the correct way is to load the relevant Widechar functions via GetProcAddress and use them if they exist AND a Cygwin expects UTF-8 char* in file functions flag was turned on. This flag should be runtime rather than