hdf5/tools/testfiles/tchar1.ddl
Bill Wendling a306b38d67 [svn-r6785] Purpose:
Feature Add

Description:
    It's now possible to print out characters as actual characters
    instead of their decimal equivalent numbers. It's the same thing that
    h5ls does. The flag to do this is "--string" or "-r".

Platforms tested:
    Verbena (Fortran & C++)
    Arabica (Fortran)
    Modi4 (Fortran & Parallel)

Misc. update:
2003-04-30 17:37:06 -05:00

19 lines
635 B
SQL

#############################
Expected output for 'h5dump -r tchar.h5'
#############################
HDF5 "tchar.h5" {
GROUP "/" {
DATASET "Dataset1" {
DATATYPE H5T_STD_I8LE
DATASPACE SIMPLE { ( 308 ) / ( 308 ) }
DATA {
"Four score and seven years ago our forefathers brought forth on this "
"continent a new nation, conceived in liberty and dedicated to the pro"
"position that all men are created equal. Now we are engaged in a grea"
"t civil war, testing whether that nation or any nation so conceived a"
"nd so dedicated can long endure."
}
}
}
}