0
Decode
how do i Knowles what post un URL and how to décode them
1 Answer
0
To map the wide range of characters used worldwide into the 60 or so allowed characters in a URI, a two-step process is used:
Convert the character string into a sequence of bytes using the UTF-8 encoding.Convert each byte that is not an ASCII letter or digit to %HH, where HH is the hexadecimal value of the byte.
https://www.w3schools.com/jsref/jsref_decodeuricomponent.asp
https://stackoverflow.com/questions/6138127/how-to-do-url-decoding-in-java
Hot today
Python — File Handling
2 Votes
What’s wrong?
2 Votes
Question is write a c program to print prime numbers up to n and print the largest number in array.
1 Votes
Achievements on Sololearn
1 Votes
How to draw in the console?
0 Votes
Question - Java: Pyramid layers
2 Votes