You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Update ICU to 75.1
This commit is contained in:
11
thirdparty/icu4c/common/unicode/uconfig.h
vendored
11
thirdparty/icu4c/common/unicode/uconfig.h
vendored
@@ -413,6 +413,17 @@
|
||||
# define UCONFIG_NO_FORMATTING 0
|
||||
#endif
|
||||
|
||||
/**
|
||||
* \def UCONFIG_NO_MF2
|
||||
* This switch turns off the experimental MessageFormat 2.0 API.
|
||||
*
|
||||
* @internal ICU 75 technology preview
|
||||
* @deprecated This API is for technology preview only.
|
||||
*/
|
||||
#ifndef UCONFIG_NO_MF2
|
||||
# define UCONFIG_NO_MF2 0
|
||||
#endif
|
||||
|
||||
/**
|
||||
* \def UCONFIG_NO_TRANSLITERATION
|
||||
* This switch turns off transliteration.
|
||||
|
||||
Reference in New Issue
Block a user