mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
The home of the ICU project source code.
Revise uses of UVector in rbtz.cpp to better handle memory allocation failures. This is one of an ongoing series of commits to address similar problems with UVector usage throughout ICU. The changes include - Use LocalPointers and UVector deleter functions to simplify OOM checking and recovery. - Fix RuleBasedTimeZone::addTransitionRule(rule) to have standard ICU adopt behavior when errors occur, meaning automatic deletion of the incoming rule. This simplifies both the implementation of the function and the code at the call sites. - Update addTransitionRule() call sites. Includes modifying the Dangi calendar initializtion to not silently ignore errors. - struct Transition is changed to derive from UMemory, which allows the use of LocalPointers. |
||
---|---|---|
.ci-builds | ||
.github | ||
docs | ||
icu4c | ||
icu4j | ||
tools | ||
vendor/double-conversion | ||
.bazeliskrc | ||
.cpyskip.txt | ||
.gitattributes | ||
.gitignore | ||
KEYS | ||
README.md | ||
WORKSPACE |
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.
- Source: https://github.com/unicode-org/icu
- Bugs: https://unicode-org.atlassian.net/projects/ICU
- API Docs: https://unicode-org.github.io/icu-docs/
- User Guide: https://unicode-org.github.io/icu/
🔴🔴🔴 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 | |
Azure Pipelines | |
Azure Pipelines (Exhaustive Tests) | |
Azure Pipelines (Valgrind ICU4C) | |
Fuzzing |
Subdirectories and Information
icu4c/
ICU for C/C++icu4j/
ICU for Javatools/
Toolsvendor/
Vendor dependencies
License
Please see ./icu4c/LICENSE (C and J are under an identical license file.)
Copyright © 2016 and later Unicode, Inc. and others. All Rights Reserved. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. Terms of Use and License