CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/01/10 07:04:16
Modified files:
bin/ps : Makefile extern.h print.c ps.c
Added files:
bin/ps : utf8.c
Removed files:
bin/ps : fmt.c
Log message:
UTF-8 support:
In a UTF-8 locale, columnate correctly and replace valid, but non-
printable characters with the Unicode replacement character U+FFFD.
No change in the C/POSIX locale, and no change for invalid bytes.
Grand total, the code becomes shorter by almost 30 lines.
Feedback from czarkoff@, OK millert@.