is RighttoLeft returns true, isLefttoRight return false.
The text used was - public static final String RTL = "\u05DC\u05DD";
Regards,
Tharindu
On Wed, Aug 13, 2008 at 6:00 AM, Nathan Beyer <[EMAIL PROTECTED]> wrote:
> 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 <[EMAIL PROTECTED]
> >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
> >
>