icu/icu4j
Frank Tang 73b61ceece ICU-22444 Remove "unknown" from Calendar.getKeywordValuesForLocale
Remove CalType enum value UNKNOWN and use null for unknown CalType
This value is an internal enum and the only place use it is inside Calendar.java
Use null for that instead (same as C++)
2023-07-27 17:07:01 -07:00
..
demos ICU-22116 Updating minimum Java runtime support to Java 8 2022-09-01 13:02:27 -04:00
lib
main ICU-22444 Remove "unknown" from Calendar.getKeywordValuesForLocale 2023-07-27 17:07:01 -07:00
maven ICU-21964 use a single LICENSE file 2023-04-12 14:36:09 -05:00
maven-build ICU-22404 Unicode 15.1 beta data files & API constants 2023-07-13 19:26:14 -07:00
perf-tests ICU-12811 Refactor test-framework to not depend on core 2023-02-21 14:16:19 -08:00
samples ICU-22116 Updating minimum Java runtime support to Java 8 2022-09-01 13:02:27 -04:00
tools ICU-22220 BRS 73rc ICU4J API signature data file 2023-03-23 08:45:26 -07:00
.gitignore ICU-21251 release icu4j.jar/utilities.jar to GH Maven 2020-09-21 15:32:30 -05:00
APIChangeReport.html ICU-22220 ICU 73 API Changes 4J & 4C 2023-03-17 11:56:41 -07:00
build.properties ICU-22325 BRS 74 front-load update version to 74.0.1 2023-07-10 16:45:41 -07:00
build.xml ICU-22304 Miscellanous PersonNameFormatter fixes; made ExhaustivePersonNameFormatterTest into a real unit test. 2023-07-20 10:52:37 -07: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
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>