diff --git a/icu4j/readme.html b/icu4j/readme.html index 4787fc6d184..a89063e2b7f 100644 --- a/icu4j/readme.html +++ b/icu4j/readme.html @@ -13,23 +13,23 @@ h4.doc { text-decoration: underline } -

International Components for Unicode for Java (ICU4J)

-

Read Me for ICU4J 53 Milestone 1

-(Last Update: 2014-Jan-17) +

International Components for Unicode for Java (ICU4J)

+

Read Me for ICU4J 53

+(Last Update: 2014-Feb-26)
-

-Note: This is a development release version of ICU4J 53. +

Note: This is major release of ICU4J. It contains bug fixes and adds implementations +of inherited API and introduces new API or functionality. +

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

-

Contents

+

Contents

-

Introduction to ICU4J

+

Introduction to ICU4J

The International Components for Unicode (ICU) library provides robust and full-featured Unicode services on a wide variety of platforms. ICU @@ -128,14 +128,44 @@ is now in Java 7. However, the most current and complete version is always found in ICU4J.

-

Changes In This Release

+

Changes In This Release

See the ICU development milestone download page about new features in this release. The list of API changes since the previous ICU4J release is available here.

-

License Information

+ +

Collation code re-implemented

+ + + + +

License Information

The ICU projects (ICU4C and ICU4J) use the X license. The X license is suitable for commercial use and is a recommended free software license @@ -160,7 +190,7 @@ X-specific trademarks and copyright notices. The full copy of ICU's license is included in the download package.

-

Platform Dependencies

+

Platform Dependencies

ICU4J 53 depends on J2SE 5.0 functionality. Therefore, ICU4J only runs on JRE version 5.0 or later. @@ -292,7 +322,7 @@ used by the ICU development team to test ICU4J. -

How to Download ICU4J

+

How to Download ICU4J

There are two ways to download the ICU4J releases.

-

How to Install and Build

+

How to Install and Build

To install ICU4J, simply place the prebuilt jar file icu4j.jar on your Java CLASSPATH. If you need Charset API support please also place @@ -798,7 +828,7 @@ how to configure Eclipse to build and develop ICU4J on Eclipse IDE.

page ICU4J Locale Service Provider.

-

How to modularize ICU4J

+

How to modularize ICU4J

Some clients may not wish to ship all of ICU4J with their application, since the application might only use a small part of ICU4J. ICU4J release 2.6 and later provide build options to build individual @@ -806,7 +836,7 @@ ICU4J 'modules' for a more compact distribution. For more details, please refer to the section Modularization of ICU4J in the ICU user's guide article Packaging ICU4J. -

Trying Out ICU4J

+

Trying Out ICU4J

Note: the demos provided with ICU4J are for the most part undocumented. This list can show you where to look, but you'll have to experiment a bit. The demos are unsupported @@ -814,18 +844,18 @@ and may change or disappear without notice.

The icu4j.jar file contains only the ICU4J runtime library classes, not the demo classes, so unless you build ICU4J there is little to try out.

-

Charset

+

Charset

To try out the Charset package, build icu4j.jar and icu4j-charset.jar using the 'jar' target. You can use the charsets by placing these files on your classpath.
java -cp $icu4j_root/icu4j.jar:$icu4j_root/icu4j-charset.jar <your program>
-

Other demos

+

Other demos

The other demo programs are not supported and exist only to let you experiment with the ICU4J classes. First, build ICU4J using ant jarDemos. Then launch the demos as below:

java -jar $icu4j_root/icu4jdemos.jar
-

ICU4J Resource Information

+

ICU4J Resource Information

Starting with release 2.1, ICU4J includes its own resource information which is completely independent of the JRE resource information. (Note, @@ -938,7 +968,7 @@ resources. See the jar tool information for how to do this. Before the remaining resources, making sure each required resource is present.

-

Using additional resource files with ICU4J

+

Using additional resource files with ICU4J

@@ -978,7 +1008,7 @@ the contents of the ICU4J resources. The files in icudata.jar get extracted to com/ibm/icu/impl/data in the build output directory by some build targets.

-

Building ICU4J Resources from ICU4C

+

Building ICU4J Resources from ICU4C

ICU4J data is built by ICU4C tools. Please see "icu4j-readme.txt" in $icu4c_root/source/data for the procedures.
Generating Data from CLDR
Note: This procedure assumes that all 3 sources are present @@ -996,7 +1026,7 @@ ICU4J data is built by ICU4C tools. Please see "icu4j-readme.txt" in $icu4c_r
  • Build and test icu4j
  • -

    About ICU4J Time Zone

    +

    About ICU4J Time Zone

    ICU4J 53 milestone 1 includes time zone data version 2013i, which is the latest one as of the release date. However, time zone data is frequently updated in response to changes made by local governments around the world. If you need to update @@ -1008,8 +1038,8 @@ service classes to use underlying JDK TimeZone implementation (see the ICU4J API for the details). When this configuration is enabled, ICU's own time zone data won't be used and you have to get time zone data patches from the JRE vendor.

    -

    Where to Find More -Information

    +

    Where to Find More +Information

    http://www.icu-project.org/ is the home page of International Components for Unicode development project

    http://www.ibm.com/software/globalization/icu/ @@ -1018,9 +1048,9 @@ Unicode hosted by IBM

    http://www.ibm.com/software/globalization/ is a pointer to information on how to make applications global.

    -

    Submitting Comments, +

    Submitting Comments, Requesting Features and -Reporting Bugs

    +Reporting Bugs

    Your comments are important to making ICU4J successful. We are committed to investigate any bug reports or suggestions, and will use your feedback to help plan future releases.

    @@ -1035,7 +1065,7 @@ review all comments.

    Thank you for your interest in ICU4J!



    -

    Copyright © 2002-2014 International Business +

    Copyright © 2000-2014 International Business Machines Corporation and others. All Rights Reserved.
    4400 North First Street, San José, CA 95193, USA