Converts a UTF-8 string to the equivalent bytes
utf8ToBytes('stacks ΣΎ'); // Uint8Array(9) [ 115, 116, 97, 99, 107, 115, 32, 211, 190 ]; Copy
utf8ToBytes('stacks ΣΎ'); // Uint8Array(9) [ 115, 116, 97, 99, 107, 115, 32, 211, 190 ];
Generated using TypeDoc
Converts a UTF-8 string to the equivalent bytes