Hi Stefan, Thanks for your tremendous work on finishing ZIP encoding support ;-)
Stefan Bodewig schrieb: > Hi all, > > a quick update and a question on defaults: [snip] > * documentation (will tackle that next) May I help you at this point ? > * ZipArchiveInputStream - SANDBOX-293 Well, ZipArchiveINputStream rermains a problematic issue. WinZip interoperability may not be achieved using the local file header (see SANDBOX-292), however java.util's implementation has no encoding format and no EFS interpretation, which is a large improvment on its own. > * WinZIP interop - SANDBOX-292 Well I think we should tackle this one for ZipFile. Since ZipFile has a random access file at it's hands, interpretation of central directory information is a clear advantage of ZipFile in favour of ZipInputStream. > The question on defaults: should ZipFile look for UnicodeExtraFields > by default or ignore them (as it does right now)? I'd do this by default, because IMHO we should have a 'smart' unzipper in commons-compress ;-) If you need help for further work on the above mentioned issues, please write me. Regards, Wolfgang --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org