On Tue, Jun 2, 2015 at 2:57 AM, <[email protected]> wrote: > On 01Jun15 20:06 -0400, Xu Wang wrote: >> I cannot seem to configure mutt such that the builtin pager renders >> accents. >> >> "Todavía" is shown as "TodavM-CM--a" >> "También" is shown as "TambiM-CM-)n" > > Did you compile mutt yourself? > I had similar issues and solved this when building against libncursesw5 > instead of libncurses5 (note the w for wide, which is utf support afaik) > > And of course the locale command shows: > """ > % locale > LANG=en_US.UTF-8 > LANGUAGE=en_US:en > LC_CTYPE="en_US.UTF-8" > LC_NUMERIC="en_US.UTF-8" > LC_TIME="en_US.UTF-8" > LC_COLLATE="en_US.UTF-8" > LC_MONETARY="en_US.UTF-8" > LC_MESSAGES="en_US.UTF-8" > LC_PAPER="en_US.UTF-8" > LC_NAME="en_US.UTF-8" > LC_ADDRESS="en_US.UTF-8" > LC_TELEPHONE="en_US.UTF-8" > LC_MEASUREMENT="en_US.UTF-8" > LC_IDENTIFICATION="en_US.UTF-8" > LC_ALL= > """ > > Cheers, > > -- > Bastian
Dear Bastian, This worked. Thank you so much for your help with this. All I had to do was install libncursesw5-dev and reconfigure mutt and it worked. I did not have to chance any configure flag. I originally read this: http://dev.mutt.org/trac/wiki/MuttFaq/Charset which was helpful (although not very structured), and it mentions something about about ncurses with wide char support, but I did not try it because it is listed under "UTF-8 chars are displayed fine, but the screen is garbled" which I don't think described my problem. Also, I did not need to specify "--enable-widec". Please let me know if an update is needed to that page and I will make an account and attempt a change. However, since I do not know anything about this topic deeply I am hesitant to do anything without further confirmation. Kind Regards, Xu
