Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 33062 invoked from network); 10 Feb 2009 16:21:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Feb 2009 16:21:06 -0000 Received: (qmail 10435 invoked by uid 500); 10 Feb 2009 16:21:04 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 10364 invoked by uid 500); 10 Feb 2009 16:21:04 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 10353 invoked by uid 99); 10 Feb 2009 16:21:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 08:21:04 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of phidias51@gmail.com designates 74.125.46.158 as permitted sender) Received: from [74.125.46.158] (HELO yw-out-1718.google.com) (74.125.46.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 16:20:58 +0000 Received: by yw-out-1718.google.com with SMTP id 6so692305ywa.60 for ; Tue, 10 Feb 2009 08:20:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=Grf4Kjg4LVOcG+2deAmgJV/nsbl+UVqCs7+h9UP8zDs=; b=XRTxnL9Skt/hrBNiJIC7EkiYvVb2w4DPmPS90OZsJZmyzJsp0yDeKj0CX/h/9jz8/l 6HZU0zOcShDzLTubdSh4YGt7KJgvIahoC7g1V3XtJFGABR/EoW3qhnDtX20C3aj1TcdD PyryBBAeVmvBRwQC5cPjmtux6AOKn0G+4wMgE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=pwqW3RCqSj0lqpoeSA5j2A1n87nvtFSogoDpJDjoYLsxu/+jQvST/oVxXnjEfQdrBb +TAA0r/ZEgKYUtIMaiCVvZm4LxwXA/lyLyugtg0Nrvtv7ufm4DEZnkhVcUItD+s5B59j cuG5Tg1CBFiObnb2VsFlUvy0Nap13rqAWvWqg= MIME-Version: 1.0 Received: by 10.90.102.15 with SMTP id z15mr684587agb.107.1234282834365; Tue, 10 Feb 2009 08:20:34 -0800 (PST) In-Reply-To: <6c59d89a0902100215t1f2c5823na298332ff32a187d@mail.gmail.com> References: <6c59d89a0902100215t1f2c5823na298332ff32a187d@mail.gmail.com> Date: Tue, 10 Feb 2009 08:20:34 -0800 Message-ID: <6e1d61f50902100820h291ede8btd75d1bd2674d296c@mail.gmail.com> Subject: Re: [compress] Some merging in zip package From: Mark Fortner To: Commons Developers List Content-Type: multipart/alternative; boundary=0016361e86bce50e4c046292ddb4 X-Virus-Checked: Checked by ClamAV on apache.org --0016361e86bce50e4c046292ddb4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit > > > ZipArchiveOutputStream will now use the platform's native encoding > > instead of UTF8 by default now, while JarArchiveOutputStream > > explicitly sets the encoding to UTF8. Does anybody consider this a > > problem? > > What happens if you try to take a file that was created on a machine with one default encoding, and send it to another machine with a different default encoding (i.e. Linux -> Windows)? Regards, Mark Fortner --0016361e86bce50e4c046292ddb4--