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