d12bf047b4
Unfortunately there is no portable way to open an Unicode path with std::fstream. On *nix, it is enough to call the const char* constructor. On MSVC, it is enough to call a nonstandard const wchar_t* constructor. However, on MinGW, there is no way at all to construct an std::fstream with a wide path, not even using undocumented APIs. (There used to be a const wchar_t* overload added back in libstdc++ 4.7, but it got removed for a reason that I was not able to find out.) |
||
---|---|---|
.. | ||
constraint | ||
request | ||
CMakeLists.txt | ||
Gentium-R.ttf | ||
harness.cpp | ||
harness.h |