diff --git a/icu4c/source/common/unicode/uchar.h b/icu4c/source/common/unicode/uchar.h index 03d7cad115..c230525c57 100644 --- a/icu4c/source/common/unicode/uchar.h +++ b/icu4c/source/common/unicode/uchar.h @@ -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,