ICU-2330 [doc] deprecation referred to nonexistent function. Result: user confusion

X-SVN-Rev: 9927
This commit is contained in:
Steven R. Loomis 2002-09-27 01:47:35 +00:00
parent cfa64b7c29
commit c08c8f20f3

View File

@ -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*/