ICU-474 fix UTransPosition handling
X-SVN-Rev: 1728
This commit is contained in:
parent
418ac3b758
commit
795af33f57
@ -160,7 +160,7 @@ int32_t Transliterator::transliterate(Replaceable& text,
|
||||
|
||||
UTransPosition offsets = { start, limit, start, limit };
|
||||
handleTransliterate(text, offsets, FALSE);
|
||||
return offsets.contextLimit;
|
||||
return offsets.limit;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user