summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Tff.f90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2010-04-15 14:49:08 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2010-04-15 14:49:08 (GMT)
commitfee129b9c2ad2b841ebe26294cf1b27182d24d17 (patch)
tree5991176c60c43f2098ea7fc1fda53844e680924b /fortran/src/H5Tff.f90
parentfcff5fc0f8a9b1a75a924c339a3a03fa40595cb8 (diff)
downloadhdf5-fee129b9c2ad2b841ebe26294cf1b27182d24d17.zip
hdf5-fee129b9c2ad2b841ebe26294cf1b27182d24d17.tar.gz
hdf5-fee129b9c2ad2b841ebe26294cf1b27182d24d17.tar.bz2
[svn-r18557] Description:
Merged Fortran changes from the trunk into the branch svn merge -r 18098:18556 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran Tested: jam (intel)
Diffstat (limited to 'fortran/src/H5Tff.f90')
-rw-r--r--fortran/src/H5Tff.f9017
1 files changed, 11 insertions, 6 deletions
diff --git a/fortran/src/H5Tff.f90 b/fortran/src/H5Tff.f90
index 82220c7..c6c96d0 100644
--- a/fortran/src/H5Tff.f90
+++ b/fortran/src/H5Tff.f90
@@ -1510,8 +1510,9 @@ CONTAINS
! type_id - datatype identifier
! Outputs:
! cset - character set type of a string datatype
-! Possible values of padding type are:
+! Possible values are:
! H5T_CSET_ASCII_F = 0
+! H5T_CSET_UTF8_F
! hdferr: - error code
! Success: 0
! Failure: -1
@@ -1532,8 +1533,9 @@ CONTAINS
IMPLICIT NONE
INTEGER(HID_T), INTENT(IN) :: type_id ! Datatype identifier
INTEGER, INTENT(OUT) :: cset ! character set type of a string datatype
- ! Possible values of padding type are:
- !H5T_CSET_ASCII_F = 0
+ ! Possible values are:
+ ! H5T_CSET_ASCII_F = 0
+ ! H5T_CSET_UTF8_F
INTEGER, INTENT(OUT) :: hdferr ! Error code
! INTEGER, EXTERNAL :: h5tget_cset_c
@@ -1561,8 +1563,9 @@ CONTAINS
! Inputs:
! type_id - datatype identifier
! cset - character set type of a string datatype
-! Possible values of padding type are:
+! Possible values are:
! H5T_CSET_ASCII_F = 0
+! H5T_CSET_UTF8_F
! Outputs:
! hdferr: - error code
! Success: 0
@@ -1584,8 +1587,10 @@ CONTAINS
IMPLICIT NONE
INTEGER(HID_T), INTENT(IN) :: type_id ! Datatype identifier
INTEGER, INTENT(IN) :: cset !character set type of a string datatype
- !Possible values of padding type are:
- !H5T_CSET_ASCII_F = 0
+ !Possible values are:
+ ! H5T_CSET_ASCII_F = 0
+ ! H5T_CSET_UTF8_F
+
INTEGER, INTENT(OUT) :: hdferr ! Error code
! INTEGER, EXTERNAL :: h5tset_cset_c