From f4afeff8202e1497ac85ac5bc4e218730e11849b Mon Sep 17 00:00:00 2001
From: Scott Russell
Date: Fri, 4 Mar 2016 18:26:22 +0000
Subject: [PATCH] ICU-12186 update readme for 57rc
X-SVN-Rev: 38486
---
icu4j/readme.html | 74 +++++++++++++++++++++++------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
diff --git a/icu4j/readme.html b/icu4j/readme.html
index 8d3859791e..f1f5c4f94b 100644
--- a/icu4j/readme.html
+++ b/icu4j/readme.html
@@ -14,27 +14,27 @@ h4.doc { text-decoration: underline }
International Components for Unicode for Java (ICU4J)
-Read Me for ICU4J 56 Release Candidate
-(Last Update: 2015-September-23)
+Read Me for ICU4J 57 Release Candidate
+(Last Update: 2016-March-4)
-
-Note: This is a release candidate of ICU4J 56.
+Note: This is a release candidate of ICU4J 57.
The contents of this document may not reflect the recent changes done
-for ICU 56 development. This release candidate is intended for those
-wishing to verify ICU 56 integration before final release. It is not
+for ICU 57 development. This release candidate is intended for those
+wishing to verify ICU 57 integration before final release. It is not
recommended for production use.
-
For the most recent release, see the
Changes In This Release
-See the ICU 56 download page
+
See the ICU 57 download page
about new features in this release.
The list of API changes since the previous ICU4J release is available
-here.
+here.
-
+
-
+
License Information
@@ -178,7 +178,7 @@ package.
Platform Dependencies
-ICU4J 56 depends on J2SE 5.0 functionality. Therefore, ICU4J only runs on
+ICU4J 57 depends on J2SE 5.0 functionality. Therefore, ICU4J only runs on
JRE version 5.0 or later.
The table below shows the operating systems and JRE/VM versions currently
used by the ICU development team to test ICU4J.
@@ -848,7 +848,7 @@ how to configure Eclipse to build and develop ICU4J on Eclipse IDE.
page ICU4J Locale
Service Provider.
-
How to modularize ICU4J
@@ -894,54 +894,54 @@ from release to release, so clients should not depend on the exact
organization
of the data in ICU4J.
- - The primary locale data is under the directory icudt56b,
+
- The primary locale data is under the directory icudt57b,
as a set of ".res" files whose names are the locale identifiers.
Locale naming is documented the
com.ibm.icu.util.ULocale
class, and the use of these names in searching for resources is documented
in com.ibm.icu.util.UResourceBundle
.
- - The break iterator data is under the directory icudt56b/brkitr,
+
- The break iterator data is under the directory icudt57b/brkitr,
as a set of ".res", ".brk" and ".dict" files.
- - The collation data is under the directory icudt56b/coll,
+
- The collation data is under the directory icudt57b/coll,
as a set of ".res" files.
- - The currency display name data is under the directory icudt56b/curr,
+
- The currency display name data is under the directory icudt57b/curr,
as a set of ".res" files.
- - The language display name data is under the directory icudt56b/lang,
+
- The language display name data is under the directory icudt57b/lang,
as a set of ".res" files.
- The rule-based number format data is under the directory
- icudt56b/rbnf, as a set of ".res" files.
+ icudt57b/rbnf, as a set of ".res" files.
-
- The region display name data is under the directory icudt56b/region,
+
- The region display name data is under the directory icudt57b/region,
as a set of ".res" files.
- The rule-based transliterator data is under the directory
- icudt56b/translit, as a set of ".res" files.
+ icudt57b/translit, as a set of ".res" files.
- - The measurement unit data is under the directory icudt56b/unit,
+
- The measurement unit data is under the directory icudt57b/unit,
as a set of ".res" files.
- The time zone display name data is under the directory
- icudt56b/zone, as a set of ".res" files.
+ icudt57b/zone, as a set of ".res" files.
- The character property data and default unicode collation algorithm
- (UCA) data is found under the directory icudt56b, as a set of
+ (UCA) data is found under the directory icudt57b, as a set of
".icu" files.
- - The normalization data is found under the directory icudt56b,
+
- The normalization data is found under the directory icudt57b,
as a set of ".nrm" files.
- The character set converter data is under the directory
- icudt56b, as a set of ".cnv" files. These files are
+ icudt57b, as a set of ".cnv" files. These files are
currently included only in icu-charset.jar.
- The time zone rule data is under the directory
- icudt56b, as zoneinfo64.res.
+ icudt57b, as zoneinfo64.res.
- - The holiday data is under the directory icudt56b,
+
- The holiday data is under the directory icudt57b,
as a set of ".class" files, named "HolidayBundle_"
followed by the locale ID.
@@ -1039,9 +1039,9 @@ ICU4J data is built by ICU4C tools. Please see "icu4j-readme.txt" in $icu4c_r
Generating Data from CLDR
Note: This procedure assumes that all 3 sources are present
- - Checkout or download CLDR version 'release-28'
- - Checkout ICU4C with tag 'release-56-rc'
- - Checkout ICU4J with tag 'release-56-rc'
+ - Checkout or download CLDR version 'release-29'
+ - Checkout ICU4C with tag 'release-57-rc'
+ - Checkout ICU4J with tag 'release-57-rc'
- cd to $icu4c_root/source/data directory
- Follow the instructions in $icu4c_root/source/data/cldr-icu-readme.txt
- Rebuild ICU4C with the newly generated data.
@@ -1053,7 +1053,7 @@ ICU4J data is built by ICU4C tools. Please see "icu4j-readme.txt" in $icu4c_r
About ICU4J Time Zone
-ICU4J 56 Release Candidate includes time zone data version 2015f, which is the latest one as of
+
ICU4J 57 Release Candidate includes time zone data version 2016a, which is the latest one as of
the release date. However, time zone data is frequently updated in response
to changes made by local governments around the world. If you need to update
the time zone data, please refer the ICU user guide topic
@@ -1091,7 +1091,7 @@ review all comments.
Thank you for your interest in ICU4J!
-Copyright © 2000-2015 International Business
+Copyright © 2000-2016 International Business
Machines Corporation and others. All Rights
Reserved.
4400 North First Street, San José, CA 95193, USA