Bruno Haible writes: >> P.S. I actually just noticed this unchanged hunk in my diff: >> >> $ git ls-files | grep -E '\.[ch]' | xargs grep -F 'isw' >> src/wc.c: in_word2 = (! iswspace (wide_char) >> >> Okay to change this one to the c32 variant? > > Yes. Since 'wide_char' is of type char32_t and produced by mbrtoc32, > this line should call c32isspace, not iswspace. [1] Pushed the attatched, thanks. Collin