Escaped characters
- \t %09 Tab
- ! %20 Exclamation point
- _ %21 Underscore
- î %22 Quotation mark
- # %23 Hash mark
- $ %24 Dollar sign
- % %25 Percent sign
- & %26 Ampersand
- í %27 Apostrophe
- + %2B Plus sign
- ~ %7E Tilde (only sometimes)
Notes:
%xx is the representation of ASCII character xx (hexadecimal).