Re: again umlauts as backslah octal in builtin pager

2010-02-04 Thread Christoph Kukulies
Jostein Berntsen schrieb: On 04.02.10,15:13, Christoph Kukulies wrote: Jostein advised me in another thread (but I'm taking it to here): For your charset issues, try to to enter these settings in your .muttrc: set charset="UTF-8" set send_charset="us-ascii:iso-8859-1:iso-8859-2

Re: again umlauts as backslah octal in builtin pager

2010-02-04 Thread Jostein Berntsen
On 04.02.10,15:13, Christoph Kukulies wrote: > Jostein advised me in another thread (but I'm taking it to here): > > >For your charset issues, try to to enter these settings in your .muttrc: > > >set charset="UTF-8" > >set send_charset="us-ascii:iso-8859-1:iso-8859-2:utf-8" > >set locale="C" > >

Re: again umlauts as backslah octal in builtin pager

2010-02-04 Thread Christoph Kukulies
Jostein advised me in another thread (but I'm taking it to here): For your charset issues, try to to enter these settings in your .muttrc: set charset="UTF-8" set send_charset="us-ascii:iso-8859-1:iso-8859-2:utf-8" set locale="C" and in your .bashrc: export LC_CTYPE="de_DE.UTF-8" export

Re: again umlauts as backslah octal in builtin pager

2010-02-04 Thread Christoph Kukulies
Maybe it's interesting that this can be found in ~/.muttdebug0: ../pager.c:1102: mbrtowc returned -1; errno = 84. ../pager.c:1102: mbrtowc returned -1; errno = 84. ../pager.c:1102: mbrtowc returned -1; errno = 84. ../pager.c:1102: mbrtowc returned -1; errno = 84. ../pager.c:1102: mbrtowc returned

again umlauts as backslah octal in builtin pager

2010-02-04 Thread Christoph Kukulies
Since my mail partners always complained about my Umlauts not getting through and such, I decided to use LANG=de_DE.UTF-8 LANGUAGE=de_DE:de:en_GB:en LC_CTYPE="de_DE.UTF-8" LC_NUMERIC="de_DE.UTF-8" LC_TIME="de_DE.UTF-8" LC_COLLATE="de_DE.UTF-8" LC_MONETARY="de_DE.UTF-8" LC_MESSAGES="de_DE.UTF-8"