All functions in this module are deprecated and will be removed in a future release.
Decodes
Use
Encodes
Use
Returns the version of the
Use
Transforms a UTF8 encoded binary to a list of integers, where each integer represents one character as its unicode value. The function fails if the binary is not a properly encoded UTF8 string.
Use
Transforms a list of integers, where each integer represents one character as its unicode value, to a UTF8 encoded binary.
Use