mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Issue #6610: the Enumeration datatype's Names field claimed member names are ASCII, though the reference implementation doesn't enforce encoding; and the Compound datatype's Name field description was copy-pasted from the Opaque datatype section. - Compound Datatype Name field (Versions 1, 2, 3): describes the member name instead of the opaque-type description. - Enumeration Datatype Names field (Versions 1/2, 3): drops the ASCII claim; documents the actual constraint (no NUL byte within the name) and that other encodings, such as UTF-8, aren't rejected.