deps: update icu to 74.1 · nodejs/node@2a2bf57 · GitHub
Skip to content

Commit 2a2bf57

Browse files
nodejs-github-botrichardlau
authored andcommitted
deps: update icu to 74.1
PR-URL: #50515 Backport-PR-URL: #51973 Reviewed-By: Steven R Loomis <srl295@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name> Refs: #51933
1 parent fe66e9d commit 2a2bf57

121 files changed

Lines changed: 9208 additions & 7128 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

deps/icu-small/LICENSE

Lines changed: 36 additions & 43 deletions

deps/icu-small/README-FULL-ICU.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ICU sources - auto generated by shrink-icu-src.py
22

33
This directory contains the ICU subset used by --with-intl=full-icu
4-
It is a strict subset of ICU 73 source files with the following exception(s):
5-
* deps/icu-small/source/data/in/icudt73l.dat.bz2 : compressed data file
4+
It is a strict subset of ICU 74 source files with the following exception(s):
5+
* deps/icu-small/source/data/in/icudt74l.dat.bz2 : compressed data file
66

77

88
To rebuild this directory, see ../../tools/icu/README.md

deps/icu-small/source/common/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,12 +603,16 @@ cc_library(
603603
"locbased.cpp",
604604
"locid.cpp",
605605
"loclikely.cpp",
606+
"loclikelysubtags.cpp",
606607
"locmap.cpp",
608+
"lsr.cpp",
607609
"resbund.cpp",
608610
"resource.cpp",
609611
"uloc.cpp",
610612
"uloc_tag.cpp",
611613
"uloc_keytype.cpp",
614+
"ulocale.cpp",
615+
"ulocbuilder.cpp",
612616
"uresbund.cpp",
613617
"uresdata.cpp",
614618
"wintz.cpp",

deps/icu-small/source/common/brkeng.cpp

Lines changed: 93 additions & 28 deletions

0 commit comments

Comments
 (0)