Re: [Mutt] #862: format=flowed handler isn't utf-8 aware
#862: format=flowed handler isn't utf-8 aware
Changes (by pdmef):
* status: new => closed
* resolution: => fixed
Comment:
(In [033eba2d6834]) Make f=f handler multibyte-aware by not buffering
flowed content until it's finished.
We now write out content as we read it (which simplifies the code quite
a bit) and properly flow multibyte paragraphs. This should improve
DelSp=yes handling where a flowed paragraph may not have spaces at all
except trailing ones for flowable paragraphs (after concatenating lines
we didn't have access to the original break points any longer). We still
split content by ASCII space (this should be safe as f=f itself uses
ASCII space to mark flowable lines (even for languages that aren't
expected to use spaces, see DelSp). Closes #862.
--
Ticket URL: <http://dev.mutt.org/trac/ticket/862#comment:6>