From: Peter Edberg Date: Fri, 6 Oct 2017 01:38:19 +0000 (+0000) Subject: ICU-13358 Update ICU4C readme for 60rc X-Git-Tag: release-60-rc~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=591e38c07f95f41c64c1dff2545896b220159fc3;p=icu ICU-13358 Update ICU4C readme for 60rc X-SVN-Rev: 40584 --- diff --git a/icu4c/readme.html b/icu4c/readme.html index 68d4804577b..404f0e841a4 100644 --- a/icu4c/readme.html +++ b/icu4c/readme.html @@ -23,7 +23,7 @@ milestone - if the release note is a milestone release --> - +

Note: This is a draft readme.

@@ -32,7 +32,7 @@ International Components for Unicode
Release Candidate (Milestone Release) - ICU 60 Milestone 1 ReadMe + ICU 60rc ReadMe @@ -44,7 +44,7 @@

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

-

Last updated: 2017-Jun-27
+

Last updated: 2017-Oct-05
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. @@ -234,7 +234,7 @@

What Is New In This Release?

See the ICU 60 download page - (coming soon) for an overview of this release, important changes, new features, bug fixes, known issues, + (in progress) 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.

@@ -583,7 +583,7 @@ we recommend hardcoding ICU's default charset to UTF-8. This means that some implementation code becomes simpler and faster, and statically linked ICU libraries become smaller. - (See the U_CHARSET_IS_UTF8 + (See the U_CHARSET_IS_UTF8 API documentation for more details.)
You can -DU_CHARSET_IS_UTF8=1 or modify unicode/utypes.h (in ICU 4.8 and below)