mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-20857 Update Readme for ICU 66 Preview.
This commit is contained in:
parent
afaff40164
commit
f3e2f4f02e
2 changed files with 22 additions and 12 deletions
|
@ -24,27 +24,30 @@
|
|||
-->
|
||||
|
||||
<!-- <body> -->
|
||||
<body class="rc">
|
||||
<body class="milestone">
|
||||
<p class="only-draft"><b>Note:</b> This is a draft readme.</p>
|
||||
|
||||
<h1>
|
||||
<span class="only-draft">DRAFT</span>
|
||||
International Components for Unicode<br/>
|
||||
<span class="only-rc">Release Candidate</span>
|
||||
<span class="only-milestone">(Milestone Release)</span>
|
||||
<!-- <span class="only-milestone">(Milestone Release)</span> -->
|
||||
<span class="only-milestone">(Preview Release)</span>
|
||||
<abbr title="International Components for Unicode">ICU</abbr> 66.0.1 ReadMe
|
||||
</h1>
|
||||
|
||||
<!-- Shouldn't need to comment/uncomment this paragraph, just change the body class -->
|
||||
<p class="note only-milestone">This is a development milestone release of ICU
|
||||
<!-- Most of the time we shouldn't need to comment/uncomment this paragraph, just change the body class -->
|
||||
<!-- <p class="note only-milestone">This is a development milestone release of ICU
|
||||
This milestone is intended for those wishing to get an early look at new features and API changes.
|
||||
It is not recommended for production use.</p> -->
|
||||
<p class="note only-milestone">This is a preview release of ICU.
|
||||
It is not recommended for production use.</p>
|
||||
|
||||
<!-- Shouldn't need to comment/uncomment this paragraph, just change the body class -->
|
||||
<p class="note only-rc">This is a release candidate version of ICU4C.
|
||||
It is not recommended for production use.</p>
|
||||
|
||||
<p>Last updated: 2019-Oct-21<br/>
|
||||
<p>Last updated: 2019-Nov-27<br/>
|
||||
Copyright © 2016 and later: Unicode, Inc. and others. License & terms of use:
|
||||
<a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/>
|
||||
Copyright © 1997-2016 International Business Machines Corporation and others.
|
||||
|
@ -233,8 +236,11 @@
|
|||
|
||||
<h2><a name="News" href="#News" id="News">What Is New In This Release?</a></h2>
|
||||
|
||||
<p>This release updates to Unicode 13 beta, CLDR 36.1, and includes some bug fixes.
|
||||
This is a low-impact release with no other significant feature additions or implementation changes.</p>
|
||||
|
||||
<p>See the <a href="http://site.icu-project.org/download/66">ICU 66 download page</a>
|
||||
for an overview of this release, important changes, new features, bug fixes, known issues,
|
||||
for more information on this release, including any other changes, bug fixes, known issues,
|
||||
changes to supported platforms and build environments,
|
||||
and migration issues for existing applications migrating from previous ICU releases.</p>
|
||||
|
||||
|
|
|
@ -15,20 +15,23 @@ h3.doc { text-decoration: underline }
|
|||
link="#0000ff" vlink="#800080">
|
||||
<h1>International Components for Unicode for Java (ICU4J)</h1>
|
||||
<h2>Read Me for ICU4J 66.0.1</h2>
|
||||
(Last Update: 2019-Oct-21)
|
||||
(Last Update: 2019-Nov-27)
|
||||
<hr size="2" width="100%">
|
||||
|
||||
<p>
|
||||
<!-- <b>Note:</b> This is major release of ICU4J. It contains bug fixes and adds implementations
|
||||
of inherited API and introduces new API or functionality. -->
|
||||
<b>Note:</b> This is a preview release of ICU4J 66.
|
||||
The contents of this document may not reflect the recent changes done
|
||||
for ICU 66 development. It is not recommended for production use.
|
||||
<!-- <b>Note:</b> This is a development milestone of ICU4J 66.
|
||||
The contents of this document may not reflect the recent changes done
|
||||
for ICU 66 development. It is not recommended for production use. -->
|
||||
<b>Note:</b> This is a release candidate of ICU4J 66.
|
||||
<!--<b>Note:</b> This is a release candidate of ICU4J 66.
|
||||
The contents of this document may not reflect the recent changes done
|
||||
for ICU 66 development. This release candidate is intended for those
|
||||
wishing to verify ICU 66 integration before final release. It is not
|
||||
recommended for production use.
|
||||
recommended for production use. -->
|
||||
</p>
|
||||
<p>For the most recent release, see the <a
|
||||
href="http://www.icu-project.org/download/"> ICU4J
|
||||
|
@ -140,13 +143,14 @@ found in ICU4J.</p>
|
|||
|
||||
<h2 class="doc"><a name="changes"></a>Changes In This Release</h2>
|
||||
|
||||
<p>This release updates to Unicode 13 beta, CLDR 36.1, and includes some bug fixes.
|
||||
This is a low-impact release with no other significant feature additions or implementation changes.</p>
|
||||
|
||||
<p>See the <a href="http://site.icu-project.org/download/66">ICU 66 download page</a>
|
||||
about new features in this release.</p>
|
||||
for more informantion about changes in this release.</p>
|
||||
<p>The list of API changes since the previous ICU4J release is available
|
||||
<a href="APIChangeReport.html">here</a>.</p>
|
||||
|
||||
<!-- Add any ICU 66 items here. -->
|
||||
|
||||
<h2 class="doc"><a name="license"></a>License Information</h2>
|
||||
<p>
|
||||
The ICU projects (ICU4C and ICU4J) are hosted by the
|
||||
|
|
Loading…
Add table
Reference in a new issue