DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29542>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29542 zip/zipfileset just ignore files with Umlauts ------- Additional Comments From [EMAIL PROTECTED] 2004-06-14 11:37 ------- It's quite likely that your ZIP file itself uses a different encoding for file names than Ant assumes, see the encoding attribute of the zip task. Ant will assume the encoding to be your platform's default encoding, which depends on the Linux distro in question. For example my (German) RedHat 7.3 machine uses iso-8859-15 while older distros used iso-8859-1 and newer would use UTF-8. It is hard to know the correct encoding without actually looking into the binary file. Running "strings" on it may give a clue. How did you create the archive? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]