mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-89 remove ASCII constant (OS390)
X-SVN-Rev: 2196
This commit is contained in:
parent
564208bca3
commit
eb20965ff6
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ UBool NormalizerConformanceTest::hexsplit(const UnicodeString& s, UChar delimite
|
|||
// Our field is from pos..delim-1.
|
||||
buf.remove();
|
||||
while (pos < delim) {
|
||||
if (s.charAt(pos) == ' ') {
|
||||
if (s.charAt(pos) == 0x0020/*' '*/) {
|
||||
++pos;
|
||||
} else if (pos+4 > delim) {
|
||||
errln((UnicodeString)"Premature eol in " + s);
|
||||
|
|
Loading…
Add table
Reference in a new issue