From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10084 invoked from network); 21 Jul 2000 12:04:26 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 21 Jul 2000 12:04:26 -0000 Received: (qmail 24624 invoked by alias); 21 Jul 2000 12:04:20 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12339 Received: (qmail 24617 invoked from network); 21 Jul 2000 12:04:19 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "Andrej Borsenkow" , "ZSH workers mailing list" Subject: RE: Still locale problems on Cygwin Date: Fri, 21 Jul 2000 16:04:16 +0400 Message-ID: <000201bff30b$cae0c060$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-reply-to: <000301bfd9ed$7d551df0$21c9ca95@mow.siemens.ru> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 > > > I have English Win2k with Russian locale set, and russian > characters are > shown as ? in ls output. While this is definitely Cygwin problem, Zsh > (often) completely hangs when completing such name ... sorry, it just > takes hours (well, a bit less :-) to give listing. It is so > slow, that I > really had impression it was hung. > While figuring out environ problem, I got a look at locale implementation in Cygwin. There is no :-) setlocale() is just a stub function that accepts "C" as locale name and nothing more. It does nothing :-))) And locale table contains only ASCII support. So, I wonder, how can it work correclty even for ISO-8859-1 charset. -andrej