ICU-21249 BRS68RC Remaining updates for Readmes for ICU4C and ICU4J
This commit is contained in:
parent
ff7cc3f1a8
commit
c4fa504fec
@ -47,7 +47,7 @@
|
||||
<p class="note only-rc">This is a release candidate version of ICU4C.
|
||||
It is not recommended for production use.</p>
|
||||
|
||||
<p>Last updated: 2020-Aug-27<br/>
|
||||
<p>Last updated: 2020-Oct-01<br/>
|
||||
Copyright © 2016 and later: Unicode, Inc. and others. License & terms of use:
|
||||
<a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/>
|
||||
Copyright © 1997-2016 International Business Machines Corporation and others.
|
||||
|
@ -14,23 +14,23 @@ h3.doc { text-decoration: underline }
|
||||
<body style="background-color: rgb(255, 255, 255);" lang="EN-US"
|
||||
link="#0000ff" vlink="#800080">
|
||||
<h1>International Components for Unicode for Java (ICU4J)</h1>
|
||||
<h2>Read Me for ICU4J 67.1</h2>
|
||||
(Last Update: 2020-Apr-1)
|
||||
<h2>Read Me for ICU4J 68.1</h2>
|
||||
(Last Update: 2020-Oct-1)
|
||||
<hr size="2" width="100%">
|
||||
|
||||
<p>
|
||||
<b>Note:</b> This is major release of ICU4J. It contains bug fixes and adds implementations
|
||||
<b>Note:</b> This is a major release of ICU4J. It contains bug fixes and adds implementations
|
||||
of inherited API and introduces new API or functionality.
|
||||
<!-- <b>Note:</b> This is a preview release of ICU4J 67.
|
||||
<!-- <b>Note:</b> This is a preview release of ICU4J 68.
|
||||
The contents of this document may not reflect the recent changes done
|
||||
for ICU 67 development. It is not recommended for production use. -->
|
||||
<!-- <b>Note:</b> This is a development milestone of ICU4J 67.
|
||||
for ICU 68 development. It is not recommended for production use. -->
|
||||
<!-- <b>Note:</b> This is a development milestone of ICU4J 68.
|
||||
The contents of this document may not reflect the recent changes done
|
||||
for ICU 67 development. It is not recommended for production use. -->
|
||||
<!-- <b>Note:</b> This is a release candidate of ICU4J 67.
|
||||
for ICU 68 development. It is not recommended for production use. -->
|
||||
<!-- <b>Note:</b> This is a release candidate of ICU4J 68.
|
||||
The contents of this document may not reflect the recent changes done
|
||||
for ICU 67 development. This release candidate is intended for those
|
||||
wishing to verify ICU 67 integration before final release. It is not
|
||||
for ICU 68 development. This release candidate is intended for those
|
||||
wishing to verify ICU 68 integration before final release. It is not
|
||||
recommended for production use. -->
|
||||
</p>
|
||||
<p>For the most recent release, see the <a
|
||||
@ -143,7 +143,7 @@ found in ICU4J.</p>
|
||||
|
||||
<h2 class="doc"><a name="changes"></a>Changes In This Release</h2>
|
||||
|
||||
<p>See the <a href="http://site.icu-project.org/download/67">ICU 67 download page</a>
|
||||
<p>See the <a href="http://site.icu-project.org/download/68">ICU 68 download page</a>
|
||||
for more informantion about changes in this release.</p>
|
||||
<p>The list of API changes since the previous ICU4J release is available
|
||||
<a href="APIChangeReport.html">here</a>.</p>
|
||||
@ -160,11 +160,11 @@ file included in this package.
|
||||
</p>
|
||||
<h2 class="doc"><a name="PlatformDependencies"></a>Platform Dependencies</h2>
|
||||
<p>
|
||||
The minimum Java runtime version supported by ICU4J 67 is version 7. Java runtime version 6 is not supported.
|
||||
The minimum Java runtime version supported by ICU4J 68 is version 7. Java runtime version 6 is not supported.
|
||||
</p>
|
||||
<p>
|
||||
ICU4J since version 63 depend on J2SE 7 functionality. Therefore, ICU4J only runs on
|
||||
JRE version 7 or later. ICU4J 67 is tested on JRE 7, 8, 9, 10 and 11.
|
||||
JRE version 7 or later. ICU4J 68 is tested on JRE 7, 8, 9, 10 and 11.
|
||||
</p>
|
||||
|
||||
<h2 class="doc"><a name="download"></a>How to Download ICU4J</h2>
|
||||
@ -183,19 +183,19 @@ builds, and they are packaged in jar files for convenient download.
|
||||
<dependency>
|
||||
<groupId>com.ibm.icu</groupId>
|
||||
<artifactId>icu4j</artifactId>
|
||||
<version>67.1</version>
|
||||
<version>68.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.ibm.icu</groupId>
|
||||
<artifactId>icu4j-charset</artifactId>
|
||||
<version>67.1</version>
|
||||
<version>68.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.ibm.icu</groupId>
|
||||
<artifactId>icu4j-localespi</artifactId>
|
||||
<version>67.1</version>
|
||||
<version>68.1</version>
|
||||
</dependency>
|
||||
</pre>
|
||||
</ul>
|
||||
@ -730,54 +730,54 @@ from release to release, so clients should not depend on the exact
|
||||
organization
|
||||
of the data in ICU4J.</p>
|
||||
<ul>
|
||||
<li>The primary <b>locale data</b> is under the directory <tt>icudt67b</tt>,
|
||||
<li>The primary <b>locale data</b> is under the directory <tt>icudt68b</tt>,
|
||||
as a set of <tt>".res"</tt> files whose names are the locale identifiers.
|
||||
Locale naming is documented the <code>com.ibm.icu.util.ULocale</code>
|
||||
class, and the use of these names in searching for resources is documented
|
||||
in <code>com.ibm.icu.util.UResourceBundle</code>.</li>
|
||||
|
||||
<li>The <b>break iterator data</b> is under the directory <tt>icudt67b/brkitr</tt>,
|
||||
<li>The <b>break iterator data</b> is under the directory <tt>icudt68b/brkitr</tt>,
|
||||
as a set of <tt>".res"</tt>, <tt>".brk"</tt> and <tt>".dict"</tt> files.</li>
|
||||
|
||||
<li>The <b>collation data</b> is under the directory <tt>icudt67b/coll</tt>,
|
||||
<li>The <b>collation data</b> is under the directory <tt>icudt68b/coll</tt>,
|
||||
as a set of <tt>".res"</tt> files.</li>
|
||||
|
||||
<li>The <b>currency display name data</b> is under the directory <tt>icudt67b/curr</tt>,
|
||||
<li>The <b>currency display name data</b> is under the directory <tt>icudt68b/curr</tt>,
|
||||
as a set of <tt>".res"</tt> files.</li>
|
||||
|
||||
<li>The <b>language display name data</b> is under the directory <tt>icudt67b/lang</tt>,
|
||||
<li>The <b>language display name data</b> is under the directory <tt>icudt68b/lang</tt>,
|
||||
as a set of <tt>".res"</tt> files.</li>
|
||||
|
||||
<li>The <b>rule-based number format data</b> is under the directory
|
||||
<tt>icudt67b/rbnf</tt>, as a set of <tt>".res"</tt> files.
|
||||
<tt>icudt68b/rbnf</tt>, as a set of <tt>".res"</tt> files.
|
||||
|
||||
<li>The <b>region display name data</b> is under the directory <tt>icudt67b/region</tt>,
|
||||
<li>The <b>region display name data</b> is under the directory <tt>icudt68b/region</tt>,
|
||||
as a set of <tt>".res"</tt> files.</li>
|
||||
|
||||
<li>The <b>rule-based transliterator data</b> is under the directory
|
||||
<tt>icudt67b/translit</tt>, as a set of <tt>".res"</tt> files.</li>
|
||||
<tt>icudt68b/translit</tt>, as a set of <tt>".res"</tt> files.</li>
|
||||
|
||||
<li>The <b>measurement unit data</b> is under the directory <tt>icudt67b/unit</tt>,
|
||||
<li>The <b>measurement unit data</b> is under the directory <tt>icudt68b/unit</tt>,
|
||||
as a set of <tt>".res"</tt> files.</li>
|
||||
|
||||
<li>The <b>time zone display name data</b> is under the directory
|
||||
<tt>icudt67b/zone</tt>, as a set of <tt>".res"</tt> files.</li>
|
||||
<tt>icudt68b/zone</tt>, as a set of <tt>".res"</tt> files.</li>
|
||||
|
||||
<li>The <b>character property data</b> and default <b>unicode collation algorithm
|
||||
(UCA) data</b> is found under the directory <tt>icudt67b</tt>, as a set of
|
||||
(UCA) data</b> is found under the directory <tt>icudt68b</tt>, as a set of
|
||||
<tt>".icu"</tt> files. </li>
|
||||
|
||||
<li>The <b>normalization data</b> is found under the directory <tt>icudt67b</tt>,
|
||||
<li>The <b>normalization data</b> is found under the directory <tt>icudt68b</tt>,
|
||||
as a set of <tt>".nrm"</tt> files. </li>
|
||||
|
||||
<li>The <b>character set converter data</b> is under the directory
|
||||
<tt>icudt67b</tt>, as a set of <tt>".cnv"</tt> files. These files are
|
||||
<tt>icudt68b</tt>, as a set of <tt>".cnv"</tt> files. These files are
|
||||
currently included only in icu-charset.jar.</li>
|
||||
|
||||
<li>The <b>time zone rule data</b> is under the directory
|
||||
<tt>icudt67b</tt>, as <tt>zoneinfo64.res</tt>.</li>
|
||||
<tt>icudt68b</tt>, as <tt>zoneinfo64.res</tt>.</li>
|
||||
|
||||
<li>The <b>holiday data</b> is under the directory <tt>icudt67b</tt>,
|
||||
<li>The <b>holiday data</b> is under the directory <tt>icudt68b</tt>,
|
||||
as a set of <tt>".class"</tt> files, named <tt>"HolidayBundle_"</tt>
|
||||
followed by the locale ID.</li>
|
||||
|
||||
@ -875,8 +875,8 @@ ICU4J data is built by ICU4C tools. Please see "icu4j-readme.txt" in icu4c/sourc
|
||||
<h5> Generating Data from CLDR </h5>
|
||||
<I> Note: This procedure assumes that all 3 sources are present</I>
|
||||
<ol>
|
||||
<li>Checkout or download CLDR version 'release-37'</li>
|
||||
<li>Checkout ICU with tag 'release-67-1'</li>
|
||||
<li>Checkout or download CLDR version 'release-38'</li>
|
||||
<li>Checkout ICU with tag 'release-68-1'</li>
|
||||
<li>cd to icu4c/source/data directory</li>
|
||||
<li>Follow the instructions in icu4c/source/data/cldr-icu-readme.txt</li>
|
||||
<li>Rebuild ICU4C with the newly generated data.</li>
|
||||
|
Loading…
Reference in New Issue
Block a user