Difference between revisions of "Common:URL Encoding Characters"
From AgileApps Support Wiki
imported>Aeric (Created page with "{| | space<br>+<br>% || <tt>%20</tt><br><tt>%2B</tt><br><tt>%25</tt> |} __NOINDEX__") |
imported>Aeric |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| | :{| border="1" cellspacing="0" cellpadding="5" | ||
| space<br>+<br>% | | align="center"| space<br>+<br>% | ||
| <tt>%20</tt> or <tt>+</tt><br><tt>%2B</tt><br><tt>%25</tt> | |||
|} | |} | ||
__NOINDEX__ | |||
So: | |||
:{| border="1" cellpadding="5" cellspacing="0" | |||
| '''Instead of''' || align="left"| '''Use''' | |||
|- | |||
| | |||
& (A&B)<br> | |||
space (A B) | |||
| | |||
%26 (A%26B)<br> | |||
%20 (A%20B) | |||
|} | |||
<noinclude>__NOINDEX__</noinclude> |
Latest revision as of 19:51, 21 June 2013
space
+
%%20 or +
%2B
%25
So:
Instead of Use & (A&B)
space (A B)%26 (A%26B)
%20 (A%20B)