[Bug 280543] df -, isn't columnated if the thousands separator is multi-byte

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 09 Aug 2024 19:55:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280543

--- Comment #7 from наб <nabijaczleweli@nabijaczleweli.xyz> ---
I think beside %'d, %lc (%ls) is the only real way to output wide characters
through narrow printf(3) and in that case, that's pretty much exactly what you
want?

This is only an "issue" if you treat the return value of printf() as "width in
columns" which is /never/ true, not even if you never hit wide character
encoding.

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