ICU-450 fix handling of UTransPosition fields

X-SVN-Rev: 1674
This commit is contained in:
Alan Liu 2000-06-28 20:52:11 +00:00
parent 0067d14bf0
commit bc74ea4119

View file

@ -81,6 +81,7 @@ void HangulJamoTransliterator::handleTransliterate(Replaceable& text, UTransPosi
}
}
offsets.contextLimit += limit - offsets.limit;
offsets.limit = limit;
offsets.start = cursor;
}