https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276304

--- Comment #8 from [email protected] ---
A commit in branch stable/14 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=6c1a174e4c0a01a40aa1c06dfc07a37a31cabe33

commit 6c1a174e4c0a01a40aa1c06dfc07a37a31cabe33
Author:     Baptiste Daroussin <[email protected]>
AuthorDate: 2024-10-14 07:37:46 +0000
Commit:     Baptiste Daroussin <[email protected]>
CommitDate: 2024-10-23 07:25:50 +0000

    w(1): fix libxo output being locale dependant

    by being locale dependant the json export is invalid in locales where
    the separator for float is a comma.
    The Json and the XML are invalid for login-time when days contains
    contains characters which are not unicode.

    Forcing locale to be C, makes this json and xml output valid and also
    identical accross locales, so reliable for parsers

    PR:             276304
    Reported by:    Vedran Miletic <[email protected]>

    (cherry picked from commit bd490be57438a82c22d1274bc58d51142b63f4a0)

 usr.bin/w/w.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to