Downloading ICU

If you want to use ICU (as opposed to developing it), it is recommended that you download an official packaged version of the ICU source code. These versions are tested more thoroughly than day-to-day development builds of the system, and they are packaged in zip and tar files for convenient download. Here are several recent releases of ICU that are available:

Release Candidate

2024-09-30: ICU 76 release candidate is now available. It updates to Unicode 16 (blog), including new characters and scripts, emoji, collation & IDNA changes, and corresponding APIs and implementations. It also updates to CLDR 46 (beta blog) locale data with new locales, significant updates to existing locales, and various additions and corrections. For example, the CLDR and Unicode default sort orders are now very nearly the same.

Most of the java.time (Temporal) types can now be formatted directly. There are some new APIs to make ICU easier to use with modern C++ and Java patterns. The Java and C++ technology preview implementations of the CLDR MessageFormat 2.0 specification have been updated to match recent changes. See ICU 76.

Please test this release candidate on your platforms and report bugs and regressions by Monday, 2024-oct-21, via the icu-support mailing list, and/or please find/submit error reports.

Please do not use this release candidate in production.

Latest Release

2024-04-17: ICU 75 is now available. It updates to CLDR 45 (beta blog) locale data with new locales and various additions and corrections. C++ code now requires C++17 and is being made more robust. The CLDR MessageFormat 2.0 specification is now in technology preview, together with a corresponding update of the ICU4J (Java) tech preview and a new ICU4C (C++) tech preview. See Downloading ICU > ICU 75.

Previous Releases

  • 2023-12-13: ICU 74.2 released with date/time formatting bug fixes. See Downloading ICU > ICU 74.

  • 2023-10-31: ICU 74 is now available. It updates to Unicode 15.1, including new characters, emoji, security mechanisms, and corresponding APIs and implementations. It also updates to CLDR 44 (blog) locale data with new locales and various additions and corrections. See Downloading ICU > ICU 74.

  • 2023-06-15: ICU 73.2 is now available. Maintenance release with changes for GB18030 compliance, English AM/PM spaces, word segmentation around @ sign, etc. See Downloading ICU > ICU 73.

  • 2023-04-13: ICU 73 is now available. It updates to CLDR 43 locale data with various additions and corrections. ICU 73 improves Japanese and Korean short-text line breaking, reduces C++ memory use in date formatting, and promotes the Java person name formatter from tech preview to draft. For details, see Downloading ICU > ICU 73.

Release ICU4C ICU4J Major Changes
ICU 72 72.1 72.1 Unicode 15, CLDR 42, tech previews: person name formatting, MessageFormat 2
ICU 71 71.1 71.1 CLDR 41, phrase-based line breaking for Japanese.
ICU 70 70.1 70.1 Unicode 14 & CLDR 40, emoji properties.
ICU 69 69.1 69.1 CLDR 39, enhancements in measurement unit formatting and number formatting.
ICU 68 68.2 68.2 CLDR 38, locale-dependent smart unit preferences (road distance, temperature, etc.), locale ID canonicalization conformant with CLDR.
ICU 67 67.1 67.1 Unicode 13 & CLDR 37. Bug fixes for date and number formatting, enhanced support for user preferences in the locale identifier. LocaleMatcher code and data improved. Number skeletons have a new “concise” form that can be used in MessageFormat strings.
ICU 66 66.1 66.1 Unicode 13 & CLDR 36.1. New, extra Q1 releases for low-risk integration of Unicode 13.
ICU 65 65.1 65.1 CLDR 36 with some new measurement units. Java LocaleMatcher API is improved, and ported to C++. For building ICU data, there are new filtering options, and new tracing support for data loading in ICU4C.
ICU 64 64.2 64.2 Unicode 12.0, CLDR 35, data filtering/subsetting mechanism, improved formatting API, C++ LocaleBuilder.
ICU 63 63.2 63.2 CLDR 34, API for number & currency range formatting, API for additional Unicode properties and for constructing custom properties; test data for upcoming Japanese era; C++ Locale enhancements; Java 7 as minimum runtime.
ICU 62 62.2 62.2 Unicode 11.0, CLDR 33.1, number format skeleton pattern in MessageFormat and ICU4C DecimalFormat wrapping new NumberFormatter implementation.
ICU 61 61.2 61.2 CLDR 33, new Java implementation for number and currency parsing, and many small API additions, improvements, and bug fixes.
ICU 60 60.3 60.3 Unicode 10.0, CLDR 32, and ICU4J has been tested with Java 9. New API for number formatting, NumberFormatter, which new users should link instead of NumberFormat/DecimalFormat. There are many more features and bug fixes.
ICU 59 59.2 59.2 CLDR 31, Emoji 5.0 draft data, C++11 support, Java number formatting code rewrite.
ICU 58 58.3 58.3 Unicode 9.0, CLDR 30.0.2, Emoji 4.0 draft data, JUnit test integration, more locale data loading improvements.
ICU 57 57.2 57.2 CLDR 29, Unicode emoji properties, improved locale data loading.
ICU 56 56.2 56.2 Unicode 8.0, CLDR 28, ICU data size reduction, ICU4C DecimalFormat refactoring.
ICU 55 55.2 55.2 CLDR 27.0.1, CSS line-break support in BreakIterator, easier-to-use ScientificNumberFormatter (“1.2 × 10³”), ICU4C DateFormat performance improvement, C wrapper for ListFormatter and FieldPositionIterator, regex named capture groups. ICU4J has been improved and tested for using ICU4C data and for running on Android.
ICU 54 54.2 54.2 CLDR 26, Unicode 7.0, many more units, Unihan in root collation, new RBNF PluralFormat syntax, dictionary-based break iterator for Burmese, tech preview of FilteredBreakIterator using ULI break data, time separator configurable from CLDR data, …
ICU 53 53.2 53.2 CLDR 25, collation code rewrite, measure formatting for various units, relative date formatter and leniency controls in date format parsing
ICU 52 52.2 52.2 CLDR 24, Unicode 6.3, Plurals for fractional values, Islamic Umm al-Qura calendar, DateFormat parse leniency controls and Lao dictionary based word segmentation.
ICU 51 51.3 51.3 CLDR 23, short weekday names, new time zone format patterns, display context for date format and locale display names
ICU 50 50.2 50.2 CLDR 22.1, Unicode 6.2, ordinal number support, dictionary-based break iterators for Chinese & Japanese…
ICU 49 49.1.2 49.1 CLDR 21.0.1, Unicode 6.1, simpler ICU4C build without generated platform.h, many small API additions
      Note: We have changed the ICU release version numbering , combining the former first two fields into one, thus the major release sequence is ICU 4.8, ICU 49, ICU 50, …

For more details on building ICU once you’ve checked out the code, please see the ICU4C or ICU4J readme (linked from the nav bar).

Note: In 2012, starting with ICU 49, we changed the ICU release version numbering, combining the former first two fields into one, thus the major release sequence is …, ICU 4.6, ICU 4.8, ICU 49, ICU 50, ICU 51, …

For older ICU releases see the Old ICU Releases page.


Table of contents