05-11-2019, 01:32 PM
Hi Alessandro. Try use Indy to do this for you. The second parameter define your encoding type. Indy uses its default encoding (ASCII).
Code:
memo1.text := TIdDecoderMIME.DecodeString( mystringencodedbase64.Text, IndyTextEncoding_UTF8 );
