Date: Fri, 09 Aug 2024 19:55:13 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 280543] df -, isn't columnated if the thousands separator is multi-byte Message-ID: <bug-280543-227-p40tufFIKA@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-280543-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280543-227-p40tufFIKA>
