Beta
Converts a UTF-8 array to a string.
The UTF-8 array to convert
Whether to exit on the first null byte
The string
This function is a special case of decodeText that is used by the ID3 library to decode UTF-8 encoded strings. Use decodeText instead.
Converts a UTF-8 array to a string.