Name | Date | Size | ||
---|---|---|---|---|
.. | 25-Oct-2024 | 4 KiB | ||
.appveyor.yml | H A D | 25-Oct-2024 | 2.7 KiB | |
.ci-builds/ | H | 25-Oct-2024 | 4 KiB | |
.cpyskip.txt | H A D | 25-Oct-2024 | 2.6 KiB | |
.gitattributes | H A D | 25-Oct-2024 | 1.9 KiB | |
.github/ | H | 25-Oct-2024 | 4 KiB | |
.gitignore | H A D | 25-Oct-2024 | 7.1 KiB | |
.travis.yml | H A D | 25-Oct-2024 | 5.6 KiB | |
BUILD.gn | H A D | 25-Oct-2024 | 701 | |
bundle.json | H A D | 25-Oct-2024 | 25 KiB | |
CMakeLists.txt | H A D | 25-Oct-2024 | 654 | |
CONTRIBUTING.md | H A D | 25-Oct-2024 | 502 | |
data_filter.json | H A D | 25-Oct-2024 | 11.9 KiB | |
docs/ | H | 25-Oct-2024 | 4 KiB | |
icu.gni | H A D | 25-Oct-2024 | 863 | |
icu4c/ | H | 25-Oct-2024 | 4 KiB | |
icu4j/ | H | 25-Oct-2024 | 4 KiB | |
KEYS | H A D | 25-Oct-2024 | 59.2 KiB | |
OAT.xml | H A D | 25-Oct-2024 | 7.9 KiB | |
ohos_icu4c/ | H | 25-Oct-2024 | 4 KiB | |
ohos_icu4j/ | H | 25-Oct-2024 | 4 KiB | |
README.md | H A D | 25-Oct-2024 | 2.4 KiB | |
tools/ | H | 25-Oct-2024 | 4 KiB | |
vendor/double-conversion/ | H | 25-Oct-2024 | 4 KiB |
README.md
1# International Components for Unicode 2 3This is the repository for the [International Components for Unicode](https://icu.unicode.org/). 4The ICU project is under the stewardship of [The Unicode Consortium](https://www.unicode.org). 5 6- Source: https://github.com/unicode-org/icu 7- Bugs: https://unicode-org.atlassian.net/projects/ICU 8- API Docs: https://unicode-org.github.io/icu-docs/ 9- User Guide: https://unicode-org.github.io/icu/ 10 11 12 13### Special Notice About Branch Renaming 14Around 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 15 16### Build Status (`main` branch) 17 18Build | Status 19------|------- 20GitHub Actions | [](https://github.com/unicode-org/icu/actions?query=workflow%3A%22GHA+CI%22) 21Azure Pipelines | [](https://dev.azure.com/ms/icu/_build/latest?definitionId=360&branchName=main) 22Azure Pipelines (Exhaustive Tests) | [](https://dev.azure.com/ms/icu/_build/latest?definitionId=361&branchName=main) 23Azure Pipelines (Valgrind ICU4C) | [](https://dev.azure.com/ms/icu/_build/latest?definitionId=364&branchName=main) 24Fuzzing | [](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:icu) 25 26 27### Subdirectories and Information 28 29- [`icu4c/`](./icu4c/) [ICU for C/C++](./icu4c/readme.html) 30- [`icu4j/`](./icu4j/) [ICU for Java](./icu4j/readme.html) 31- [`tools/`](./tools/) Tools 32- [`vendor/`](./vendor/) Vendor dependencies 33 34### License 35 36Please see [./icu4c/LICENSE](./icu4c/LICENSE) (C and J are under an identical license file.) 37 38> Copyright © 2016 and later Unicode, Inc. and others. All Rights Reserved. 39Unicode and the Unicode Logo are registered trademarks 40of Unicode, Inc. in the U.S. and other countries. 41[Terms of Use and License](http://www.unicode.org/copyright.html) 42