From 26ec9e58f9345eefa77224e41fd35b37a40d488b Mon Sep 17 00:00:00 2001 From: Peter Edberg Date: Mon, 22 Oct 2012 18:14:40 +0000 Subject: [PATCH] ICU-9581 Update readme for 50rc, fix HTML validation errors X-SVN-Rev: 32690 --- icu4c/readme.html | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/icu4c/readme.html b/icu4c/readme.html index 4da7b434890..d8625f94bc4 100644 --- a/icu4c/readme.html +++ b/icu4c/readme.html @@ -16,14 +16,15 @@

International Components for Unicode
- ICU 50 (DRAFT - Milestone 2) ReadMe

+ ICU 50 (Release Candidate) ReadMe -

Note: This is a development milestone release of ICU4C 50. + +

Note: This is a release candidate version of ICU4C 50. + It is not recommended for production use.

-

Last updated: 2012-Sep-04
+

Last updated: 2012-Oct-22
Copyright © 1997-2012 International Business Machines Corporation and others. All Rights Reserved.

@@ -109,7 +110,7 @@
  • Character set conversions with support for over 220 codepages
  • -
  • Locale data for more than 260 locales
  • +
  • Locale data for more than 290 locales
  • Language sensitive text collation (sorting) and searching based on the Unicode Collation Algorithm (=ISO 14651)
  • @@ -1001,28 +1002,31 @@
  • Change directory to the "icu/source".
  • -
  • Run "chmod +x runConfigureICU configure install-sh" because +
  • Run "chmod +x runConfigureICU configure install-sh" because these files may have the wrong permissions.
  • -
  • Run the runConfigureICU +
  • Run the runConfigureICU script for your platform. (See configuration note below).
  • -
  • Type "gmake" (or "make" if GNU make is the default make on +
  • Type "gmake" (or "make" if GNU make is the default make on your platform) to compile the libraries and all the data files. The proper name of the GNU make command is printed at the end of the configuration run, as in "You must use gmake to compile ICU". -
    +
    Note that the compilation command output may be simplified on your platform. If this is the case, you will see just: -
    gcc ... stubdata.c
    rather than
    gcc -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -D_REENTRANT -I../common -DU_ATTRIBUTE_DEPRECATED= -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -c -DPIC -fPIC -o stubdata.o stubdata.c
    .
    - If you need to see the whole compilation line, use "gmake VERBOSE=1". The full compilation line will print if an error occurs.

    +

    gcc ... stubdata.c

    + rather than +

    gcc -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -D_REENTRANT -I../common -DU_ATTRIBUTE_DEPRECATED= -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -c -DPIC -fPIC -o stubdata.o stubdata.c

    + .
    + If you need to see the whole compilation line, use "gmake VERBOSE=1". The full compilation line will print if an error occurs.
  • -
  • Optionally, type "gmake check" to run the test suite, which +
  • Optionally, type "gmake check" to run the test suite, which checks for ICU's functionality integrity (See testing note below).
  • -
  • Type "gmake install" to install ICU. If you used the --prefix= +
  • Type "gmake install" to install ICU. If you used the --prefix= option on configure or runConfigureICU, ICU will be installed to the directory you specified. (See installation note below).
  • @@ -1120,10 +1124,10 @@
  • ICU requires XPLINK for the icuio library. If you want to use the rest of ICU without XPLINK, then you must use the --disable-icuio - configure option. + configure option.
  • The latest versions of z/OS use XPLINK + href="http://www.ibm.com/support/docview.wss?uid=swg2120240">XPLINK version (C128) of the C++ standard library by default. You may see an error when running with XPLINK disabled. To avoid this error,