= 0x61 && $ord <= 0x7a) { return chr(ctrl_key($char)); } // Invalid input, not an ascii letter return NULL; } }