-
Notifications
You must be signed in to change notification settings - Fork 276
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
Add support for wide characters. #156
Comments
Look at this PR (already merged): https://github.com/kuba--/zip/pull/150/files |
The above PR does not address my concerns. A possible solution - if the preprocessor directive(e.g. USE_WIDE_CHARACTERS) is defined use |
But at the end you have to convert them for std. library, so I suppose you can use one of those helpers: |
zip_extract doesn't work for UTF-8 characters. I found the problem in zip_mkpath() which calls _mkdir. |
I can fix |
That would be very helpful! Thanks!! |
@UAchar - PTAL https://github.com/kuba--/zip/pull/200 |
Is this issue resolved in the latest release? |
@franky920920 - both PRs (#200 and #150) were merged, so wide characters for Please, re-open the issue, if it's needed! |
@kuba-- |
@mykhailopylyp - yes, there is no public API to support |
There are potential issues while using this lib on localized versions of windows. That can happen if a path string has characters that do to fit into
char
. Anyway, is there a way to deal with it now?The text was updated successfully, but these errors were encountered: