From c82e01dd3b0c066fe926cd67c85d8f0ec69e09e0 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Mon, 19 Feb 2001 15:14:14 -0500 Subject: [svn-r3455] Purpose: Fix a comment about h4toh5 datatype conversion when hdf4 datatype is DFNT_CHAR8. Description: Solution: Platforms tested: --- RELEASE.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE.txt b/RELEASE.txt index 2aad2d2..c250736 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -105,13 +105,13 @@ h4toh5 Utility * For the data of an HDF4 SDS, image, and palette, if the data is declared 'DFNT_CHAR8' it will be assumed to be integer and - will be an H5T_INTEGER type. + will be an H5T_STD_I8E under H5T_INTEGER class. * For attributes of any HDF4 object, data of type 'DFNT_CHAR8' - will be converted to an HDF5 'H5T_STRING' type. + will be converted to an HDF5 string under HDF5 'H5T_STRING' class. * For an HDF4 Vdata, it is difficult to determine whether data of type 'DFNT_CHAR8' is intended to be bytes or characters. The h4toh5 utility will consider them to be C characters, and - will convert them to an HDF5 'H5T_STRING' type. + will convert them to an HDF5 string under HDF5 'H5T_STRING' class. 3. Compression, Chunking and External Storage -- cgit v0.12