From: Jeff Genovy Note: This is a draft readme. This is a release candidate version of ICU4C.
It is not recommended for production use. Last updated: 2018-Oct-05 Last updated: 2019-Feb-22 See the ICU 63 download page
+ See the ICU 64 download page
for an overview of this release, important changes, new features, bug fixes, known issues,
changes to supported platforms and build environments,
and migration issues for existing applications migrating from previous ICU releases. If some of the following directories are missing, it's probably
because you got an official download. If you need the data source files
- for customization, then please download the ICU source code from subversion.
@@ -32,7 +32,7 @@
International Components for Unicode
@@ -44,7 +44,7 @@
Release Candidate
(Milestone Release)
- ICU 63.1 ReadMe
+ ICU 64.1 ReadMe
+
Copyright © 2016 and later: Unicode, Inc. and others. License & terms of use:
http://www.unicode.org/copyright.html
Copyright © 1997-2016 International Business Machines Corporation and others.
@@ -233,7 +233,7 @@
What Is New In This Release?
-
~/icu$ svn export http://source.icu-project.org/repos/icu/trunk/icu4c -~/icu$ mkdir trunk-dev -~/icu$ cd trunk-dev -~/icu/trunk-dev$ ../trunk/source/runConfigureICU Linux -~/icu/trunk-dev$ make check
~/icu$ git clone export https://github.com/unicode-org/icu.git +~/icu$ mkdir icu4c-build +~/icu$ cd icu4c-build +~/icu/icu4c-build$ ../icu/icu4c/source/runConfigureICU Linux +~/icu/icu4c-build$ make check
runConfigureICU
. If you experience difficulty,
try using an absolute path to runConfigureICU
@@ -1191,7 +1191,7 @@
installation and uninstallation of files on the system, as well as the
integrity of the system configuration. You may want to check if ICU can be
packaged for your package management tools by looking into the "packaging"
- directory. (Please note that if you are using a snapshot of ICU from Subversion, it
+ directory. (Please note that if you are using a snapshot of ICU from Git, it
is probable that the packaging scripts or related files are not up to date
with the contents of ICU at this time, so use them with caution).
diff --git a/icu4j/readme.html b/icu4j/readme.html
index 3082e89220a..8fa58837f45 100644
--- a/icu4j/readme.html
+++ b/icu4j/readme.html
@@ -14,21 +14,21 @@ h3.doc { text-decoration: underline }
-Note: This is major release of ICU4J. It contains bug fixes and adds implementations -of inherited API and introduces new API or functionality. - + - +Note: This is a release candidate of ICU4J 64. The contents of this document may not reflect the recent changes done -for ICU 63 development. This release candidate is intended for those -wishing to verify ICU 63 integration before final release. It is not -recommended for production use.--> +for ICU 64 development. This release candidate is intended for those +wishing to verify ICU 64 integration before final release. It is not +recommended for production use.
For the most recent release, see the ICU4J @@ -140,17 +140,12 @@ found in ICU4J.
See the ICU 63 download page +
See the ICU 64 download page about new features in this release.
The list of API changes since the previous ICU4J release is available here.
- --The minimum Java runtime version supported by ICU4J is now version 7. Java runtime version 6 is no longer supported. -
- +@@ -164,8 +159,12 @@ file included in this package.
-ICU4J 63 depends on J2SE 7 functionality. Therefore, ICU4J only runs on -JRE version 7 or later. ICU4J 63 is tested on JRE 7, 8, 9, 10 and 11. +The minimum Java runtime version supported by ICU4J 64 is version 7. Java runtime version 6 is not supported. +
++ICU4J since version 63 depend on J2SE 7 functionality. Therefore, ICU4J only runs on +JRE version 7 or later. ICU4J 64 is tested on JRE 7, 8, 9, 10 and 11. +
There are a few different ways to download the ICU4J releases. @@ -183,19 +182,19 @@ builds, and they are packaged in jar files for convenient download. <dependency> <groupId>com.ibm.icu</groupId> <artifactId>icu4j</artifactId> - <version>63.1</version> + <version>64.1</version> </dependency> <dependency> <groupId>com.ibm.icu</groupId> <artifactId>icu4j-charset</artifactId> - <version>63.1</version> + <version>64.1</version> </dependency> <dependency> <groupId>com.ibm.icu</groupId> <artifactId>icu4j-localespi</artifactId> - <version>63.1</version> + <version>64.1</version> </dependency>
com.ibm.icu.util.ULocale
class, and the use of these names in searching for resources is documented
in com.ibm.icu.util.UResourceBundle
.