]> granicus.if.org Git - icu/commitdiff
ICU-13358 Update ICU4C readme for 60rc
authorPeter Edberg <pedberg@unicode.org>
Fri, 6 Oct 2017 01:38:19 +0000 (01:38 +0000)
committerPeter Edberg <pedberg@unicode.org>
Fri, 6 Oct 2017 01:38:19 +0000 (01:38 +0000)
X-SVN-Rev: 40584

icu4c/readme.html

index 68d4804577bb1ef549523c5ef5b35a8540ab20fe..404f0e841a4c0e89dc9200a9e92b2848945a39bf 100644 (file)
@@ -23,7 +23,7 @@
         milestone - if the release note is a milestone release
 -->
 
-  <body class="milestone">
+  <body class="rc">
   <!-- <body> -->
     <p class="only-draft"><b>Note:</b> This is a draft readme.</p>
 
@@ -32,7 +32,7 @@
       International Components for Unicode<br/>
       <span class="only-rc">Release Candidate</span>
       <span class="only-milestone">(Milestone Release)</span>
-      <abbr title="International Components for Unicode">ICU</abbr> 60 Milestone 1 ReadMe
+      <abbr title="International Components for Unicode">ICU</abbr> 60rc ReadMe
     </h1>
 
     <!-- Shouldn't need to comment/uncomment this paragraph, just change the body class -->
@@ -44,7 +44,7 @@
     <p class="note only-rc">This is a release candidate version of ICU4C.
       It is not recommended for production use.</p>
 
-    <p>Last updated: 2017-Jun-27<br/>
+    <p>Last updated: 2017-Oct-05<br/>
       Copyright &copy; 2016 and later: Unicode, Inc. and others. License &amp; terms of use:
       <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/>
       Copyright &copy; 1997-2016 International Business Machines Corporation and others.
     <h2><a name="News" href="#News" id="News">What Is New In This Release?</a></h2>
 
     <p>See the <a href="http://site.icu-project.org/download/60">ICU 60 download page</a>
-    (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.</p>
 
         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 <a href="http://icu-project.org/apiref/icu4c/utypes_8h.html#0a33e1edf3cd23d9e9c972b63c9f7943">U_CHARSET_IS_UTF8</a>
+        (See the <a href="http://icu-project.org/apiref/icu4c/platform_8h.html#a0a33e1edf3cd23d9e9c972b63c9f7943">U_CHARSET_IS_UTF8</a>
         API documentation for more details.)<br />
         You can <code>-DU_CHARSET_IS_UTF8=1</code> or
         modify unicode/utypes.h (in ICU 4.8 and below)