Commit 59b0175
authored
Upgrade to ICU 72.1.0.4 (#121202)
Connected PRs in ICU: dotnet/icu#686,
dotnet/icu#691.
Minor globalization library changes were required to match the BCP47
format.
Major changes:
- Security: Removes legacy macros, drops never-implemented declarations,
reducing potential macro clashes and dead-code exposure, raises ICU4J’s
minimum to Java 8, enables safe builds with C++20.
- Compliance: Moves to Unicode 15/CLDR 42.
- Data: Improves emojis, measurement unit formatting, extends
number/time-zone formatting APIs,
- Performance: Modernises ICU4C for C++20 compilers.
Upgrade notes summary:
- Norwegian canonicalisation changes and `LocaleMatcher` tweaks can
alter language fallback (#79815
might be connected to the former).
- `DateTimePatternGenerator` fix changes date-time joiners (e.g., comma
→ “at”).
- Releases advance tzdata from 2021a to 2022e with pre-1970 truncations,
affecting historical timestamps.
The previous upgrade attempt:
#93756.
Fixes #120898.1 parent e689bf8 commit 59b0175
File tree
5 files changed
+10
-4
lines changed- eng
- src
- mono/wasm/testassets
- native/libs/System.Globalization.Native
5 files changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Binary file not shown.
Binary file not shown.
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
4 | 10 | | |
5 | 11 | | |
6 | 12 | | |
| |||
0 commit comments