META
#define META 0x80
#define META(x) ((x) & 0x7f)
#define META(c) ((Char)((c)|M_QUOTE))
#define META 4