docs: add string type glossary description (#6337)

close #6285
This commit is contained in:
H. Joe Lee
2026-04-03 20:35:29 -05:00
committed by GitHub
parent 46d7475539
commit a30e46e252
+6 -2
View File
@@ -7,7 +7,7 @@ Navigate back: \ref index "Main"
<DL>
<DT>Array datatype</DT>
<DD>A family of HDF5 datatypes whose elements are arrays of a fixed rank (≤
<DD>A family of HDF5 datatypes whose elements are arrays of a fixed rank (=<
32) and fixed finite extent. All array elements must be of the same HDF5
datatype.</DD>
</DL>
@@ -499,7 +499,11 @@ and an HDF5 path name in that file.</DD>
<DL>
<DT>String datatype</DT>
<DD></DD>
<DD>An HDF5 datatype used to store character sequences. HDF5 supports both
fixed-length and variable-length strings, as well as different character sets
(ASCII and UTF-8). String datatypes are one of the ten major datatype classes
and may be used for dataset elements, attributes, or object and link
names.</DD>
</DL>
<DL>