Forum Moderators: open

Message Too Old, No Replies

         

txbakers

4:33 pm on Sep 7, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



In the browser address bar I'll code %20 for a space, etc.

What are these called again? They are not the entities like  .

I tried looking for ASCII escape codes, but that wasn't it either. I need to find a list of them.

Thanks.

Leffe

4:42 pm on Sep 7, 2005 (gmt 0)

10+ Year Member



They are just hexadecimal-encoded ASCII. Any ASCII chart with hex values will do.

coopster

5:26 pm on Sep 7, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member




What are these called again?

"Percent-Encoding" is the term you are looking for. RFC1738 is the Standard and was updated by RFC3986.