https://bugs.kde.org/show_bug.cgi?id=378904
--- Comment #8 from Zeno Endemann <zeno.endem...@googlemail.com> --- Oh, and in response to the sentence "If we could assume that all archive entries have the same encoding, we could only probe the first entry": It would not make any sense for a zip file to have multiple entries with different encoding, no one would be able to decompress such a file reliably. So we don't need to worry about this case and once we have detected an encoding that should be used for the whole file. But only probing the first entry would be less reliable, after all character encoding probing gets more reliable the more text it sees. There needs to be a balance between performance and reliablilty, that's why I said 30 entries or so. -- You are receiving this mail because: You are watching all bug changes.