icu/icu4j
Frank Tang 5826bf7ed7 ICU-22434 Not calling setFirstDayOfWeek(MONDAY) if the locale has fw
The Calendar constructor already take care of the fw override.
We should not set the first day of week for iso8601 to Monday if
we have a fw keyword/type in the locale.

ICU-22434 Fix incorrect calendar keyword extraction
2023-07-13 09:49:32 -07:00
..
demos ICU-22116 Updating minimum Java runtime support to Java 8 2022-09-01 13:02:27 -04:00
lib
main ICU-22434 Not calling setFirstDayOfWeek(MONDAY) if the locale has fw 2023-07-13 09:49:32 -07:00
maven ICU-21964 use a single LICENSE file 2023-04-12 14:36:09 -05:00
maven-build ICU-22325 BRS 74 front-load update version to 74.0.1 2023-07-10 16:45:41 -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-22379 Update ICU PersonNameFormatter to match the spec change requested by CLDR-16623 2023-05-25 16:43:33 -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 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>