Re: [Mutt] #3061: display broken when a mail contains U+FEFF
#3061: display broken when a mail contains U+FEFF
Comment (by brendan):
I'm ok with this patch, but it seems like mutt is converting 0-width
characters to -1-width. I'd like to understand why that's happening and
whether there's a more general fix. That if (k == 0) k = 1 stanza looks a
bit suspicious, but I haven't yet dug into the code. Can we use something
like testing for a 0 wcwidth instead of hardcoded values?
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3061#comment:8>