From dev-return-39553-apmail-harmony-dev-archive=harmony.apache.org@harmony.apache.org Fri Jul 23 12:35:09 2010 Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 93508 invoked from network); 23 Jul 2010 12:35:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Jul 2010 12:35:08 -0000 Received: (qmail 18295 invoked by uid 500); 23 Jul 2010 12:35:08 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 17888 invoked by uid 500); 23 Jul 2010 12:35:05 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 17878 invoked by uid 99); 23 Jul 2010 12:35:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jul 2010 12:35:05 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of t.p.ellison@gmail.com designates 209.85.161.49 as permitted sender) Received: from [209.85.161.49] (HELO mail-fx0-f49.google.com) (209.85.161.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jul 2010 12:34:55 +0000 Received: by fxm3 with SMTP id 3so5786374fxm.36 for ; Fri, 23 Jul 2010 05:34:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=U2tPQABLxA7JKXPgdzdMUbZ5jTA1j3xZk/gIk1nMXRk=; b=rb2kwXQtJhgwYg0IcSUpALH+huMG7Tn74TXoIayKgd7UKqNYtpTk020UPY0uLvnX+G sGkeI5FtUEcrRE+opQApo1pp9JwvoigQUoR2tcjcc9rSqXmGa2TrZ4+ObupuBu1nDoya iHQLk41+hbzxup9a3+Qe/0Op3/AhDzl4nalvg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=J7lG3DXvsgrlualovLk260bfQJ4tcvT6ooCJiS2ezmcgO+vlu+YbzjMzOLqQJihqQa 0vX0dO+4WyI3k7ZCueNBXa21JavSRvszozdzBGaq8pIsCT298+tUlBl2sbM1Xo4om/eF 8veCR1WSQDosqyXLsbx5uPBhx9/9jEapYDRlY= Received: by 10.223.123.79 with SMTP id o15mr2578471far.12.1279888474402; Fri, 23 Jul 2010 05:34:34 -0700 (PDT) Received: from [9.20.183.74] (gbibp9ph1--blueice3n1.emea.ibm.com [195.212.29.83]) by mx.google.com with ESMTPS id r27sm72243faa.24.2010.07.23.05.34.32 (version=SSLv3 cipher=RC4-MD5); Fri, 23 Jul 2010 05:34:32 -0700 (PDT) Message-ID: <4C498C54.80704@gmail.com> Date: Fri, 23 Jul 2010 13:34:28 +0100 From: Tim Ellison User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: [classlib][nio_cahr] Issue about CharsetEncdoer.flush() does not follow the spec and RI5 also doesn't follow the spec References: <4C46C86B.9040806@gmail.com> In-Reply-To: X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 23/Jul/2010 06:52, Deven You wrote: > I have updated the HARMONY-6594 > https://issues.apache.org/jira/browse/HARMONY-6594, anyone would like to > take a look and try this fix, Thanks a lot! Looks good to me, I committed it at r967069. Thanks, Tim