How to decode a base64 image that is parsed from an xml
807603Jan 11 2008 — edited Jan 12 2008Hi everyone,
I'm trying to decode a base64 image that is parsed from an XML. I was able to decode everything except for an image, and it resulted in weird characters such as
������?��������?��������f����������?
I used sun.misc.BASE64Decoder()
Thanks in advance,
Squid