The home of the ICU project source code.
Find a file
Rich Gillam 14ca2b0e6d ICU-22313 Various fixes for duration formatting:
- Changed the C++ and Java interfaces to that the URBNF_DURATION ruleset is marked deprecated.
- Fixed a bug in RuleBasedNumberFormat in both Java and C++ that caused the existing duration-formatting rules to produce bogus results when used on a non-integral value.

(Earlier versions of this PR added code to use a MeasureFormat under the covers when a caller used
unum_open(UNUM_DURATION).  I took that out because of backward compatibility concerns, so we're still using RBNF
in the C API.  I'm hoping to add a "real" duration formatter in ICU 75.)
2023-09-15 16:27:58 -07:00
.ci-builds ICU-22324 Mavenization, step 2, change github / azure workflows 2023-08-30 15:25:01 -07:00
.github ICU-22325 Disable tests as workaround for failures following CI changes 2023-09-15 09:46:23 -07:00
docs ICU-22324 Mavenization, updating the cldr-to-icu scripts and instructions 2023-09-05 10:24:23 -07:00
icu4c ICU-22313 Various fixes for duration formatting: 2023-09-15 16:27:58 -07:00
icu4j ICU-22313 Various fixes for duration formatting: 2023-09-15 16:27:58 -07:00
tools ICU-22325 CLDR 44 alpha2 integration to ICU part three, source files changes 2023-09-13 11:06:53 -07:00
vendor/double-conversion ICU-21957 Update double-conversion to 256ac809561b756645e73ab7127c2aaaeabaa427 2022-09-09 15:47:12 -07:00
.bazeliskrc ICU-22220 update root collation from CLDR 43 2023-02-22 17:13:13 -08:00
.cpyskip.txt ICU-22324 Fix copyright check 2023-08-30 15:25:01 -07:00
.gitattributes ICU-20717 move small files out of lfs: .dat, .gz, .gif 2020-09-17 11:09:48 -07:00
.gitignore ICU-22363 Add support for QNX 7.1 2023-08-10 17:46:01 -07:00
CONTRIBUTING.md ICU-22324 Mavenization, updating the cldr-to-icu scripts and instructions 2023-09-05 10:24:23 -07:00
KEYS ICU-22351 Update PGP key information for release signing 2023-04-13 08:17:47 +05:30
LICENSE ICU-22309 update to LICENSE v3, Readme.md, CONTRIBUTING.md 2023-08-21 11:48:04 -05:00
README.md ICU-22423 Add scorecard.yml 2023-08-30 15:11:50 -07:00
SECURITY.md ICU-22410 Add security policy 2023-06-14 13:54:42 -07:00
WORKSPACE ICU-21117 Use Bazel to automate generation of Unicode data files 2021-03-24 10:39:38 -07:00

International Components for Unicode

This is the repository for the International Components for Unicode. The ICU project is under the stewardship of The Unicode Consortium.

ICU Logo

🔴🔴🔴 Special Notice About Branch Renaming 🔴🔴🔴

Around March 24-25, 2021 we renamed the master branch to main. You may need to rename your branch in your local git repo and change your normal git command to reflect this change. See also https://github.com/github/renaming

Build Status (main branch)

Build Status
GitHub Actions GHA CI
Azure Pipelines Build Status
Azure Pipelines (Exhaustive Tests) Build Status
Azure Pipelines (Valgrind ICU4C) Build Status
Fuzzing Fuzzing Status
OpenSSF Scorecard OpenSSF Scorecard

Subdirectories and Information

Copyright © 2016-2023 Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the United States and other countries.

The project is released under LICENSE.

A CLA is required to contribute to this project - please refer to the CONTRIBUTING.md file (or start a Pull Request) for more information.