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 >