ICU-4220 Fix the rule stripping function for transliterators on Unix.

X-SVN-Rev: 17341
This commit is contained in:
George Rhoten 2005-03-15 04:15:57 +00:00
parent 0293876461
commit 169c88e9bd

View file

@ -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;