You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Update ICU to 75.1
This commit is contained in:
5
thirdparty/icu4c/common/unicode/uscript.h
vendored
5
thirdparty/icu4c/common/unicode/uscript.h
vendored
@@ -500,6 +500,9 @@ typedef enum UScriptCode {
|
||||
/** @stable ICU 72 */
|
||||
USCRIPT_NAG_MUNDARI = 199,/* Nagm */
|
||||
|
||||
/** @stable ICU 75 */
|
||||
USCRIPT_ARABIC_NASTALIQ = 200, /* Aran */
|
||||
|
||||
#ifndef U_HIDE_DEPRECATED_API
|
||||
/**
|
||||
* One more than the highest normal UScriptCode value.
|
||||
@@ -507,7 +510,7 @@ typedef enum UScriptCode {
|
||||
*
|
||||
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
||||
*/
|
||||
USCRIPT_CODE_LIMIT = 200
|
||||
USCRIPT_CODE_LIMIT = 201
|
||||
#endif // U_HIDE_DEPRECATED_API
|
||||
} UScriptCode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user