From c08c8f20f3888823e3c3286bcde7a0fa936f3685 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Fri, 27 Sep 2002 01:47:35 +0000 Subject: [PATCH] ICU-2330 [doc] deprecation referred to nonexistent function. Result: user confusion X-SVN-Rev: 9927 --- icu4c/source/common/unicode/uchar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/common/unicode/uchar.h b/icu4c/source/common/unicode/uchar.h index 40bc5c3e7e..eff2b94c97 100644 --- a/icu4c/source/common/unicode/uchar.h +++ b/icu4c/source/common/unicode/uchar.h @@ -2290,7 +2290,7 @@ u_getFC_NFKC_Closure(UChar32 c, UChar *dest, int32_t destCapacity, UErrorCode *p #ifdef ICU_UCHAR_USE_DEPRECATES /** - *@deprecated Use u_charBlock instead. Remove after Aug,2002 + *@deprecated Use ublock_getCode instead. Remove after Aug,2002 */ #define u_charScript ublock_getCode /** @deprecated Use the enum UCharBlock instead. Remove after Aug,2002*/