Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Oct 2024 04:24:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 281796] /bin/ls doesn't print UTF-8 emojis properly in some cases, but /bin/du does
Message-ID:  <bug-281796-227-72f9dJ22Jq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-281796-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-281796-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=3D281796

--- Comment #3 from Daniel Tameling <tamelingdaniel@gmail.com> ---
You are correct: There is no bug.

ls wants to align things in the terminal and needs to know how much space
characters take when they appear. This only works when the filename belongs=
 to
the current locale.=20

du doesn't have to worry about that and can just print filenames as they ar=
e.

--=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-281796-227-72f9dJ22Jq>