libmpq icon indicating copy to clipboard operation
libmpq copied to clipboard

`libmpq__archive_open`: Support Unicode paths on Windows

Open glebm opened this issue 3 years ago • 0 comments

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.

I can tackle this at some point.

glebm avatar Oct 24 '21 12:10 glebm