diff --git a/icu4j/readme.html b/icu4j/readme.html index b54c498752e..6f52f3ce71d 100644 --- a/icu4j/readme.html +++ b/icu4j/readme.html @@ -14,23 +14,23 @@ h3.doc { text-decoration: underline }

International Components for Unicode for Java (ICU4J)

-

Read Me for ICU4J 59RC

-(Last Update: 2017-Mar-31) +

Read Me for ICU4J 59.1

+(Last Update: 2017-Apr-11)

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

For the most recent release, see the ICU4J @@ -104,6 +104,12 @@ Calendars – Arabic, Buddhist, Chinese, Hebrew, Japanese, Ethiopic,     Required for correct presentation of dates in certain countries

  • Date +Format +Enhancements – Date/time pattern generator, Relative date formatting, etc.
    +    Enhancements to the normal Java date +formatting.
  • +
  • Number Format Enhancements – Scientific Notation, Spelled-out, Compact decimal format, etc.
    @@ -137,14 +143,13 @@ found in ICU4J.

    Changes In This Release

    See the ICU 59 download page -about new features in this release. -The list of API changes since the previous ICU4J release is available +about new features in this release.

    +

    The list of API changes since the previous ICU4J release is available here.

    - - - - + + +

    License Information

    @@ -849,20 +854,18 @@ The files in icudata.jar get extracted to com/ibm/icu/impl/data

    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. +ICU4J data is built by ICU4C tools. Please see "icu4j-readme.txt" in icu4c/source/data for the procedures.
    Generating Data from CLDR
    Note: This procedure assumes that all 3 sources are present
      -
    1. Checkout or download CLDR version 'release-31'
    2. -
    3. Checkout ICU4C with tag 'release-59-1'
    4. -
    5. Checkout ICU4J with tag 'release-59-1'
    6. -
    7. cd to $icu4c_root/source/data directory
    8. -
    9. Follow the instructions in $icu4c_root/source/data/cldr-icu-readme.txt
    10. +
    11. Checkout or download CLDR version 'release-31-0-1'
    12. +
    13. Checkout ICU with tag 'release-59-1'
    14. +
    15. cd to icu4c/source/data directory
    16. +
    17. Follow the instructions in icu4c/source/data/cldr-icu-readme.txt
    18. Rebuild ICU4C with the newly generated data.
    19. Run ICU4C tests to verify that the new data is good.
    20. -
    21. Build ICU4J data from ICU4C data by following the procedures in $icu4c_root/source/data/icu4j-readme.txt
    22. -
    23. cd to $icu4j_root dir
    24. - +
    25. Build ICU4J data from ICU4C data by following the procedures in icu4j/source/data/icu4j-readme.txt
    26. +
    27. cd to icu4j dir
    28. Build and test icu4j