1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-30 18:30:54 +00:00

Update ICU to 78.1

This commit is contained in:
Pāvels Nadtočajevs
2025-11-05 09:02:44 +02:00
parent 08e6cd181f
commit 1ca8f1d7f6
86 changed files with 11845 additions and 7479 deletions

View File

@@ -1,4 +1,5 @@
const π = PI
@warning_ignore("confusable_identifier")
var = π
func test():

View File

@@ -272,6 +272,7 @@ if env["builtin_icu4c"]:
"common/errorcode.cpp",
"common/filteredbrk.cpp",
"common/filterednormalizer2.cpp",
"common/fixedstring.cpp",
"common/icudataver.cpp",
"common/icuplug.cpp",
"common/loadednormalizer2impl.cpp",

View File

@@ -515,6 +515,7 @@ thirdparty_icu_sources = [
"common/errorcode.cpp",
"common/filteredbrk.cpp",
"common/filterednormalizer2.cpp",
"common/fixedstring.cpp",
"common/icudataver.cpp",
"common/icuplug.cpp",
"common/loadednormalizer2impl.cpp",