URL Encoding: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 45: | Line 45: | ||
related page: | related page: | ||
* [[Batch Process]] | * [[Batch Process]] | ||
* '''cool!''' [http://ntu.csie.org/~piaip/unihtml/ HTML unicode] online converter by piaip | |||
[[Category:Browser]] | [[Category:Browser]] | ||
Revision as of 23:20, 15 March 2007
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
. It should be %20 in the common browser.
related page:
- Batch Process
- cool! HTML unicode online converter by piaip