iswgraph
return ((iswgraph(wc) && !iswpunct(wc)) ||
extern int iswgraph(wint_t);
using std::iswgraph;