ICU-899 UBLOCK_INVALID_CODE should be -1

X-SVN-Rev: 6856
This commit is contained in:
Ram Viswanadha 2001-11-13 23:54:24 +00:00
parent 0d924e09c2
commit fb01ab107d

View File

@ -651,7 +651,7 @@ enum UBlockCode {
U_SCRIPT_COUNT=98,
/** @draft ICU 2.0 */
UBLOCK_INVALID_CODE=UBLOCK_COUNT,
UBLOCK_INVALID_CODE=-1,
/** @deprecated Use the enum that begins with UBLOCK. Remove after Aug, 2002*/
U_CHAR_SCRIPT_COUNT =UBLOCK_COUNT,