On 25/08/10(Wed) 18:29, Nicholas Marriott wrote: > Hmm. I can't reproduce this. > > What arch are you using? -current? > > I do, in uxterm: > > $ tmux kill-server > $ export LANG=en_US.UTF-8 > $ tmux new > $ echo $LANG > en_US.UTF-8 > $ mutt > > And open a UTF-8 email, which appears fine, including wide characters. > > Can you give me the exact steps you are using?
Yeah, I found the problem, I was reseting the $TERM variable in my kshrc. Everything work like a charm now. Thank you for your work! Martin