Skip to content

Commit fedc2a7

Browse files
echeranmihnita
authored andcommitted
ICU-23231 Update the ICU 78 download page for the 78.2 release
1 parent 982db03 commit fedc2a7

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

docs/download/78.md

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ used by a [wide array of companies and organizations](https://icu.unicode.org/#h
1818

1919
## Release Overview
2020

21+
Note: The ICU 78.2 maintenance update (see below) was released on 2026-01-08.
22+
2123
* Download: [releases/tag/release-78.1](https://github.com/unicode-org/icu/releases/tag/release-78.1)
2224
* Maven: [com.ibm.icu / icu4j / version 78.1](https://mvnrepository.com/artifact/com.ibm.icu/icu4j/78.1)
2325

@@ -69,37 +71,30 @@ If there are maintenance releases, they will be 78.2, 78.3, etc. (During ICU 78
6971

7072
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.
7173

72-
### Upcoming ICU 78.2
74+
### ICU 78.2 maintenance release
75+
76+
Release date: 2026-01-08
7377

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,
7579
as well as a minor update for time zone data (tzdata) version 2025c (2025-dec)
7680
[ICU-23296](https://unicode-org.atlassian.net/browse/ICU-23296).
7781
* [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)
7882

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:
8084

8185
* C++ [ICU-23261](https://unicode-org.atlassian.net/browse/ICU-23261) “ucasemap_setLocale() ignores uloc_getName() failures”
8286
* When calling case mapping functions with a bogus locale ID,
8387
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) &
85-
[`maint/maint-78`](https://github.com/unicode-org/icu/pull/3774)
8688
* Java & C++ [ICU-23278](https://unicode-org.atlassian.net/browse/ICU-23278) “Unexpected timezone name change for Europe/Dublin in ICU 78.1”
8789
* Due to a data bug, the long time zone name for Europe/Dublin
8890
incorrectly yielded “GMT+01:00” instead of “Irish Standard Time“,
8991
and “GMT+00:00” instead of “Greenwich Mean Time“.
90-
* Bug fixes on [`main`](https://github.com/unicode-org/icu/pull/3792) &
91-
[`maint/maint-78`](https://github.com/unicode-org/icu/pull/3784)
9292
* C++ [ICU-23293](https://unicode-org.atlassian.net/browse/ICU-23293) “Remove attribute 'dllexport' from deleted functions”
9393
* C++ build issue on the clang-cl compiler.
94-
* Bug fixes on [`main`](https://github.com/unicode-org/icu/pull/3794) &
95-
[`maint/maint-78`](https://github.com/unicode-org/icu/pull/3798)
9694
* C++ [ICU-23299](https://unicode-org.atlassian.net/browse/ICU-23299) “ICU76 operator+ on UnicodeString causes standard operator+ on standard types to become ambiguous”
9795
* 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) &
99-
[`maint/maint-78`](https://github.com/unicode-org/icu/pull/3817)
100-
* Several CLDR data bug fixes in upcoming CLDR 48.1.
101-
* See [CLDR 48](https://cldr.unicode.org/downloads/cldr-48)
102-
* See the “Linked work items” for [CLDR-19148](https://unicode-org.atlassian.net/browse/CLDR-19148)
96+
* [List of all tickets fixed in ICU 78.2](https://unicode-org.atlassian.net/projects/ICU/versions/10542/tab/release-report-all-issues)
97+
10398

10499
## Common Changes
105100

@@ -192,7 +187,7 @@ These are currently available on the [maint/maint-78](https://github.com/unicode
192187

193188
## Known Issues
194189

195-
See the list of issues for the [Upcoming ICU 78.2](#upcoming-icu-782)
190+
* (none yet)
196191

197192
## Migration Issues
198193

@@ -223,15 +218,21 @@ ICU4J should work on Android API level 21 and later but may require “[library
223218

224219
### GitHub
225220
Source and binary downloads are available on the git/GitHub tag page:
226-
<https://github.com/unicode-org/icu/releases/tag/release-78.1>
221+
222+
* 78.2: <https://github.com/unicode-org/icu/releases/tag/release-78.2>
223+
* 78.1: <https://github.com/unicode-org/icu/releases/tag/release-78.1>
227224

228225
See the [Source Code Setup](../devsetup/source/) page for how to download the ICU file tree directly from GitHub.
229226

230227
ICU locale data was generated from CLDR data equivalent to:
231228

232-
* <https://github.com/unicode-org/cldr/releases/tag/release-48>
233-
* <https://github.com/unicode-org/cldr-staging/releases/tag/release-48>
229+
* 78.2:
230+
* <https://github.com/unicode-org/cldr/releases/tag/release-48-1-final1>
231+
* <https://github.com/unicode-org/cldr-staging/releases/tag/release-48-1-final1>
232+
* 78.1:
233+
* <https://github.com/unicode-org/cldr/releases/tag/release-48>
234+
* <https://github.com/unicode-org/cldr-staging/releases/tag/release-48>
234235

235236
### Maven
236-
* https://mvnrepository.com/artifact/com.ibm.icu/icu4j/78.1
237-
* https://mvnrepository.com/artifact/com.ibm.icu/icu4j-charset/78.1
237+
* https://mvnrepository.com/artifact/com.ibm.icu/icu4j/78.2
238+
* https://mvnrepository.com/artifact/com.ibm.icu/icu4j-charset/78.2

0 commit comments

Comments
 (0)