From 021f31f4b512d20e12b335c4a8fad46071bcc004 Mon Sep 17 00:00:00 2001 From: Matitiahu Allouche Date: Sun, 19 Jan 2014 22:12:25 +0000 Subject: [PATCH] ICU-10647 fixes to UBA implementation to make it behave exactly like the reference implementations even for all the known weird cases. X-SVN-Rev: 34935 --- .../core/src/com/ibm/icu/text/Bidi.java | 680 ++++++++++-------- .../core/src/com/ibm/icu/text/BidiLine.java | 4 +- 2 files changed, 385 insertions(+), 299 deletions(-) diff --git a/icu4j/main/classes/core/src/com/ibm/icu/text/Bidi.java b/icu4j/main/classes/core/src/com/ibm/icu/text/Bidi.java index fe539bb75db..69b2c8618ce 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/text/Bidi.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/text/Bidi.java @@ -1,6 +1,6 @@ /* ******************************************************************************* -* Copyright (C) 2001-2013, International Business Machines +* Copyright (C) 2001-2014, International Business Machines * Corporation and others. All Rights Reserved. ******************************************************************************* */ @@ -140,7 +140,7 @@ import com.ibm.icu.lang.UProperty; * *

Basic concept: Reordering Options

* Reordering options can be applied during Bidi text transformations. - * + * * See Also: *