mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-09 07:32:32 +08:00
a306b38d67
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:
19 lines
635 B
SQL
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."
|
|
}
|
|
}
|
|
}
|
|
}
|