<div dir="ltr">On Thu, Apr 20, 2017 at 12:05 PM, Stephan Hoyer <<a href="mailto:shoyer@gmail.com">shoyer@gmail.com</a>> wrote:<br>><br>> On Thu, Apr 20, 2017 at 11:53 AM, Robert Kern <<a href="mailto:robert.kern@gmail.com">robert.kern@gmail.com</a>> wrote:<br>>><br>>> I don't know of a format off-hand that works with numpy uniform-length strings and Unicode as well. HDF5 (to my recollection) supports arrays of NULL-terminated, uniform-length ASCII like FITS, but only variable-length UTF8 strings.<br>><br>><br>> HDF5 supports two character sets, ASCII and UTF-8. Both come in fixed and variable length versions:<br>> <a href="https://github.com/PyTables/PyTables/issues/499">https://github.com/PyTables/PyTables/issues/499</a><br>> <a href="https://support.hdfgroup.org/HDF5/doc/Advanced/UsingUnicode/index.html">https://support.hdfgroup.org/HDF5/doc/Advanced/UsingUnicode/index.html</a><br>><br>> "Fixed length UTF-8" for HDF5 refers to the number of bytes used for storage, not the number of characters.<br><br>Ah, okay, I was interpolating from a quick perusal of the h5py docs, which of course are also constrained by numpy's current set of dtypes. The NULL-terminated ASCII works well enough with np.string's semantics.<br><br>--<br>Robert Kern</div>