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/> References: <bug-280543-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280543 --- Comment #7 from =D0=BD=D0=B0=D0=B1 <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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280543-227-p40tufFIKA>