Avoid ctype.h .
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 26 Apr 2011 12:33:23 +0000 (14:33 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 26 Apr 2011 12:36:19 +0000 (14:36 +0200)
The ctype.h-functions depend on the LANG environment which might be set
to something totally different than a server application assumes. We also
do not need anything but ASCII based checks (HTTP protocol for one).
isxxx functions also require an unsigned int and a cast. These casts can
be avoided now.


No differences found