From eecfa5a70a1e7e63e6a7d9f43afb9de5e5a615d0 Mon Sep 17 00:00:00 2001 From: Doug Felt Date: Fri, 16 Aug 2002 15:51:35 +0000 Subject: [PATCH] ICU-2104 la de da, la de da X-SVN-Rev: 9734 --- icu4j/readme.html | 46 +++++++++++++++++++++++------------------ icu4j/releasenotes.html | 13 ++++++------ 2 files changed, 33 insertions(+), 26 deletions(-) diff --git a/icu4j/readme.html b/icu4j/readme.html index ef43d99d3aa..96df63078bd 100644 --- a/icu4j/readme.html +++ b/icu4j/readme.html @@ -11,8 +11,8 @@ ******************************************************************************* * * $Source: /xsrl/Nsvn/icu/icu4j/readme.html,v $ -* $Date: 2002/08/15 19:30:28 $ -* $Revision: 1.35 $ +* $Date: 2002/08/16 15:51:35 $ +* $Revision: 1.36 $ * ******************************************************************************* --> @@ -20,17 +20,17 @@ -

ReadMe: International Components for Unicode for Java

- -

Version: 2.2 August 15th 2002

+

International Components for Unicode for Java

+

Read Me for ICU4J 2.2


+

Release Date
+ August 15th, 2002

-

COPYRIGHT:
-Copyright (c) 2002 International Business Machines Corporation and others. All Rights -Reserved.

- -
+

For the most recent + release, see the + ICU4J download site. +

Contents

@@ -231,7 +231,7 @@ drive and any directory on that drive that you chose to install icu4j into.

-

The source directories mirror the package structure of the code.
Core packages become part of the ICU4J jar file.
API packages contain classes with supported API.

+

The source directories mirror the package structure of the code.
Core packages become part of the ICU4J jar file.
API packages contain classes with supported API.
RichText classes are Core and API, but can be removed from icu4j.jar, and can be built into their own jar.

@@ -286,7 +286,8 @@ drive and any directory on that drive that you chose to install icu4j into.

- +
$Root/src/com/ibm/richtext Styled text editing + $Root/src/com/ibm/richtext
RichText
Styled text editing package. This includes demos, tests, and GUIs for editing and displaying styled text. The richtext package provides a scrollable display, typing, arrow-key support, tabs, alignment and @@ -315,10 +316,16 @@ drive and any directory on that drive that you chose to install icu4j into.

ICU4J data is stored in the following locations: -

    -
  • The package com.ibm.icu.impl.data holds data used by the ICU4J core packages (com.ibm.icu.lang, com.ibm.icu.text, com.ibm.icu.util, com.ibm.icu.math and com.ibm.icu.text). In particular, all resource information is stored here.
  • -
  • The package com.ibm.icu.dev.data holds data that is not part of ICU4J core, but rather part of a test, sample, or demo.
  • -
+ + + + + + + + + +
com.ibm.icu.impl.dataHolds data used by the ICU4J core packages (com.ibm.icu.lang, com.ibm.icu.text, com.ibm.icu.util, com.ibm.icu.math and com.ibm.icu.text). In particular, all resource information is stored here.
com.ibm.icu.dev.dataHolds data that is not part of ICU4J core, but rather part of a test, sample, or demo.

Where to get Documentation

@@ -718,11 +725,10 @@ While we are not able to respond individually to each comment, we do review all
-

Copyright © 2002 International Business Machines Corporation and others. All Rights -Reserved.
+

Copyright © 2002 International Business Machines Corporation and others. All Rights +Reserved.
5600 Cottle Road, San José, CA 95193 -

+

-
diff --git a/icu4j/releasenotes.html b/icu4j/releasenotes.html index 1e713b4255f..bcf9390d633 100644 --- a/icu4j/releasenotes.html +++ b/icu4j/releasenotes.html @@ -9,8 +9,8 @@ ******************************************************************************* * * $Source: /xsrl/Nsvn/icu/icu4j/Attic/releasenotes.html,v $ -* $Date: 2002/08/15 23:54:40 $ -* $Revision: 1.6 $ +* $Date: 2002/08/16 15:51:35 $ +* $Revision: 1.7 $ * ******************************************************************************* --> @@ -71,7 +71,7 @@ iterating through the contents (code points and strings) of a UnicodeSet. For code points the iteration is either by individual code point or by ranges. -
  • General  improvements
    +
  • General improvements
    Performance has been enhanced in a number of services, and a number of significant bugs have been fixed.
  • @@ -104,7 +104,7 @@

    For More Information

    For further detailed information about the ICU4J library, please refer to the - ReadMe. + readme.


    @@ -133,8 +133,9 @@
  • ICU4J does not allow turning off Thai reordering, while the JDK does. This is because in Unicode 3.2 Thai reordering is always required. The JDK uses '!' in the rules to turn off Thai reordering; ICU4J ignores it.
  • ICU4J supports additional rule syntax for various options, for example, setting variable-top, code point collation element positioning, and others. For details, see the user's guide.
  • ICU4J's version of CollationKey has a public constructor, so subclasses of RuleBasedCollator can create their own CollationKeys. This was overlooked in the JDK (mea culpa).
  • -
  • ICU4J does not support FULL_DECOMPOSITION, while the JDK does.
  • -
  • ICU4J uses its own resource bundles, so the sorting order can differ from the JDK's.
  • +
  • The FULL_DECOMPOSITION mode used in the JDK is unnecessary for the UCA (and actually incorrect in some cases). ICU4J does not define this mode; clients should use CANONICAL_DECOMPOSITION instead. +
  • ICU4J uses the standard UCA default ordering, plus fixes and additions for + different languages, so the sorting order will differ from the JDK's.
  • The CollationKeys generated by ICU4J and the JDK are different, so they cannot be compared.