2018-08-02 00:56:55 +00:00
|
|
|
# International Components for Unicode
|
|
|
|
|
|
|
|
This is the repository for the [International Components for Unicode](http://site.icu-project.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
|
|
|
|
|
|
|
|
![ICU Logo](./tools/images/iculogo_64.png)
|
|
|
|
|
2019-08-29 04:44:37 +00:00
|
|
|
### Build Status (master branch)
|
2018-08-02 00:56:55 +00:00
|
|
|
|
|
|
|
Build | Status
|
|
|
|
------|-------
|
|
|
|
TravisCI | [![Build Status](https://travis-ci.org/unicode-org/icu.svg?branch=master)](https://travis-ci.org/unicode-org/icu)
|
2019-08-29 04:44:37 +00:00
|
|
|
Azure Pipelines | [![Build Status](https://unicode-icu.visualstudio.com/ICU/_apis/build/status/Azure%20CI?branchName=master)](https://unicode-icu.visualstudio.com/ICU/_build/latest?definitionId=21&branchName=master)
|
|
|
|
Azure Pipelines (Exhaustive Tests) | [![Build Status](https://unicode-icu.visualstudio.com/ICU/_apis/build/status/Azure%20CI%20%5BExhaustive%20Tests%5D?branchName=master)](https://unicode-icu.visualstudio.com/ICU/_build/latest?definitionId=24&branchName=master)
|
|
|
|
AppVeyor | [![Build status](https://ci.appveyor.com/api/projects/status/6ev1ssb6efahsvs2?svg=true)](https://ci.appveyor.com/project/unicode-org/icu)
|
2019-10-08 06:29:38 +00:00
|
|
|
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)
|
2018-08-02 00:56:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
### 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
|
|
|
|
|
|
|
|
### License
|
|
|
|
|
|
|
|
Please see [./icu4c/LICENSE](./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](http://www.unicode.org/copyright.html)
|