ENCODE
#define ENCODE(n) { \
#define ENCODE(c) ((c) < '[' ? (c) : (c) + 3);
#define ENCODE(a, b) strvis(a, b, VIS_WHITE)