summaryrefslogtreecommitdiffstats
path: root/bin/ps/utf8.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* UTF-8 support:schwarze2016-01-101-0/+63
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@.