diff options
Diffstat (limited to 'os400')
-rw-r--r-- | os400/README400 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os400/README400 b/os400/README400 index c83254a..b8595d8 100644 --- a/os400/README400 +++ b/os400/README400 | |||
@@ -3,7 +3,7 @@ | |||
3 | 1) Download and unpack the zlib tarball to some IFS directory. | 3 | 1) Download and unpack the zlib tarball to some IFS directory. |
4 | (i.e.: /path/to/the/zlib/ifs/source/directory) | 4 | (i.e.: /path/to/the/zlib/ifs/source/directory) |
5 | 5 | ||
6 | If the installed IFS command suppors gzip format, this is straightforward, | 6 | If the installed IFS command supports gzip format, this is straightforward, |
7 | else you have to unpack first to some directory on a system supporting it, | 7 | else you have to unpack first to some directory on a system supporting it, |
8 | then move the whole directory to the IFS via the network (via SMB or FTP). | 8 | then move the whole directory to the IFS via the network (via SMB or FTP). |
9 | 9 | ||
@@ -43,6 +43,6 @@ Notes: For OS/400 ILE RPG programmers, a /copy member defining the ZLIB | |||
43 | 43 | ||
44 | Remember that most foreign textual data are ASCII coded: this | 44 | Remember that most foreign textual data are ASCII coded: this |
45 | implementation does not handle conversion from/to ASCII, so | 45 | implementation does not handle conversion from/to ASCII, so |
46 | text data code conversions must be done explicitely. | 46 | text data code conversions must be done explicitly. |
47 | 47 | ||
48 | Mainly for the reason above, always open zipped files in binary mode. | 48 | Mainly for the reason above, always open zipped files in binary mode. |