Q:

uint8array to string

var uint8array = new TextEncoder("utf-8").encode("¢");
var string = new TextDecoder("utf-8").decode(uint8array);
1

New to Communities?

Join the community