What are the reasons behind URLEncodedFormat()
escaping valid URL characters?
valid characters:
- _ . ! ~ * " ( )
The CF8 Doc said, "[URLEncodedFormat()
escapes] non-alphanumeric characters with equivalent hexadecimal escape sequences." However, why escape valid URL characters?