[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: Where to look up "%20"-like chars for use with HTML?



| I have to mask a "&" in a URL (HTML 4.01 Transitional, text/html;
| charset=utf-8) that pointing to a CGI script; "&" doesn't work.
| You can mask special characters a la "%20" in HTML. What encoding is
| this, and where can I find a listing?

IIRC, this is hex.  the %20 would be 0x20 (am I doing this right?), so that
would be decimal 32 is ASCII or commonly a space, so an '&' would be decimal
38 or hex 0x26 or for your purposes "%26".

HTH,

Brooks



Reply to: