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
