Re: [Mutt] #3150: garbage display with combining characters and
#3150: garbage display with combining characters and Mutt's wc functions
(--without-wc-funcs)
----------------------+-----------------------------------------------------
Reporter: vinc17 | Owner: mutt-dev
Type: defect | Status: new
Priority: major | Milestone: 1.6
Component: charset | Version:
Resolution: | Keywords:
----------------------+-----------------------------------------------------
Comment(by vinc17):
The problem occurs when I use
{{{
set charset=UTF-8//TRANSLIT
}}}
Note: I could modify the script that sets my $charset to avoid the useless
//TRANSLIT in case of UTF-8, but this is still a bug.
Anyway, output is also incorrect with
{{{
set charset=UTF-8
}}}
though more readable. In a 80-column terminal, I get
{{{
é.1 é.2 é.3 é.4 é.5 é.6 é.7 é.8 é.9 é.10 é.11 é.12 é.13 é.14 é.15
é.16 é.17 é.18+é.19 é.20
}}}
instead of
{{{
é.1 é.2 é.3 é.4 é.5 é.6 é.7 é.8 é.9 é.10 é.11 é.12 é.13 é.14 é.15 é.16
é.17 é.18
+é.19 é.20
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3150#comment:4>
Mutt <http://www.mutt.org/>
The Mutt mail user agent