From c5e21811a03add745430aa2346dbc0a93f38ef95 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 23 Jul 2002 00:18:09 +0000 Subject: [PATCH] ICU-1891 Update comments about z/OS X-SVN-Rev: 9287 --- icu4c/readme.html | 76 ++++++++++++++++++++--------------------------- 1 file changed, 32 insertions(+), 44 deletions(-) diff --git a/icu4c/readme.html b/icu4c/readme.html index fe6c6b8cfc7..693bbb9f998 100644 --- a/icu4c/readme.html +++ b/icu4c/readme.html @@ -31,7 +31,7 @@

International Components for Unicode
ICU 2.2 ReadMe

-

Version: 2002-Jun-11
+

Version: 2002-Jul-22
Copyright © 1997-2002 International Business Machines Corporation and others. All Rights Reserved.

@@ -60,7 +60,7 @@
  • Unix
  • -
  • OS/390 (zSeries)
  • +
  • z/OS (os/390)
  • OS/400 (iSeries)
  • @@ -855,8 +855,8 @@
  • A recent version of GNU make (3.7+).
  • -
  • For a list of OS/390 tools please view the OS/390 build section of this document for further +
  • For a list of z/OS tools please view the z/OS build section of this document for further details.
  • @@ -926,20 +926,24 @@ the packaging scripts or related files are not up to date with the contents of ICU at this time, so use them with caution).

    -

    OS/390 (zSeries) +

    z/OS (os/390) Platform

    -

    If you are building on the OS/390 UNIX System Services platform, it is +

    If you are building on the z/OS UNIX System Services platform, it is important that you understand a few details:

    -

    OS/390 Batch (PDS) support

    +

    z/OS Batch (PDS) support

    By default, ICU builds its libraries into the HFS. However, there is a - 390-specific switch to build some libraries into PDS files. The switch is + z/OS specific switch to build some libraries into PDS files. The switch is the environmental variable OS390BATCH, and if set, the following libraries are built into PDS files: libicuucXX.dll, libicudtXXe.dll, - libicudtXXe_390.dll, and libtestdata.dll. Turning on OS390BATCH does + libicudtXXe_stub.dll, and libtestdata.dll. Turning on OS390BATCH does not turn off the normal HFS build, thus the HFS dlls will always be created.

    @@ -1024,7 +1008,7 @@
     IXMIXXUC --> libicuucXX.dll
     IXMIXXDA --> libicudtXXe.dll
    -IXMIXXD1 --> libicudtXXe_390.dll
    +IXMIXXD1 --> libicudtXXe_stub.dll (When OS390_STUBDATA = 1)
     

    Example PDS attributes are as follows:

    @@ -1300,7 +1284,7 @@ ADDENVVAR ENVVAR(OUTPUTDIR) VALUE('libraryname')

    Starting in ICU 2.0, when a converter for the default codepage cannot be opened, a fallback default codepage name and converter will be used. On - most platforms, this will be US-ASCII. For OS/390 (z/OS), ibm-1047-s390 is + most platforms, this will be US-ASCII. For z/OS (OS/390), ibm-1047-s390 is the default fallback codepage. For AS/400 (iSeries), ibm-37 is the default fallback codepage. This default fallback codepage is used when the operating system is using a non-standard name for a default codepage, or @@ -1453,16 +1437,18 @@ int main(){

  • gencnval
  • +
  • gennames
  • + +
  • gennorm
  • +
  • genrb
  • +
  • genbrk
  • +
  • gentz
  • -
  • gennames
  • -
  • genuca
  • -
  • gennorm
  • -
  • genccode
  • gencmn
  • @@ -1473,6 +1459,8 @@ int main(){
  • ctestfw, intltest and cintltst, if you want to run the test suite.
  • + +
  • uconv and ustdio can also be optionally built.