Return character encoding
encoding = H5P.get_char_encoding(propertyList)
encoding = H5P.get_char_encoding(propertyList)
retrieves
the character encoding used to encode strings or object names that
are created with the property list propertyList
.
The values returned correspond to either 'H5T_CSET_ASCII'
or 'H5T_CSET_UTF8'
.