Releases: unicode-org/icu
cldr/2023-09-27
Tagged through the following for use by CLDR:
- 7a03734 ICU-22324 Mavenization, building the CLDR utilities
- c670bbd ICU-22420 GB18030 change 3 mappings for GBK/web compat
- 87fe057 ICU-22324 Mavenization, add -SNAPSHOT back to the maven version
... - 99026f0 ICU-22325 BRS74RC: Update version number to 74.1 #2613
... - c468984 ICU-22463 Fix the conversion from gasoline-equivalent units to kilograms-per-meter-squared-per-second #2616
- 8c4af50 ICU-22324 Mavenization, minimize the places that need a version
... - 501fe1b ICU-22324 Mavenization, preparing for maven central deployment
... - f14b24a ICU-22324 Allow single Maven cache creation and multiple read-only usage
... - 2ca7c49 ICU-22464 Fix Java DateFormatSymbols to copy abbreviated day period names to the other sizes when appropriate.
cldr/2023-09-25
Tagged through the following for use by CLDR:
- 2df1ab7 ICU-21289 Switch to using CharString for calling uloc_canonicalize().
... - c1475f4 ICU-22516 Return error while the style is invalid
... - c468984 ICU-22463 Fix the conversion from gasoline-equivalent units to kilograms-per-meter-squared-per-second
- 8c4af50 ICU-22324 Mavenization, minimize the places that need a version
- 6e0468d ICU-22498 Write directly to sink (instead of into legacy buffers).
... - 501fe1b ICU-22324 Mavenization, preparing for maven central deployment
... - f14b24a ICU-22324 Allow single Maven cache creation and multiple read-only usage
... - 2ca7c49 ICU-22464 Fix Java DateFormatSymbols to copy abbreviated day period names to the other sizes when appropriate.
- 87d606c ICU-22509 Fix the RelativeDateFormat to reject unsupported dateStyle
cldr/2023-09-13
Tagged through the following for use by CLDR:
- bb73529 ICU-22325 CLDR 44 alpha2 integration to ICU part three, source files changes
- 6b08bb6 ICU-22325 CLDR 44 alpha2 integration to ICU part two, source files generated or copied from CLDR
- a5589e9 ICU-22325 CLDR 44 alpha2 integration to ICU part one, binary and binary source files
- 6d178fd ICU-22325 Update ICU4C API Change Reports frontload
- 68a61da ICU-22497 Fix buffer-overflow READ for toLanguateTag
- 35645ab ICU-22494 Avoid adding empty or duplicate variants during locale canoncalization.
- 687feb1 ICU-22478 Fix log spew in PersonNameConsistencyTest.
cldr/2023-08-22
Tagged through the following for use by CLDR:
- fb0f362 ICU-22324 Small fixes for script moving folders to maven structure
- 2270c17 ICU-22325 CLDR release-44-alpha1 to main:
- 5d6d197 ICU-22466 Fix incorrect memory read while the locale is bogus
- 667ee72 ICU-22457 count() of getUnicodeKeywords is incorrect
- 52177cc ICU-22364 Modify ulocimp_getRegionForSupplementalData() to ignore the subdivision code...
- 248b1c2 ICU-22309 update to LICENSE v3, Readme.md, CONTRIBUTING.md
- 1fc560c ICU-22465 Change .s to .data() for replacing TinyString with CharString.
- a7a2fdb ICU-22324 Script moving folders to maven structure
- ffc449d ICU-20777 Merge the likelySubtags implemention
- 27181e3 ICU-22435 Add C API for Locale #2531
- 81a6edb ICU-22404 Unicode 15.1 data 20230811 plus UTS46 fix
cldr/2023-08-08
Tagged through the following for use by CLDR:
- 56850c9 ICU-22402 Add support in ICU and in the CLDR-to-ICU tool for the new nativeSpaceReplacement and
parameterDefault resources for PersonNameFormatter in CLDR. - 47e47ec ICU-22433 uppercase decomposed greek to decomposed greek and precomposed greek to precomposed greek.
- 720e574 ICU-22362 Fix build error in exhaustive tests resulting from last PersonName change.
- 89b952d ICU-22362 Fix the name order derivation code in PersonNameFormatter to match the CLDR spec.
- 6ba5a1a ICU-22365 C API for ULocaleBuilder (#2520)
cldr/2023-07-20
Tagged through the following for use by CLDR:
- 281a2a7 ICU-22350 Give maven.yml packages:write
- c7e967c ICU-22401 fix build on MSVC with cpp20
- 2e45e6e ICU-22404 Unicode 15.1 beta data files & API constants
- 5826bf7 ICU-22434 Not calling setFirstDayOfWeek(MONDAY) if the locale has fw
- 034a808 ICU-20898 Improve number skeleton rounding increment docs
- 70d3087 ICU-22325 BRS 74 front-load update version to 74.0.1
cldr/2023-07-19
Tagged through the following for use by CLDR:
- c7e967c ICU-22401 fix build on MSVC with cpp20
- 2e45e6e ICU-22404 Unicode 15.1 beta data files & API constants
- 5826bf7 ICU-22434 Not calling setFirstDayOfWeek(MONDAY) if the locale has fw
- 034a808 ICU-20898 Improve number skeleton rounding increment docs
- 70d3087 ICU-22325 BRS 74 front-load update version to 74.0.1
ICU 73.2
We are pleased to announce the release of Unicode® ICU 73.2. It updates to CLDR 43.1 locale data with various additions and corrections. These are maintenance releases for ICU 73 and CLDR 43, with limited sets of bug fixes and no API or structural changes.
There are significant changes for GB18030-2022 compliance support:
- CLDR extends the support for “short” Chinese sort orders to cover some additional, required characters for Level 2. This is carried over into ICU collation.
- ICU has a modified character conversion table, mapping some GB18030 characters to Unicode characters that were encoded after GB18030-2005.
There are also changes for compatibility:
- There are optional variants of time formats with AM/PM (only for English) using ASCII spaces in CLDR that can also be used in ICU via custom data generation. This is intended to help certain implementers transition to the improved patterns, which have used a narrow no-break space between the time and AM/PM since CLDR 42.
- For how to generate ICU data with this option, look for alt="ascii" on main/tools/cldr/cldr-to-icu/README.md
- The changes to the word segmentation behavior of @ sign that were in CLDR 42 (ICU 72) have been reverted. These caused problems for certain parsers that did not expect @ to join to letters.
ICU 73.2 and CLDR 43.1 include several other bug fixes, including person name formatting, and Cyrillic transforms.
For details, please see https://icu.unicode.org/download/73.
Note: The prebuilt WinARM64 binaries below should be considered alpha/experimental.
icu4x/2023-05-02/73.x
Tag to release icuexportdata artifacts for ICU4X
ICU 73.1
We are pleased to announce the release of Unicode® ICU 73. 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.
ICU 73 and CLDR 43 are minor releases, mostly focused on bug fixes and small enhancements. (The fall CLDR/ICU releases will update to Unicode 15.1 which is planned for September.)
ICU 73 updates to the time zone data version 2023c (2023-mar). Note that pre-1970 data for a number of time zones has been removed, as has been the case in the upstream tzdata release since 2021b.
For details, please see https://icu.unicode.org/download/73.
Note: The prebuilt WinARM64 binaries below should be considered alpha/experimental.