-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Hi all,
For win10, Is there a parameter to set to extract an 7z archive with UTF8 filenames ?
short ExtractorPrivate::writeData(struct archive_entry* entry) {
...
// UTF-8 in archive entry messes up when extracting under Windows
// when UTF-8 is not set, to fix this we first get the archive
// entry pathname in raw bytes then convert it to wide characters
// and set it has the new pathname which should make libarchive
// handle it better.
...
}
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels