Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 38315 invoked from network); 14 Sep 2010 14:08:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Sep 2010 14:08:55 -0000 Received: (qmail 12472 invoked by uid 500); 14 Sep 2010 14:08:55 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 12365 invoked by uid 500); 14 Sep 2010 14:08:54 -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 12358 invoked by uid 99); 14 Sep 2010 14:08:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Sep 2010 14:08:53 +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 14:08:53 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8EE8WsV017590 for ; Tue, 14 Sep 2010 14:08:33 GMT Message-ID: <5878742.179571284473312956.JavaMail.jira@thor> Date: Tue, 14 Sep 2010 10:08:32 -0400 (EDT) From: "Tim Ellison (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (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 [ https://issues.apache.org/jira/browse/HARMONY-6640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ellison resolved HARMONY-6640. ---------------------------------- Fix Version/s: 5.0M16 Resolution: Fixed Thanks Robert. Patch applied to nio_char module at repo revision r996904. Please check it was applied as you expected. > 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 > > > 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.