ICU-107 remove temporary changes
X-SVN-Rev: 1392
This commit is contained in:
parent
9196955ed1
commit
b25467b64e
@ -848,7 +848,7 @@ resolveImplicitLevels(UBiDi *pBiDi,
|
||||
* regular L characters, plus a flag that ubidi_getRuns() will use
|
||||
* to set a similar flag on the corresponding output run.
|
||||
*/
|
||||
numberLevel=levels[start]/* ### try without this flag for now |UBIDI_LEVEL_OVERRIDE*/;
|
||||
numberLevel=levels[start];
|
||||
if(numberLevel&1) {
|
||||
++numberLevel;
|
||||
}
|
||||
|
@ -116,8 +116,7 @@ static Flags flagO[2]={ DIRPROP_FLAG(LRO), DIRPROP_FLAG(RLO) };
|
||||
|
||||
typedef struct Run {
|
||||
UTextOffset logicalStart, /* first character of the run; b31 indicates even/odd level */
|
||||
visualLimit; /* last visual position of the run +1;
|
||||
b31 indicates that the run needs an LRM fixup for "inverse BiDi" */
|
||||
visualLimit; /* last visual position of the run +1 */
|
||||
} Run;
|
||||
|
||||
/* in a Run, logicalStart will get this bit set if the run level is odd */
|
||||
|
Loading…
Reference in New Issue
Block a user