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
Currently the absence of a check is harmless as HDF5 only has ASCII and UTF8 right now, and UTF8 is a superset of ASCII, so all known encodings are valid. But it might not be so in the future, so we should really use ritsuko::hdf5::is_utf8_string() to verify that the datatypes are valid.
The text was updated successfully, but these errors were encountered:
Currently the absence of a check is harmless as HDF5 only has ASCII and UTF8 right now, and UTF8 is a superset of ASCII, so all known encodings are valid. But it might not be so in the future, so we should really use
ritsuko::hdf5::is_utf8_string()
to verify that the datatypes are valid.The text was updated successfully, but these errors were encountered: