On 24/02/19 19:55, Pádraig Brady wrote: > On 24/02/19 17:07, Pádraig Brady wrote: >> So non break space is generally considered a word delimiter, >> though there are complications you detail from unicode. >> >> In regard to options for enabling various behaviors for wc(1), >> I'm thinking we might keep the strict POSIX isspace() behavior >> with LC_CTYPE=C and/or POSIXLY_CORRECT=1, and use iswnbspace() >> by default, since that's the most common operation one would want, >> and is consistent with libreoffice for example. >> I'll adjust the patch along those lines. > > Full patch attached. Updated patch attached. I'll push in a few hours. Marking this bug as done. cheers, Pádraig.