[Bug 183876] fmt(1): /usr/src/usr.bin/fmt/ (not 8 bit clean) for German & French

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 09 Dec 2025 23:21:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183876

George Mitchell <george@m5p.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |george@m5p.com

--- Comment #6 from George Mitchell <george@m5p.com> ---
I think I'm seeing this problem independent of language settings, but
definitely involving UTF-8 U+2014, em dash (—).  Em dashes in the input are
simply removed from the output.  A quick glance at the code shows that it uses
wchar_t, so I'm not sure what is wrong.

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