icu/icu4j
gnrunge 5a77fd9d11 ICU-21997 Fixes currency code retrieval for locale: instead of selecting the
first currency in the list now select the first legal tender currency in the
list. Or the first currency if the list has no legal tender currencies (which
is the previous behaviour).

ICU-21997 Removed an overlooked earlier unit test attempt.

ICU-21997 Shields C++ unit test from compilation when configuration flag
UCONFIG_NO_FORMATTING is set.
2022-06-16 13:49:15 -07:00
..
demos ICU-21580 change site.icu-project.org to icu.unicode.org etc 2021-10-21 15:54:42 -07:00
lib
main ICU-21997 Fixes currency code retrieval for locale: instead of selecting the 2022-06-16 13:49:15 -07: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 Modify ICU4J performance test framework to work when executed by 2022-06-09 14:57:21 -07:00
samples ICU-21580 change site.icu-project.org to icu.unicode.org etc 2021-10-21 15:54:42 -07:00
tools ICU-21965 fix utilities.jar module name 2022-03-30 11:09:53 -05:00
.gitignore ICU-21251 release icu4j.jar/utilities.jar to GH Maven 2020-09-21 15:32:30 -05:00
APIChangeReport.html ICU-21900 Update ICU4J Change report (BRS#20) 2022-03-10 17:58:16 -08:00
build.properties ICU-21957 BRS72RC Update version number to 72.0.1 2022-03-31 16:39:13 -07:00
build.xml ICU-21965 fix utilities.jar module name 2022-03-30 11:09:53 -05: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>