HDFGroup / hdf5-json

Specification and tools for representing HDF5 in JSON
https://hdf5-json.readthedocs.io
Other
72 stars 25 forks source link

Values truncated for Fixed-width null term strings #34

Open jreadey opened 8 years ago

jreadey commented 8 years ago

See testWriteFixedNullTermStringAttribute in hdf5dbTest.py - values where the length of the string is equal to the type length values have the last character silently truncated.

Equivalent program using C library does have this problem.