[Mutt] #3040: charset difference between index browser and pager
#3040: charset difference between index browser and pager
I'm using the following setting in muttrc:
set assumed_charset=UTF-8
set charset=UTF-8//TRANSLIT
My index_format is:
index_format="%4C %Z %(%b %d (%H:%M)) %-18.18n [%10.10B] (%3.3c) %?H? [%H]
? %.60s"
Suppose my name (Miek Gieben) would contain some high unicode codepoint
character at the second position. In the index browser it would be
displayed as
M?ek Gieben
While in the pager (when viewing the mail) the correct presentation is
used and the correct character is displayed.
2 Questions:
1) What could explain for this difference and displaying
2) How can this be fixed? :)
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3040>