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 @@
-Note: This is a draft readme.
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.
ucol_open("de-u-co-phonebk-ka-shifted", &errorCode)
for German Phonebook order with "ignore punctuation" mode.
+ 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.
+ +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.
+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 checkrunConfigureICU
. 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.)-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