URL Encoding: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 5: | Line 5: | ||
Right Square Bracket ("]"): @5d --> ] | Right Square Bracket ("]"): @5d --> ] | ||
</pre> | </pre> | ||
note | |||
* The code @20 was generated by [http://amb.vis.ne.jp/mozilla/scrapbook/ ScrapBook] extension of {{Fx}}. It should be %20 in the common browser. | |||
related page: | related page: | ||
* [http://www.blooberry.com/indexdot/html/topics/urlencoding.htm URL Encoding] | * [http://www.blooberry.com/indexdot/html/topics/urlencoding.htm URL Encoding] | ||
* [[Batch Process]] | * [[Batch Process]] | ||
[[Category:Browser]] | |||
Revision as of 16:37, 14 March 2007
space: @20 --> _
'Pound' character ("#"): @23 --> #
Left Square Bracket ("["): @5b --> [
Right Square Bracket ("]"): @5d --> ]
note
- The code @20 was generated by ScrapBook extension of Firefox
. It should be %20 in the common browser.
related page: