Ensure that all uses of <ctype.h> functions are applied to unsigned-char
Tom Lane <tgl@sss.pgh.pa.us>
Ensure that all uses of <ctype.h> functions are applied to unsigned-char values, whether the local char type is signed or not. This is necessary for portability. Per discussion on pghackers around 9/16/00.