#include "internal.h" /* TODO: this is just ascii... */ int utf8·printable(rune r) { return (unsigned)r-0x20 < 0x5f; }