From f999e0a3965b4be0b3e2b4c1e53fc28e69a4817f Mon Sep 17 00:00:00 2001 From: Makoto Kato Date: Sun, 30 Mar 2025 13:52:16 +0900 Subject: [PATCH] ICU-23092 u_getIntPropertyMaxValue(UCHAR_INDIC_CONJUNCT_BREAK) returns valid max value. --- icu4c/source/common/uchar_props_data.h | 2 +- icu4c/source/common/unicode/uchar.h | 9 +++++++++ icu4c/source/data/in/uprops.icu | Bin 146876 -> 146876 bytes icu4c/source/test/cintltst/cucdtst.c | 3 +++ tools/unicode/c/genprops/corepropsbuilder.cpp | 1 + 5 files changed, 14 insertions(+), 1 deletion(-) diff --git a/icu4c/source/common/uchar_props_data.h b/icu4c/source/common/uchar_props_data.h index 215afd1a525..2987d71a085 100644 --- a/icu4c/source/common/uchar_props_data.h +++ b/icu4c/source/common/uchar_props_data.h @@ -4257,6 +4257,6 @@ static const UCPTrie block_trie={ 0x0, }; -static const int32_t indexes[UPROPS_INDEX_COUNT]={0x2e8e,0x2e8e,0x2e8e,0x2e8e,0x6db4,3,0x86ce,0x87d5,0x8f67,0x8f67,0x50cf,0x2f75a31,0x152,0,0,0}; +static const int32_t indexes[UPROPS_INDEX_COUNT]={0x2e8e,0x2e8e,0x2e8e,0x2e8e,0x6db4,3,0x86ce,0x87d5,0x8f67,0x8f67,0x1d0cf,0x2f75a31,0x152,0,0,0}; #endif // INCLUDED_FROM_UCHAR_C diff --git a/icu4c/source/common/unicode/uchar.h b/icu4c/source/common/unicode/uchar.h index 82ec63ab524..a58540a8cc9 100644 --- a/icu4c/source/common/unicode/uchar.h +++ b/icu4c/source/common/unicode/uchar.h @@ -2763,6 +2763,15 @@ typedef enum UIndicConjunctBreak { U_INCB_EXTEND, /** @draft ICU 76 */ U_INCB_LINKER, +#ifndef U_HIDE_DEPRECATED_API + /** + * One more than the highest normal UIndicConjunctBreak value. + * The highest value is available via u_getIntPropertyMaxValue(UCHAR_INDIC_CONJUNCT_BREAK). + * + * @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420. + */ + U_INCB_COUNT +#endif // U_HIDE_DEPRECATED_API } UIndicConjunctBreak; #endif // U_HIDE_DRAFT_API diff --git a/icu4c/source/data/in/uprops.icu b/icu4c/source/data/in/uprops.icu index eb813e0a9d59e2f3a9fb969bd1e2d10e943e7302..20c302d565eb367f44cad3aaec1bf5be701612c3 100644 GIT binary patch delta 21 dcmdn