diff --git a/icu4c/readme.html b/icu4c/readme.html index 7a7cac64eaa..af9fc459713 100644 --- a/icu4c/readme.html +++ b/icu4c/readme.html @@ -3,7 +3,7 @@ - ReadMe for ICU 54.1 (m1) + ReadMe for ICU 54.1 (rc) - +

Note: This is a draft readme.

@@ -32,7 +32,7 @@ Release Candidate (Milestone Release) - ICU 54.1 (m1) ReadMe + ICU 54.1 (rc) ReadMe

@@ -45,7 +45,7 @@

This is a release candidate version of ICU4C. It is not recommended for production use.

-

Last updated: 2014-July-01
+

Last updated: 2014-September-16
Copyright © 1997-2014 International Business Machines Corporation and others. All Rights Reserved.

@@ -258,12 +258,23 @@ Use ucol_open() with language tag collation keywords instead (see Collation API Details). For example, ucol_open("de-u-co-phonebk-ka-shifted", &errorCode) for German Phonebook order with "ignore punctuation" mode.

+

Deprecation: UCOL_TAILORINGS_VERSION

+

This was originally intended to be the version of collation tailorings, + but that information is actually in the tailorings data and this + constant has always been (and now will continue to be) 1.

+ +

Deprecation (in ICU 53): TimeUnitFormat

+

The TimeUnitFormat and its methods were actually deprecated in ICU 53 and the + class as a whole was tagged as deprecated in that release, but the status tags for + the individual methods did not correctly indicate the deprecated status; now they do. + Use the MeasureFormat class and its methods instead.

+

Full release notes and the latest updates

The previous list concentrates on changes that affect existing applications migrating from previous ICU releases. For more news about this release, as well as late-breaking news, see the - ICU download page.

+ ICU download page.

@@ -682,7 +693,7 @@ ~/icu$ mkdir trunk-dev ~/icu$ cd trunk-dev ~/icu/trunk-dev$ ../trunk/source/runConfigureICU Linux -~/icu/trunk-dev$ make check
+~/icu/trunk-dev$ make check
(Note: this example shows a relative path to runConfigureICU. If you experience difficulty, try using an absolute path to runConfigureICU @@ -700,7 +711,7 @@ to the .dat package file can be hardcoded. ICU will automatically set the path to the final install location using U_ICU_DATA_DEFAULT_DIR. Alternatively, you can set -DICU_DATA_DIR=/path/to/icu/data - when building the ICU code. (Used by source/common/putil.c.)
+ when building the ICU code. (Used by source/common/putil.c.)
Consider also setting -DICU_NO_USER_DATA_OVERRIDE if you do not want the "ICU_DATA" environment variable to be used. (An application can still override the data path via