URL Encoding

From LemonWiki共筆
Revision as of 16:37, 14 March 2007 by Planetoid (talk | contribs)
Jump to navigation Jump to search
space: @20 --> _
'Pound' character ("#"): @23 --> #
Left Square Bracket ("["): @5b --> [
Right Square Bracket ("]"): @5d --> ]

note

  • The code @20 was generated by ScrapBook extension of Firefox browser_firefox.png . It should be %20 in the common browser.

related page: