session_url » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
| 2014-08-11 | 2014-08-18 | ||
| Added '&' to the list of special characters that need to be UTf-8 encoded (209.221.240.193) | ampersand mark is not a special character in our URLs, though note that it is a special character on windows command line (command-separator) and it can be escaped by wrapping to double-quotes (martin) | ||
| Line 41: | Line 41: | ||
| * space: ''%20'' or ''+'' | * space: ''%20'' or ''+'' | ||
| * ''%'': ''%25'' (percent sign) | * ''%'': ''%25'' (percent sign) | ||
| - | * ''&'': ''%26'' (ampersand) | ||
| * ''+'': ''%2B'' (plus sign) | * ''+'': ''%2B'' (plus sign) | ||
| * ''/'': ''%2F'' (slash) | * ''/'': ''%2F'' (slash) | ||