Open jzumer opened 5 years ago
I remember postponing handling HDF strings back when I made the hdf-typespec library. The data I was using encoded strings as arrays of characters, so I didn't have the direct need to handle HDF strings.
I'll look into adding support for HDF strings directly.
The HDF5 functions don't seem to currently support string datatypes.
+H5T-STRING
class is not being checked inhdf-type->typespec
inhdf-typespec
, preventing loading anything with astring
field at all.