Android Question StringUtils base64 decode UTF8 encoding

Addo

Well-Known Member
Licensed User
i am trying to decode an utf8 base64 encode

B4X:
su.DecodeBase64(dGVzdCB1dGY4IGRlY29kZSB0ZXh0)

but the output is none readable text i think its encoding issue how to set the base64 decoder encoding to utf8 ?
 
Top