You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.