mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 05:25:34 +00:00
43 lines
2.6 KiB
Markdown
43 lines
2.6 KiB
Markdown
# International Components for Unicode
|
|
|
|
This is the repository for the [International Components for Unicode](https://icu.unicode.org/).
|
|
The ICU project is under the stewardship of [The Unicode Consortium](https://www.unicode.org).
|
|
|
|
- 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 | [](https://github.com/unicode-org/icu/actions?query=workflow%3A%22GHA+CI%22)
|
|
Azure Pipelines | [](https://dev.azure.com/ms/icu/_build/latest?definitionId=360&branchName=main)
|
|
Azure Pipelines (Exhaustive Tests) | [](https://dev.azure.com/ms/icu/_build/latest?definitionId=361&branchName=main)
|
|
Azure Pipelines (Valgrind ICU4C) | [](https://dev.azure.com/ms/icu/_build/latest?definitionId=364&branchName=main)
|
|
Fuzzing | [](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:icu)
|
|
OpenSSF Scorecard | [](https://securityscorecards.dev/viewer/?uri=github.com/unicode-org/icu)
|
|
|
|
|
|
|
|
### Subdirectories and Information
|
|
|
|
- [`icu4c/`](./icu4c/) [ICU for C/C++](./icu4c/readme.html)
|
|
- [`icu4j/`](./icu4j/) [ICU for Java](./icu4j/readme.html)
|
|
- [`tools/`](./tools/) Tools
|
|
- [`vendor/`](./vendor/) Vendor dependencies
|
|
|
|
### Copyright & Licenses
|
|
|
|
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](./LICENSE).
|
|
|
|
A CLA is required to contribute to this project - please refer to the [CONTRIBUTING.md](./CONTRIBUTING.md) file (or start a Pull Request) for more information.
|
|
|