cURL / Mailing Lists / curl-library / Single Mail

curl-library

curl_escape function

From: Bescon, Guenole <Guenole.Bescon_at_compaq.com>
Date: Mon, 16 Jul 2001 11:45:25 +0200

Hello,

In the code of the curl_escape function, what is the goal of the following
test:
else if(!(in >= 'a' && in <= 'z') && !(in >= 'A' && in <= 'Z') && !(in >= ''
&& in <= '9')) {

Why the third condition test in >= '' ? (this is not in >= '0' instead ??)

Regs
Gwen

_______________________________________________
Curl-library mailing list
http://curl.haxx.se/libcurl/
Received on 2001-07-16