example:
String src = "ABC def";
String dest = Uri.encode(src);
It convert "ABC def" to "ABC%20def"
Thank you for reading this article Encodes characters in the given string as '%'-escaped octets using the UTF-8 scheme With URL https://x-tutorials.blogspot.com/2011/08/encodes-characters-in-given-string-as.html. Also a time to read the other articles.
0 comments:
Write your comment for this article Encodes characters in the given string as '%'-escaped octets using the UTF-8 scheme above!