Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libmpq__archive_open: Support Unicode paths on Windows #5

Open
glebm opened this issue Oct 24, 2021 · 0 comments · May be fixed by #6
Open

libmpq__archive_open: Support Unicode paths on Windows #5

glebm opened this issue Oct 24, 2021 · 0 comments · May be fixed by #6

Comments

@glebm
Copy link

glebm commented Oct 24, 2021

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 glebm linked a pull request Oct 24, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant