On Thursday, December 1, 2005 at 11:34:17 +0800, WANG Xu wrote:

> On Tue, Nov 29, 2005 at 01:40:44PM +0100, Alain Bench wrote:
>> remove LC_CTYPE, and set back LANG=zh_CN.GBK.
> do you mean this:
>| $ locale
>| LANG=zh_CN.GBK
>| LC_CTYPE=
>| LC_ALL=

    Almost: Yet unset LC_CTYPE, or rather remove it from startup
scripts. And verify LC_ALL is also really unset (and not set to empty
string as was LC_CTYPE).


>>| $ printf "\xE9" | grep "^Subject.*"
> It print nothing by this line, nor by pring "\xE9"

    And what about:

| $ printf "Rog\xE9rio\n" | egrep "^R.*"
| $ printf "Rog\xA8\xA6rio\n" | egrep "^R.*"


>> have to be reassigned. ?Dato?
                          ^
    Note my previous mail was ISO-8859-1, because of this one character
before "Dato". Character U+00BF not existing in GBK, therefore masked by
a question mark for you on display, and quoted in your reply. In these
conditions, it didn't segfault.


Bye!    Alain.
-- 
Mutt muttrc tip to send mails in best adapted first necessary and sufficient
charset (version for Western Latin-1/Latin-9/CP-850/CP-1252 terminal users):
set send_charset="us-ascii:iso-8859-1:iso-8859-15:windows-1252:utf-8"


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to