-
Notifications
You must be signed in to change notification settings - Fork 25
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
Extract 7z archive with UTF-8 filename #103
Comments
on Master branch, this should fix the problem. Its working for me on macOS and Win10 :
|
This is really weird @hexabyte23. What standard of C++ are you using. Anyhow I need to look into this.
I don't know how this works with this line commented out. |
btw this is definitely again related to libarchive/libarchive#587 |
Sorry , to clarify, I just comment out your fix of 2023
that seems not working properly with VC2019 compiler, by mine:
|
Okay, this makes sense. Let me test this on my end. |
Hi all,
For win10, Is there a parameter to set to extract an 7z archive with UTF8 filenames ?
UTF-8 is not set where ?
When debugging
Not sure that at line 902
auto wstr = ptname.toStdWString();
fix the problem, as wstr still showing bad characters
As always in macOS, its working like a charm.
Thanks
The text was updated successfully, but these errors were encountered: