Hello

I have no idea how to open a file which its name is unicode letters ? usually :


basic_ifstream<wchar_t> src("source.txt");

Work well to read file with unicode content not filename,...