Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 45834 invoked from network); 13 Aug 2008 00:31:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Aug 2008 00:31:33 -0000 Received: (qmail 11141 invoked by uid 500); 13 Aug 2008 00:31:31 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 11114 invoked by uid 500); 13 Aug 2008 00:31:31 -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 11103 invoked by uid 99); 13 Aug 2008 00:31:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Aug 2008 17:31:31 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nbeyer@gmail.com designates 64.233.166.181 as permitted sender) Received: from [64.233.166.181] (HELO py-out-1112.google.com) (64.233.166.181) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Aug 2008 00:30:34 +0000 Received: by py-out-1112.google.com with SMTP id u52so1448110pyb.13 for ; Tue, 12 Aug 2008 17:30:26 -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:sender :to:subject:in-reply-to:mime-version:content-type:references :x-google-sender-auth; bh=ABhXzDDDEbNbg/TayieqOZaentpWDr6ska8ao6gaDHE=; b=T9F0pamml8AyFVksS9VjB1PDmz3Pm3cSU9hfZ2qeO8h0BS7tDzuqoUkjKXbqriELu6 oLUaskJQoYmhAjvNvYIzMGOB/Vc4sJN5XIbONEmOKtjQp3KfrJ7MBewe8okizCSASjyc PXH9Xraz/PlYr0SCdWBGR6Q7z97+cAitNv7wM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:references:x-google-sender-auth; b=fIu1Q7HF5uZxRfU1zh5jSUzXr1TOg66rJZUy84MqaDYS9Nad/I9gXJmD3OGL5W2mrN M+EMGRG26cdFQQRXz93FDjM4te0+l7GqyNOMBoPlkpUWaZZzs2KmihiDH+V/IEYhTTf/ JyLPeEIiSnRK8hpmJ0esyAirUBYPzd6cilVnE= Received: by 10.65.81.9 with SMTP id i9mr17497920qbl.27.1218587425888; Tue, 12 Aug 2008 17:30:25 -0700 (PDT) Received: by 10.65.132.20 with HTTP; Tue, 12 Aug 2008 17:30:25 -0700 (PDT) Message-ID: <3b3f27c60808121730t30e11fa3x4a8cad9dc9c55ca6@mail.gmail.com> Date: Tue, 12 Aug 2008 19:30:25 -0500 From: "Nathan Beyer" Sender: nbeyer@gmail.com To: dev@harmony.apache.org Subject: Re: possible bug in com.ibm.icu.text.Bidi In-Reply-To: <61d2e9b20808120646v5b2688d6tda4b23f481990365@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_37455_15050105.1218587425903" References: <61d2e9b20808120646v5b2688d6tda4b23f481990365@mail.gmail.com> X-Google-Sender-Auth: ca3be51a17457a4a X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_37455_15050105.1218587425903 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Can you post the example in the post? What about the 'isLeftToRight' and 'isRightToLeft' methods? What are they returning? On Tue, Aug 12, 2008 at 8:46 AM, Tharindu Mathew wrote: > I was testing the the failure in Right to Left text updates in > PlainViewI18N_LineView_UpdateTest. > > I used both Hebrew and Arabic as the right to left text and I have > discovered that bidi.isMixed[1] returns true. This should return false for > this. > > Can this be verified and reported to them? > > [1] > > public boolean isMixed() { > return icuBidi.isMixed(); > } > > Regards, > > Tharindu > ------=_Part_37455_15050105.1218587425903--