8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libmpq__archive_open
Currently libmpq__archive_open does not support Unicode paths on Windows.
The support would be easy to implement: convert the path to UTF-16 and call _wfopen instead of fopen.
_wfopen
fopen
I can tackle this at some point.