This question already has an answer here:
As the title says: which encoder would give me space as %20
as opposed to +
? I need it for android. java.net.URLEncoder.encode gives +
This question already has an answer here: As the title says: which encoder would give me space as |
|||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
Android has it's own E.g.
results in
Note: only | ||||
|
You have to replace the Example:
For more look at this post: | |||
|
As mentioned here, you could just replace the string yourself using
| |||||||||||||
|