You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Maven: [com.ibm.icu / icu4j / version 78.1](https://mvnrepository.com/artifact/com.ibm.icu/icu4j/78.1)
23
25
@@ -69,37 +71,30 @@ If there are maintenance releases, they will be 78.2, 78.3, etc. (During ICU 78
69
71
70
72
Note: There may be additional commits on the [maint/maint-78](https://github.com/unicode-org/icu/tree/maint/maint-78) branch that are not included in the prepackaged download files.
71
73
72
-
### Upcoming ICU 78.2
74
+
### ICU 78.2 maintenance release
75
+
76
+
Release date: 2026-01-08
73
77
74
-
We are planning on an ICU 78.2 maintenance release with a small number of bug fixes,
78
+
ICU 78.2 updates to [CLDR 48.1](https://cldr.unicode.org/downloads/cldr-48). ICU 78.2 also includes a small number of bug fixes,
75
79
as well as a minor update for time zone data (tzdata) version 2025c (2025-dec)
*[List of tickets fixed in ICU 78.2](https://unicode-org.atlassian.net/issues/?jql=project%20%3D%20ICU%20AND%20status%20%3D%20Done%20AND%20resolution%20in%20%28Fixed%2C%20%22Fixed%20by%20Other%20Ticket%22%29%20AND%20fixVersion%20%3D%2078.2%20ORDER%20BY%20component%20ASC%2C%20created%20DESC)
78
82
79
-
These are currently available on the [maint/maint-78](https://github.com/unicode-org/icu/tree/maint/maint-78) branch.
83
+
Changes in ICU 78.2:
80
84
81
85
* C++ [ICU-23261](https://unicode-org.atlassian.net/browse/ICU-23261) “ucasemap_setLocale() ignores uloc_getName() failures”
82
86
* When calling case mapping functions with a bogus locale ID,
83
87
code will read uninitialized memory to select among case-mapping-relevant languages.
84
-
* Bug fixes on [`main`](https://github.com/unicode-org/icu/pull/3773) &
* C++ [ICU-23299](https://unicode-org.atlassian.net/browse/ICU-23299) “ICU76 operator+ on UnicodeString causes standard operator+ on standard types to become ambiguous”
97
95
* C++ build issue with non-ICU code when ICU headers are included.
98
-
* Bug fixes on [`main`](https://github.com/unicode-org/icu/pull/3809) &
0 commit comments