Skip to content

Commit a33a145

Browse files
srl295sffc
authored andcommitted
ICU-20033 Add a top-level README.md (unicode-org#11)
* ICU-20033: add a README.md - add a basic README.md linking to icu4c and icu4j PR-URL: unicode-org#11
1 parent be4e50c commit a33a145

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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+
9+
![ICU Logo](./tools/images/iculogo_64.png)
10+
11+
### Build Status
12+
13+
Build | Status
14+
------|-------
15+
TravisCI | [![Build Status](https://travis-ci.org/unicode-org/icu.svg?branch=master)](https://travis-ci.org/unicode-org/icu)
16+
Win x64 Release | [![Build status](https://unicode-icu.visualstudio.com/ICU/_apis/build/status/ICU4C%20Build%20and%20Test%20%5Bx64%20Release%5D%20(CI))](https://unicode-icu.visualstudio.com/ICU/_build/latest?definitionId=8)
17+
Win x86 Release | [![Build status](https://unicode-icu.visualstudio.com/ICU/_apis/build/status/ICU4C%20Build%20and%20Test%20%5Bx86%20Release%5D%20(CI))](https://unicode-icu.visualstudio.com/ICU/_build/latest?definitionId=7)
18+
19+
20+
### Subdirectories and Information
21+
22+
- [`icu4c/`](./icu4c/) [ICU for C/C++](./icu4c/readme.html)
23+
- [`icu4j/`](./icu4j/) [ICU for Java](./icu4j/readme.html)
24+
- [`tools/`](./tools/) Tools
25+
- [`vendor/`](./vendor/) Vendor dependencies
26+
27+
### License
28+
29+
Please see [./icu4c/LICENSE](./icu4c/LICENSE) (C and J are under an identical license file.)
30+
31+
> Copyright © 2016 and later Unicode, Inc. and others. All Rights Reserved.
32+
Unicode and the Unicode Logo are registered trademarks
33+
of Unicode, Inc. in the U.S. and other countries.
34+
[Terms of Use and License](http://www.unicode.org/copyright.html)

tools/images/iculogo_64.png

6.15 KB
Loading

0 commit comments

Comments
 (0)