ICU-2134 icu4j 2.4 updates
X-SVN-Rev: 10495
This commit is contained in:
parent
234c6c9b75
commit
724d957cde
@ -11,8 +11,8 @@
|
||||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/readme.html,v $
|
||||
* $Date: 2002/10/29 01:11:33 $
|
||||
* $Revision: 1.37 $
|
||||
* $Date: 2002/12/05 06:06:24 $
|
||||
* $Revision: 1.38 $
|
||||
*
|
||||
*******************************************************************************
|
||||
-->
|
||||
@ -21,11 +21,11 @@
|
||||
<body bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" lang="EN-US">
|
||||
|
||||
<h2>International Components for Unicode for Java</h2>
|
||||
<h3>Read Me for ICU4J 2.2</h3>
|
||||
<h3>Read Me for ICU4J 2.4</h3>
|
||||
|
||||
<hr size="2" width="100%" align="center">
|
||||
<p><b>Release Date</b><br>
|
||||
August 15th, 2002</p>
|
||||
December 15th, 2002</p>
|
||||
|
||||
<p>For the most recent
|
||||
release, see the <a href="http://oss.software.ibm.com/icu4j/download/index.html">
|
||||
@ -120,10 +120,10 @@ For more details please see the <a href=http://oss.software.ibm.com/icu/press.ht
|
||||
|
||||
<p>Additionally, we have built and tested ICU4J on the following <b>unsupported</b> platforms:
|
||||
<ul>
|
||||
<li> Win98, WinNT, WinXP / IBM JDK 1.3, Sun JDK 1.3.1, 1.4</li>
|
||||
<li> Win2000 / Sun JDK 1.3.1, 1.4</li>
|
||||
<li> Solaris 2.6 , Solaris 2.8 / Sun JDK 1.3, 1.3.1, 1.4</li>
|
||||
<li> Solaris 2.7 / Sun JDK 1.3.1, 1.4</li>
|
||||
<li> Win98, WinNT, WinXP / IBM JDK 1.3, 1.3.1, Sun JDK 1.3.1, 1.4, 1.4.1</li>
|
||||
<li> Win2000 / IBM JDK 1.3.1, Sun JDK 1.3.1, 1.4, 1.4.1</li>
|
||||
<li> Solaris 2.6 , Solaris 2.8 / Sun JDK 1.3, 1.3.1, 1.4, 1.4.1</li>
|
||||
<li> Solaris 2.7 / Sun JDK 1.3.1, 1.4, 1.4.1</li>
|
||||
<li> AIX 5.1, IBM JDK 1.3.1</li>
|
||||
</ul>
|
||||
|
||||
@ -688,7 +688,7 @@ compiled and jar'd into the file ICULocaleData.jar. The resulting jar
|
||||
file is then checked in to ICU4J as
|
||||
src/com/ibm/icu/dev/data/ICULocaleData.jar. (This is not great but it
|
||||
allows ICU4J to be downloaded and built as one project, instead of
|
||||
two, one for locale data and one for ICU4J proper. Given the 2.2
|
||||
two, one for locale data and one for ICU4J proper. Given the 2.4
|
||||
schedule it wasn't possible to work out the larger data sharing
|
||||
problem in time, so we tried to limit the impact to just what was
|
||||
needed to get JDK 1.4 support up and running.)
|
||||
|
@ -9,8 +9,8 @@
|
||||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/Attic/releasenotes.html,v $
|
||||
* $Date: 2002/08/16 15:51:35 $
|
||||
* $Revision: 1.7 $
|
||||
* $Date: 2002/12/05 06:06:25 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
*******************************************************************************
|
||||
-->
|
||||
@ -19,18 +19,18 @@
|
||||
<body bgcolor="#FFFFFF">
|
||||
<!--#include virtual="/icu/ssi/header.html" -->
|
||||
<h2>International Components for Unicode for Java</h2>
|
||||
<h3>Release Notes for ICU4J 2.2</h3>
|
||||
<h3>Release Notes for ICU4J 2.4</h3>
|
||||
|
||||
<hr size="2" width="100%" align="center">
|
||||
<p><b>Release Date</b><br>
|
||||
August 15th, 2002</p>
|
||||
December 15th, 2002</p>
|
||||
|
||||
<p>For the most recent
|
||||
release, see the <a href="http://oss.software.ibm.com/icu4j/download/index.html">
|
||||
ICU4J download site</a>.
|
||||
</P>
|
||||
|
||||
<p><B>What's new in Release 2.2</B></p>
|
||||
<p><B>What's new in Release 2.4</B></p>
|
||||
|
||||
<ul>
|
||||
<li><b>Unicode 3.2 support</b>
|
||||
@ -80,26 +80,12 @@
|
||||
|
||||
<P><B>Reference Platforms</B></P>
|
||||
<p>
|
||||
The reference platforms for version 2.2 are:<ul>
|
||||
The reference platforms for version 2.4 are:<ul>
|
||||
<li> Win2000, IBM JDK 1.3
|
||||
<li> Solaris 2.7, Sun JDK 1.3.1
|
||||
<li> AIX 5.1, IBM JDK 1.3
|
||||
</ul>
|
||||
</p>
|
||||
<P>
|
||||
In release 2.2, there are 2 known non-reference platform compilers that fail compiling ICU4J source code, IBM JDK 1.3.1_02 and Jikes 1.16. Use ICU4J on unsupported JVMs and non-reference platform compilers at your own risk.</P>
|
||||
|
||||
<p><b>Warnings</b></p>
|
||||
<p>
|
||||
In release 2.2, there is a limitation with pattern handling with DecimalFormat when a percent or permille sign is included.
|
||||
</p>
|
||||
<p>
|
||||
<ul>
|
||||
<li> Quoted percent or permille signs, which should be treated as literals, are instead treated as if they were unquoted.
|
||||
<li> Patterns involving percent or permille signs will be generated with localized pattern characters for those signs, when a non-localized pattern is requested. If such a pattern is subsequently applied to a DecimalFormat as a non-localized pattern, the percent or permille signs will not be recognized if they differ from the non-localized signs in the locale being used.
|
||||
</ul>
|
||||
</p>
|
||||
<p>These problems will be fixed in the next release.</p>
|
||||
|
||||
<p><b>For More Information</b></p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user