Hi all, Looking into the source (it uses DM's libc) did I get right that std.stdio.File can't work with UTF16 names in Windows? I've tried to find bug# but failed too. There is Issue#7648 "Can't open file (Windows UTF8)" only but UTF8 is not native for Windows filesystems anyway. Is there any plans to have std.stdio based on std.stream with UTF16 support for filesystems?
Thaks, Oleg.