Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 65543 invoked from network); 14 Sep 2010 19:39:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Sep 2010 19:39:57 -0000 Received: (qmail 70211 invoked by uid 500); 14 Sep 2010 19:39:57 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 70162 invoked by uid 500); 14 Sep 2010 19:39:56 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 70155 invoked by uid 99); 14 Sep 2010 19:39:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Sep 2010 19:39:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Sep 2010 19:39:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8EJdXxv022664 for ; Tue, 14 Sep 2010 19:39:33 GMT Message-ID: <10357655.187011284493173000.JavaMail.jira@thor> Date: Tue, 14 Sep 2010 15:39:32 -0400 (EDT) From: "Robert Muir (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-6640) UTF8 decoder doesn't properly decode supplementary characters In-Reply-To: <3577427.138991283434073787.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-6640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12909406#action_12909406 ] Robert Muir commented on HARMONY-6640: -------------------------------------- Thanks Mark! By the way: its looking much better since i switched from M14 to http://people.apache.org/~hindessm/milestones/5.0M15/ > UTF8 decoder doesn't properly decode supplementary characters > ------------------------------------------------------------- > > Key: HARMONY-6640 > URL: https://issues.apache.org/jira/browse/HARMONY-6640 > Project: Harmony > Issue Type: Bug > Components: Classlib > Affects Versions: 5.0M14 > Environment: Windows Vista > Reporter: Robert Muir > Assignee: Tim Ellison > Fix For: 5.0M16 > > Attachments: HARMONY-6640.patch, HARMONY-6640.patch, nio_char.jar > > > When attempting to build Lucene, I discovered a problem with UTF8 decoding. > (this actually prevents our tests from even compiling without a workaround) > For any codepoint > 0xffff (4-byte utf-8 sequence), the decoder doesn't properly > split the decoded codepoint into surrogate pairs. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.