MAX_REGULAR_CHARACTER
else if (!(c & (~(int)MAX_REGULAR_CHARACTER)))
if (!(c & ~((int)MAX_REGULAR_CHARACTER)) && isprint(UChar(c)))