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-28 07:59 ------- The way you create your ZIP means that your platform's native encoding is used, whatever that may be. See the system property file.encoding. I just now realized that you aren't actually reading from a ZIP file but directly from the file system when your patterns don't match, so this isn't really related to the encoding inside of archives at all - and should happen with a "plain" fileset as well. Can you do something like new File("/data/documents/Finanzen/Buchführung.swc") in a Java program of yours and actually read from that file? Can you do a File.list() on /data/documents/Finanzen/ inside a Java program of yours and tell us what Java thinks the file name should be? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]