[Bug 241491] "ps -o lstart" broken for some locales
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jun 7 08:21:45 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241491
--- Comment #6 from commit-hook at freebsd.org ---
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.
More information about the freebsd-bugs
mailing list