CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/01 17:56:46
Modified files:
usr.bin/cut : cut.1 cut.c
Log message:
UTF-8 support: Implement -c and -n
and let -d accept a multibyte delimiter character.
While here, simplify the code by switching from fgetln(3) to getline(3)
and from hand-crafted string parsing to strstr(3) and strchr(3).
OK tedu@ czarkoff@ zhuk@.
