Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.ci-builds/ | 12-May-2024 | - | 466 | 417 | ||
.github/ | 12-May-2024 | - | 19 | 6 | ||
docs/ | 12-May-2024 | - | 1,897 | 1,404 | ||
icu4c/ | 12-May-2024 | - | 5,079,515 | 4,706,057 | ||
ohos_icu4j/ | 12-May-2024 | - | 1,566,297 | 1,382,022 | ||
.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 | 55.5 KiB | 901 | 881 | |
OAT.xml | D | 12-May-2024 | 5.1 KiB | 82 | 27 | |
README.OpenSource | D | 12-May-2024 | 488 | 11 | 10 | |
README.md | D | 12-May-2024 | 2.3 KiB | 39 | 27 | |
bundle.json | D | 12-May-2024 | 878 | 31 | 31 |
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": "67.1", 7 "Upstream URL": "https://github.com/unicode-org/icu/archive/release-67-1.tar.gz", 8 "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." 9 } 10] 11
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 9 10 11### Build Status (`master` branch) 12 13Build | Status 14------|------- 15TravisCI | [](https://travis-ci.org/unicode-org/icu) 16Azure Pipelines | [](https://unicode-icu.visualstudio.com/ICU/_build/latest?definitionId=21&branchName=master) 17Azure Pipelines (Exhaustive Tests) | [](https://unicode-icu.visualstudio.com/ICU/_build/latest?definitionId=24&branchName=master) 18Azure Pipelines (Valgrind ICU4C) | [](https://unicode-icu.visualstudio.com/ICU/_build/latest?definitionId=30&branchName=master) 19AppVeyor | [](https://ci.appveyor.com/project/unicode-org/icu) 20Fuzzing | [](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:icu) 21 22 23### Subdirectories and Information 24 25- [`icu4c/`](./icu4c/) [ICU for C/C++](./icu4c/readme.html) with OHOS code modification and data customization 26- [`icu4j/`](./icu4j/) [ICU for Java](./icu4j/readme.html) 27- [`tools/`](./tools/) Tools 28- [`vendor/`](./vendor/) Vendor dependencies 29- [`ohos_icu4j/`](./ohos_icu4j/) This is a copy of icu4j with package name changed from com.ibm.icu to ohos.global.icu 30 31### License 32 33Please see [./icu4c/LICENSE](./icu4c/LICENSE) (C and J are under an identical license file.) 34 35> Copyright © 2016 and later Unicode, Inc. and others. All Rights Reserved. 36Unicode and the Unicode Logo are registered trademarks 37of Unicode, Inc. in the U.S. and other countries. 38[Terms of Use and License](http://www.unicode.org/copyright.html) 39