mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-2330 [doc] deprecation referred to nonexistent function. Result: user confusion
X-SVN-Rev: 9927
This commit is contained in:
parent
cfa64b7c29
commit
c08c8f20f3
1 changed files with 1 additions and 1 deletions
|
@ -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*/
|
||||
|
|
Loading…
Add table
Reference in a new issue