I am trying to build an app where I have unicode characters that are base64_encoded. When I take those characters and use Base64 library described here(How to base64 encode decode Android | Android Code Monkey) here to decode and display it doesnt display correctly.
Is there something I need to do special to make this work?
Is there another base64 library that people have used that works?
Is there something I need to do special to make this work?
Is there another base64 library that people have used that works?