Set character encoding used to encode strings
H5P.set_char_encoding(propList,encoding)
H5P.set_char_encoding(propList,encoding)
sets the character encoding used to encode strings or object names
that are created with the property list propList
.
The values of encoding
should either be 'H5T_CSET_ASCII'
or 'H5T_CSET_UTF8'
.