You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Update ICU to 75.1
This commit is contained in:
4
thirdparty/icu4c/common/unicode/uset.h
vendored
4
thirdparty/icu4c/common/unicode/uset.h
vendored
@@ -109,7 +109,6 @@ enum {
|
||||
*/
|
||||
USET_ADD_CASE_MAPPINGS = 4,
|
||||
|
||||
#ifndef U_HIDE_DRAFT_API
|
||||
/**
|
||||
* Enable case insensitive matching.
|
||||
* Same as USET_CASE_INSENSITIVE but using only Simple_Case_Folding (scf) mappings,
|
||||
@@ -120,10 +119,9 @@ enum {
|
||||
* regular expression implementations where only Simple_Case_Folding mappings are used,
|
||||
* such as in ECMAScript (JavaScript) regular expressions.
|
||||
*
|
||||
* @draft ICU 73
|
||||
* @stable ICU 73
|
||||
*/
|
||||
USET_SIMPLE_CASE_INSENSITIVE = 6
|
||||
#endif // U_HIDE_DRAFT_API
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user