Translate encoded UTF-8 value
in
Programming Questions
•
1 year ago
I have the following encoded UTF-8 value
?UTF-8?B?Tm93IFRocm91Z2ggUHJlc2lkZW50c+KAmSBEYXk6IEVHR1hlY3V0?= =?UTF-8?B?aXZlIFNhdmluZ3Mgb24gQ29tcG9uZW50cywgRWxlY3Ryb25pY3MgJiBNb3Jl?= =?UTF-8?B?IQ==?=
that I would like to translate to a readable form. Is there a simple way in Processing to enter this value and display it back in readable text?
?UTF-8?B?Tm93IFRocm91Z2ggUHJlc2lkZW50c+KAmSBEYXk6IEVHR1hlY3V0?= =?UTF-8?B?aXZlIFNhdmluZ3Mgb24gQ29tcG9uZW50cywgRWxlY3Ryb25pY3MgJiBNb3Jl?= =?UTF-8?B?IQ==?=
that I would like to translate to a readable form. Is there a simple way in Processing to enter this value and display it back in readable text?
1