Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.ci-builds/ | 12-May-2024 | - | 466 | 417 | ||
.github/ | 12-May-2024 | - | 19 | 6 | ||
docs/ | 12-May-2024 | - | 31,960 | 25,028 | ||
icu4c/ | 12-May-2024 | - | 5,102,644 | 4,722,885 | ||
icu4j/ | 12-May-2024 | - | 2,409,278 | 2,161,079 | ||
ohos_icu4j/ | 12-May-2024 | - | 1,566,297 | 1,382,022 | ||
tools/ | 12-May-2024 | - | 106,437 | 86,973 | ||
vendor/double-conversion/ | 12-May-2024 | - | 330,012 | 323,702 | ||
.appveyor.yml | D | 12-May-2024 | 2.7 KiB | 81 | 39 | |
.cpyskip.txt | D | 12-May-2024 | 2.3 KiB | 109 | 106 | |
.gitattributes | D | 12-May-2024 | 1.8 KiB | 83 | 76 | |
.gitignore | D | 12-May-2024 | 35.9 KiB | 1,072 | 1,070 | |
.travis.yml | D | 12-May-2024 | 5.6 KiB | 172 | 128 | |
BUILD.gn | D | 12-May-2024 | 701 | 20 | 18 | |
CMakeLists.txt | D | 12-May-2024 | 654 | 29 | 21 | |
KEYS | D | 12-May-2024 | 59.2 KiB | 963 | 940 | |
OAT.xml | D | 12-May-2024 | 7.9 KiB | 108 | 54 | |
README.OpenSource | D | 12-May-2024 | 525 | 12 | 11 | |
README.md | D | 12-May-2024 | 2.7 KiB | 44 | 31 | |
bundle.json | D | 12-May-2024 | 1 KiB | 35 | 34 | |
data_filter.json | D | 12-May-2024 | 297 | 15 | 15 | |
icu.gni | D | 12-May-2024 | 638 | 17 | 15 |
README.OpenSource
1[ 2 { 3 "Name": "International Components for Unicode", 4 "License": "ICU License, BSD 3-Clause License", 5 "License File": "icu4c/LICENSE", 6 "Version Number": "69.1", 7 "Owner": "zhengbin5@huawei.com", 8 "Upstream URL": "https://github.com/unicode-org/icu/archive/release-69-1.tar.gz", 9 "Description": "ICU is a mature, widely used set of portable C/C++ and Java libraries for Unicode support, software internationalization and globalization (i18n/g11n). The packages are mirrors of the main website." 10 } 11] 12
README.md
1# International Components for Unicode 2 3This is the repository for the [International Components for Unicode](http://site.icu-project.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 14We plan to rename the `master` branch to `main` branch around March 24-25, 2021. You may need to rename your branch in your local git repo and change your normal git command to reflect the changes after that. See also https://github.com/github/renaming 15 16### Build Status (`master` 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=master)](https://dev.azure.com/ms/icu/_build/latest?definitionId=360&branchName=master) 22Azure 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) 23Azure 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) 24AppVeyor | [![Build status](https://ci.appveyor.com/api/projects/status/6ev1ssb6efahsvs2/branch/master?svg=true)](https://ci.appveyor.com/project/unicode-org/icu/branch/master) 25Fuzzing | [![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) 26 27 28### Subdirectories and Information 29 30- [`icu4c/`](./icu4c/) [ICU for C/C++](./icu4c/readme.html) with OHOS code modification and data customization 31- [`icu4j/`](./icu4j/) [ICU for Java](./icu4j/readme.html) 32- [`tools/`](./tools/) Tools 33- [`vendor/`](./vendor/) Vendor dependencies 34- [`ohos_icu4j/`](./ohos_icu4j/) This is a copy of icu4j with package name changed from com.ibm.icu to ohos.global.icu 35 36### License 37 38Please see [./icu4c/LICENSE](./icu4c/LICENSE) (C and J are under an identical license file.) 39 40> Copyright © 2016 and later Unicode, Inc. and others. All Rights Reserved. 41Unicode and the Unicode Logo are registered trademarks 42of Unicode, Inc. in the U.S. and other countries. 43[Terms of Use and License](http://www.unicode.org/copyright.html) 44