CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2015/12/07 18:00:45

Modified files:
        usr.bin/wc     : wc.1 wc.c 

Log message:
UTF-8 support: implement -m for character counting
and use iswspace(3) for word counting.
Requires using getline(3) rather than read(2)
to make sure that characters aren't chopped to pieces.

Using feedback from millert@ on an earlier version.
Feedback and OK tedu@.

Reply via email to