]> granicus.if.org Git - icu/blob - README.md
ICU-21484 Add SignDisplay NEGATIVE
[icu] / README.md
1 #  International Components for Unicode
2
3 This is the repository for the [International Components for Unicode](http://site.icu-project.org). 
4 The 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 ### Build Status (`master` branch)
14
15 Build | Status
16 ------|-------
17 GitHub 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)
18 Azure Pipelines | [![Build Status](https://dev.azure.com/ms/icu/_apis/build/status/unicode-org/CI?branchName=master)](https://dev.azure.com/ms/icu/_build/latest?definitionId=360&branchName=master)
19 Azure Pipelines (Exhaustive Tests) | [![Build Status](https://dev.azure.com/ms/icu/_apis/build/status/unicode-org/CI-Exhaustive-Main?branchName=master)](https://dev.azure.com/ms/icu/_build/latest?definitionId=361&branchName=master)
20 Azure Pipelines (Valgrind ICU4C) | [![Build Status](https://dev.azure.com/ms/icu/_apis/build/status/unicode-org/CI-Valgrind-Main?branchName=master)](https://dev.azure.com/ms/icu/_build/latest?definitionId=362&branchName=master)
21 AppVeyor | [![Build status](https://ci.appveyor.com/api/projects/status/6ev1ssb6efahsvs2/branch/master?svg=true)](https://ci.appveyor.com/project/unicode-org/icu/branch/master)
22 Fuzzing | [![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)
23
24
25 ### Subdirectories and Information
26
27 - [`icu4c/`](./icu4c/) [ICU for C/C++](./icu4c/readme.html)
28 - [`icu4j/`](./icu4j/) [ICU for Java](./icu4j/readme.html)
29 - [`tools/`](./tools/) Tools
30 - [`vendor/`](./vendor/) Vendor dependencies
31
32 ### License
33
34 Please see [./icu4c/LICENSE](./icu4c/LICENSE) (C and J are under an identical license file.)
35
36 > Copyright © 2016 and later Unicode, Inc. and others. All Rights Reserved.
37 Unicode and the Unicode Logo are registered trademarks 
38 of Unicode, Inc. in the U.S. and other countries.
39 [Terms of Use and License](http://www.unicode.org/copyright.html)