Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
demos/ | 12-May-2024 | - | 44,791 | 41,028 | ||
lib/ | 12-May-2024 | - | 12 | 11 | ||
main/ | 12-May-2024 | - | 1,830,006 | 1,621,366 | ||
maven/ | 12-May-2024 | - | 453 | 408 | ||
perf-tests/ | 12-May-2024 | - | 530,648 | 497,122 | ||
samples/ | 12-May-2024 | - | 2,623 | 1,997 | ||
tools/ | 12-May-2024 | - | 26,330 | 19,965 | ||
.gitignore | D | 12-May-2024 | 14 | 2 | 1 | |
APIChangeReport.html | D | 12-May-2024 | 14 KiB | 247 | 225 | |
build.properties | D | 12-May-2024 | 568 | 13 | 11 | |
build.xml | D | 12-May-2024 | 90.8 KiB | 1,951 | 1,584 | |
coverage-exclusion.txt | D | 12-May-2024 | 91.4 KiB | 1,113 | 1,112 | |
ivy.xml | D | 12-May-2024 | 436 | 13 | 7 | |
manifest.stub | D | 12-May-2024 | 802 | 20 | 19 | |
readme.html | D | 12-May-2024 | 1.1 KiB | 28 | 24 | |
stylesheet7.css | D | 12-May-2024 | 12.7 KiB | 582 | 564 | |
stylesheet8.css | D | 12-May-2024 | 13.9 KiB | 670 | 643 |
readme.html
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 2 "http://www.w3.org/TR/html4/loose.dtd"> 3<html> 4<head> 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 6 <meta http-equiv="Content-Style-Type" content="text/css2"> 7 <title>ReadMe for ICU4J</title> 8 <meta name="COPYRIGHT" content="© 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html"> 9 <style type="text/css"> 10h2.doc { background: #CCCCFF } 11h3.doc { text-decoration: underline } 12 </style> 13</head> 14<body style="background-color: rgb(255, 255, 255);" lang="EN-US" 15 link="#0000ff" vlink="#800080"> 16 17 <p>This readme has moved to the <a href="https://unicode-org.github.io/icu/userguide/icu4j/">ICU4J Readme</a> 18 section in the <a href="https://unicode-org.github.io/icu/">ICU User Guide</a>.</p> 19 20 <hr /> 21 <p> Copyright © 2016 and later: Unicode, Inc. and others. License & terms of use: 22 <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/> 23 Copyright © 1997-2016 International Business Machines Corporation and others. 24 All Rights Reserved.</p> 25 26</body> 27</html> 28