From: Anders <and...@us...> - 2012-12-13 23:20:00
|
When you build with UNICODE=yes the code that reads text files is in the C run-time so what happens actually depends on the version of Visual Studio and the Windows version. When building with MinGW it links to msvcrt.dll and so you probably need Vista+ for Unicode file support. The hack used when building with UNICODE=no will probably go away. We need to fix the way we read text files before we can do a release... |