mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-4220 Fix the rule stripping function for transliterators on Unix.
X-SVN-Rev: 17341
This commit is contained in:
parent
0293876461
commit
169c88e9bd
1 changed files with 0 additions and 1 deletions
|
@ -1576,7 +1576,6 @@ utrans_stripRules(const UChar *source, int32_t sourceLen, UChar *target, UErrorC
|
|||
c = *(source++);
|
||||
}
|
||||
while (c != CR && c != LF);
|
||||
continue;
|
||||
}
|
||||
else if (c == ESCAPE) {
|
||||
UChar32 c2 = *source;
|
||||
|
|
Loading…
Add table
Reference in a new issue