ICU-1823 genrb error message on parse

X-SVN-Rev: 8309
This commit is contained in:
Steven R. Loomis 2002-03-29 23:20:50 +00:00
parent 59cf0e7642
commit 018b9a1fea

View File

@ -1276,6 +1276,10 @@ parse(UCHARBUF *buf, const char *currentInputDir, UErrorCode *status)
{
*status=U_ZERO_ERROR;
}
else
{
error(line, "parse error, did not find open-brace '{' or colon ':', stopped with %s", u_errorName(*status));
}
}
/* The above is added by Jing/GCL */