base64 icon indicating copy to clipboard operation
base64 copied to clipboard

Invalid UTF-8 detected

Open freak111 opened this issue 4 years ago • 0 comments

var encoded = 'Zm9vIMKpIGJhciDwnYyGIGJheg=='; var bytes = base64.decode(encoded); var text = utf8.decode(bytes); console.log(text); output Invalid UTF-8 detected

freak111 avatar Feb 06 '20 07:02 freak111