ISLOWER
#define ISLOWER(c) (islower((unsigned char)(c)))
#define ISLOWER(c) ((cinfo[CHARMASK(c)]&_MG_L)!=0)