mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-5791 Partially undo last change. We still need to check for target limits.
X-SVN-Rev: 22297
This commit is contained in:
parent
3a6f874106
commit
48c1c050e5
1 changed files with 1 additions and 1 deletions
|
@ -1694,7 +1694,7 @@ UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC(UConverterToUnicodeArgs *args,
|
|||
|
||||
targetUniChar =missingCharMarker;
|
||||
|
||||
{
|
||||
if(myTarget < args->targetLimit){
|
||||
|
||||
mySourceChar= (unsigned char) *mySource++;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue