The home of the ICU project source code.
Find a file
Fredrik Roubert 232362bf17 ICU-22520 Use operator* instead of calling std::optional::value().
There's a subtle difference between these two ways of accessing the
value of an optional and that is that the value() method can throw an
exception if there isn't any value, but operator* won't do that (it's
just undefined behavior if there isn't any value).

ICU4C code never tries to access any optional value without first
checking that it exists, but the ability of the value() method to throw
an exception in case there wasn't any such check first is the reason why
std::exception symbols previously could show up in debug builds.

This reverts the changes that were made to dependencies.txt by
commit dc70b5a056.
2024-03-04 23:40:15 +01:00
.ci-builds ICU-22532 Trigger CI workflows when workflow definitions change 2024-02-28 12:50:43 -05:00
.github ICU-22274 Add zdump info while env test fail 2024-02-29 14:36:14 -08:00
docs ICU-22556 Prefer cc and c++ compilers 2024-02-29 19:43:43 +01:00
icu4c ICU-22520 Use operator* instead of calling std::optional::value(). 2024-03-04 23:40:15 +01:00
icu4j ICU-22319 Fix number range semanticallyEquivalent 2024-03-04 08:23:00 -08:00
tools ICU-22571 add Aran script code variant 2024-02-27 14:23:59 -08:00
vendor/double-conversion ICU-22325 Update double-conversion to v3.3.0 2023-09-28 14:31:16 +02:00
.bazeliskrc ICU-22220 update root collation from CLDR 43 2023-02-22 17:13:13 -08:00
.bazelrc ICU-21107 Specify language standard versions C11 & C++17 also for Bazel. 2024-01-17 16:26:57 +09: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-22677 update CONTRIBUTING.md 2024-02-26 11:44:35 -06:00
KEYS ICU-22351 Update PGP key information for release signing 2023-04-13 08:17:47 +05:30
LICENSE ICU-22677 update LICENSE and README.md and pom.xml 2024-02-26 14:34:59 -06:00
README.md ICU-22677 update LICENSE and README.md and pom.xml 2024-02-26 14:34:59 -06: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-2024 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.