| 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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to