Re: mutt/2500: Segmentation fault when use tag-pattern or limit
The following reply was made to PR mutt/2500; it has been noted by GNATS.
From: Alain Bench <veronatif@xxxxxxx>
To: bug-any@xxxxxxxxxxxxx
Cc: Xie Jianwei <xieqi.org@xxxxxxxxx>
Subject: Re: mutt/2500: Segmentation fault when use tag-pattern or limit
Date: Sun, 24 Sep 2006 11:19:24 +0200 (CEST)
On Saturday, September 23, 2006 at 18:45:02 +0200, Xie Jianwei wrote:
>| LANG=en_US
>| LC_CTYPE=zh_CN
The implicit charset of en_US is Latin-1, of zh_CN is GB2312: Those
two charsets are not compatible, and may conflict (even outside of
Bug#339555).
> I have tested to set all locales to be `en_US' as you mentioned, and
> every things become well now.
Thanks for the confirmation. But then you lose Chinese ideograms,
and probably don't even get correct Latin characters (depending on your
terminal). I would better suggest:
| LANG=zh_CN
| LC_MESSAGES=C
...to get Chinese mails and English interface. Now, if this
segfaults on some mails and regexps because of Bug#339555, I can only
propose to get an UTF-8 terminal, and if you're in China:
| LANG=zh_CN.UTF-8
| LC_MESSAGES=C
...or if you live in America, simply:
| LANG=en_US.UTF-8
Bye! Alain.
--
Give your computer's unused idle processor cycles to a scientific goal:
The Folding@home project at <URL:http://folding.stanford.edu/>.