Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 26450 invoked from network); 24 Feb 2006 20:42:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Feb 2006 20:42:30 -0000 Received: (qmail 10189 invoked by uid 500); 24 Feb 2006 20:42:24 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 10172 invoked by uid 500); 24 Feb 2006 20:42:24 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 10158 invoked by uid 99); 24 Feb 2006 20:42:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2006 12:42:23 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [206.162.180.58] (HELO sqexc02.korem.com) (206.162.180.58) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2006 12:42:23 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: commons-compress Date: Fri, 24 Feb 2006 15:41:04 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: commons-compress Thread-Index: AcY5awEeJ+OafnyDTiyb/2U5tDWFJQAFwhKg From: "Gilbert, Antoine" To: "Jakarta Commons Users List" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi again I don't know very well all the encoding stuff and zip/unzip stuff I would have thought that in the zip specification it could exists some headers telling about the encoding of the file names. But I have no clue. Antoine -----Original Message----- From: Mario Ivankovits [mailto:mario@ops.co.at]=20 Sent: February 24, 2006 12:52 PM To: Jakarta Commons Users List Subject: Re: commons-compress Hi Gilbert! > I have filenames with special characters (French accents) to compress > (base zip format), I set the encoding as UTF-8 but my filenames are > getting wrong in the archive. > =20 I am definitely not sure about what I say now, but I think it is not possible to use UTF-8 encoding by default? Its sort of non standard extension. At least your "unzip" have to know how to deal with, maybe yours is not capable to handle these utf-8 encoded strings. If possible try using a non multibyte encoding. Or correct me if I am wrong :-) Ciao, Mario --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org