I am writing a web application and learning how to urlencode html links...
All the urlencode questions here (see tag below) are \"How to...?\" questions.
M
How will you distinguish if your two of path are like this
http://myapp/my%20test/
and
http://myapp/my test/
Note space & %20 is part of URL.