URL Encoding

From LemonWiki共筆
Revision as of 23:20, 15 March 2007 by Planetoid (talk | contribs)
Jump to navigation Jump to search

Read URL Encoding first!

filename encoding

Character Encoding Code Renaming rule
space 20 @20 --> _
'Pound' character ("#") 23 @23 --> #
Left Square Bracket ("[") 5b @5b --> [
Right Square Bracket ("]") 5d @5d --> ]
(left blank purposely)    


note

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


related page: