ICU-107 remove temporary changes

X-SVN-Rev: 1392
This commit is contained in:
Markus Scherer 2000-05-18 18:44:05 +00:00
parent 9196955ed1
commit b25467b64e
2 changed files with 2 additions and 3 deletions

View File

@ -848,7 +848,7 @@ resolveImplicitLevels(UBiDi *pBiDi,
* regular L characters, plus a flag that ubidi_getRuns() will use * regular L characters, plus a flag that ubidi_getRuns() will use
* to set a similar flag on the corresponding output run. * 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) { if(numberLevel&1) {
++numberLevel; ++numberLevel;
} }

View File

@ -116,8 +116,7 @@ static Flags flagO[2]={ DIRPROP_FLAG(LRO), DIRPROP_FLAG(RLO) };
typedef struct Run { typedef struct Run {
UTextOffset logicalStart, /* first character of the run; b31 indicates even/odd level */ UTextOffset logicalStart, /* first character of the run; b31 indicates even/odd level */
visualLimit; /* last visual position of the run +1; visualLimit; /* last visual position of the run +1 */
b31 indicates that the run needs an LRM fixup for "inverse BiDi" */
} Run; } Run;
/* in a Run, logicalStart will get this bit set if the run level is odd */ /* in a Run, logicalStart will get this bit set if the run level is odd */