You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure UTF-8 paths are used everywhere. Replace direct ASCII WINAPI calls with wchar_t equivalents.
If possible, use UTF-8<>UTF-16 converters provided by the C++ runtime (for consistency with std::filesystem).
The text was updated successfully, but these errors were encountered:
Make sure UTF-8 paths are used everywhere. Replace direct ASCII WINAPI calls with
wchar_t
equivalents.If possible, use UTF-8<>UTF-16 converters provided by the C++ runtime (for consistency with
std::filesystem
).The text was updated successfully, but these errors were encountered: