https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280543
--- Comment #7 from наб <nabijaczlew...@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.