UNCTRL
#define UNCTRL(x) ((x) == 0x7F ? '?' : (x) | 0x40) /* ASCII */
#define UNCTRL(c) (((c) - 'a' + 'A')|control_character_bit)