printwc
n += printwc(wc, &stdout_state);
n += printwc(L'?', &stdout_state);
n += printwc(iswprint(wc) ? wc : L'?', &stdout_state);