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

Reply via email to