https://bugs.kde.org/show_bug.cgi?id=377621
Alex Bikadorov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|CONFIRMED |RESOLVED --- Comment #10 from Alex Bikadorov <[email protected]> --- The problem is the UTF-8 encoding that allows the same shown letter to have different encodings, see http://stackoverflow.com/a/6153713/6286694. If different platforms (operating systems) decide different a encoding we can't To come back to the filenames *inside* the archive: The zip was created on another OS with an encoding that is not portable (but i couldn't find out which one). You will see the same characters when running "unzip -l" and the krarc protocol is doing exactly this: running the archive tool and parsing the output. So, if unzip can't handle this, krarc can't do this, too. The zip:/ protocol seems to work differently but it will probably impossible to fix this in krarc without changing the entire code. The archive is actually to blame, so this is a "wontfix" for me. Of course, somebody else can spend more time on this and reopen if wanted. -- You are receiving this mail because: You are watching all bug changes.
