https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241491
--- Comment #6 from [email protected] --- A commit references this bug: Author: yuripv Date: Sun Jun 7 08:21:20 UTC 2020 New revision: 361887 URL: https://svnweb.freebsd.org/changeset/base/361887 Log: ps: use %hs instead of %s format specifiers Use %hs (locale-based encoding) instead of %s (UTF-8) format for strings that are expected to be in current locale encoding (date/time, process names/argument list). PR: 241491 Reviewed by: phil Differential Revision: https://reviews.freebsd.org/D22160 Changes: head/bin/ps/keyword.c head/bin/ps/print.c head/bin/ps/ps.c -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
