icu/icu4j
Fredrik Roubert 030fa1a479 ICU-21148 Consistently use standard lowercase true/false everywhere.
This is the normal standard way in C, C++ as well as Java and there's no
longer any reason for ICU to be different. The various internal macros
providing custom boolean constants can all be deleted and code as well
as documentation can be updated to use lowercase true/false everywhere.
2022-09-07 20:56:33 +02:00
..
demos ICU-22116 Updating minimum Java runtime support to Java 8 2022-09-01 13:02:27 -04:00
lib ICU-10152 JUnit Changes 2016-06-03 23:44:30 +00:00
main ICU-21148 Consistently use standard lowercase true/false everywhere. 2022-09-07 20:56:33 +02:00
maven ICU-21580 change site.icu-project.org to icu.unicode.org etc 2021-10-21 15:54:42 -07:00
perf-tests ICU-22036 Adds ICU4J performance tests to post-merge continuous integration 2022-06-27 08:47:48 -07:00
samples ICU-22116 Updating minimum Java runtime support to Java 8 2022-09-01 13:02:27 -04:00
tools ICU-22116 Updating minimum Java runtime support to Java 8 2022-09-01 13:02:27 -04:00
.gitignore ICU-21251 release icu4j.jar/utilities.jar to GH Maven 2020-09-21 15:32:30 -05:00
APIChangeReport.html ICU-21957 ICU4J API status and change report 2022-08-26 11:33:50 -07:00
build.properties ICU-21957 BRS72RC Update version number to 72.0.1 2022-03-31 16:39:13 -07:00
build.xml ICU-22116 Updating minimum Java runtime support to Java 8 2022-09-01 13:02:27 -04:00
coverage-exclusion.txt ICU-21257 remove #License fragment from license URLs 2020-09-04 10:02:17 -07:00
ivy.xml ICU-21257 remove #License fragment from license URLs 2020-09-04 10:02:17 -07:00
manifest.stub ICU-20192 Add Automatic-Module-Name to META-INF/MANIFEST.MF (#193) 2018-10-08 11:41:02 -04:00
readme.html ICU-21632 Fix links in readme.html files to respective readme pages in User Guide 2021-06-10 09:36:19 -07:00
stylesheet7.css ICU-21257 remove #License fragment from license URLs 2020-09-04 10:02:17 -07:00
stylesheet8.css ICU-21257 remove #License fragment from license URLs 2020-09-04 10:02:17 -07:00

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <meta http-equiv="Content-Style-Type" content="text/css2">
  <title>ReadMe for ICU4J</title>
  <meta name="COPYRIGHT" content="© 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html">
  <style type="text/css">
h2.doc { background: #CCCCFF }
h3.doc { text-decoration: underline }
  </style>
</head>
<body style="background-color: rgb(255, 255, 255);" lang="EN-US"
 link="#0000ff" vlink="#800080">

  <p>This readme has moved to the <a href="https://unicode-org.github.io/icu/userguide/icu4j/">ICU4J Readme</a>
    section in the <a href="https://unicode-org.github.io/icu/">ICU User Guide</a>.</p>

  <hr />
  <p> Copyright &copy; 2016 and later: Unicode, Inc. and others. License &amp; terms of use:
  <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/>
  Copyright &copy; 1997-2016 International Business Machines Corporation and  others.
  All Rights Reserved.</p>

</body>
</html>