URL Escape Table
The following characters have special meanings in URLs and are escaped
by converting them into a hexadecimal ASCII code (%##):
- All characters with ASCII values less than 32 decimal (0x20 hex)
or greater than 127 decimal (0x7F hex).
- Any characters from the set: !"#$%&'()+,/:;<=>?[\]^`{\}~
- DELETE
- SPACE. Spaces are escaped by replacing them with pluses
(+).
Last updated by $Author: adj $ on $Date: 1997/12/01 23:41:30 $.
Copyright © 1995-1998 Anthony D. Joseph and Massachusetts
Institute of Technology