• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps base64 decoded characters look incorrect in android view

kaancho

Newbie
Hi,
So I have some base64 encoded characters that i am trying to display in my view. When i view them in "adb logcat" I see that the characters are decoded properly. However when I try to see them in android view the characters are jumbled up.

Any idea what I need to do to make it appear correctly?
 

Attachments

  • test.png
    test.png
    41.6 KB · Views: 105
so after some testing i see that some chinese characters translate properly.

I guess the characters I am trying to decode is not supported by android.
 
Back
Top Bottom