K Kenji4861 Banned Jan 28, 2001 2,821 0 0 Feb 5, 2004 #1 SOLVED - Thanks guys! This happens in our URL bar. SPACE turns into %20 < turns into %3c what is this process called? I would like research on it online.
SOLVED - Thanks guys! This happens in our URL bar. SPACE turns into %20 < turns into %3c what is this process called? I would like research on it online.
D Descartes Lifer Oct 10, 1999 13,968 2 0 Feb 5, 2004 #2 It's called URL encoding, and it simply translates the characters not valid in a URL into their hexadecimal equivalent preceded by a %.
It's called URL encoding, and it simply translates the characters not valid in a URL into their hexadecimal equivalent preceded by a %.
F fs5 Lifer Jun 10, 2000 11,774 1 0 Feb 5, 2004 #4 http://www.google.com/search?q=url+escape+codes&sourceid=mozilla-search&start=0&start=0&ie=utf-8&oe=utf-8
http://www.google.com/search?q=url+escape+codes&sourceid=mozilla-search&start=0&start=0&ie=utf-8&oe=utf-8
D Descartes Lifer Oct 10, 1999 13,968 2 0 Feb 5, 2004 #6 Here is the RFC if you want to know more about what constitutes a valid URL.