• Home
Name Date Size #Lines LOC

..--

.ci-builds/22-Mar-2025-466417

.github/22-Mar-2025-196

docs/22-Mar-2025-35,25727,393

icu4c/22-Mar-2025-5,671,0555,283,458

icu4j/22-Mar-2025-2,439,5022,186,087

ohos_icu4c/22-Mar-2025-4,0033,942

ohos_icu4j/22-Mar-2025-1,566,2971,382,022

tools/22-Mar-2025-107,93788,152

vendor/double-conversion/22-Mar-2025-330,293323,917

.appveyor.ymlD22-Mar-20252.7 KiB8139

.cpyskip.txtD22-Mar-20252.6 KiB120117

.gitattributesD22-Mar-20251.9 KiB8779

.gitignoreD22-Mar-20257.1 KiB281274

.travis.ymlD22-Mar-20255.6 KiB172128

BUILD.gnD22-Mar-2025701 2018

CMakeLists.txtD22-Mar-2025654 2921

CONTRIBUTING.mdD22-Mar-2025502 159

KEYSD22-Mar-202559.2 KiB963940

OAT.xmlD22-Mar-20257.9 KiB10854

README.mdD22-Mar-20252.4 KiB4229

bundle.jsonD22-Mar-202525 KiB567566

data_filter.jsonD22-Mar-202511.9 KiB454454

icu.gniD22-Mar-2025863 2321

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![ICU Logo](./tools/images/iculogo_64.png)
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 | [![GHA CI](https://github.com/unicode-org/icu/workflows/GHA%20CI/badge.svg)](https://github.com/unicode-org/icu/actions?query=workflow%3A%22GHA+CI%22)
21Azure Pipelines | [![Build Status](https://dev.azure.com/ms/icu/_apis/build/status/unicode-org/CI?branchName=main)](https://dev.azure.com/ms/icu/_build/latest?definitionId=360&branchName=main)
22Azure Pipelines (Exhaustive Tests) | [![Build Status](https://dev.azure.com/ms/icu/_apis/build/status/unicode-org/CI-Exhaustive-Main?branchName=main)](https://dev.azure.com/ms/icu/_build/latest?definitionId=361&branchName=main)
23Azure Pipelines (Valgrind ICU4C) | [![Build Status](https://dev.azure.com/ms/icu/_apis/build/status/unicode-org/CI-Valgrind?branchName=main)](https://dev.azure.com/ms/icu/_build/latest?definitionId=364&branchName=main)
24Fuzzing | [![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/icu.svg)](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