From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19797 invoked from network); 2 Mar 2005 19:05:59 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 2 Mar 2005 19:05:59 -0000 Received: (qmail 60233 invoked from network); 2 Mar 2005 19:05:53 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 2 Mar 2005 19:05:53 -0000 Received: (qmail 20778 invoked by alias); 2 Mar 2005 19:05:50 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 20916 Received: (qmail 20757 invoked from network); 2 Mar 2005 19:05:48 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 2 Mar 2005 19:05:48 -0000 Received: (qmail 59944 invoked from network); 2 Mar 2005 19:05:45 -0000 Received: from ip-66-80-62-153.dsl.sca.megapath.net (HELO ripple.fruitbat.org) (66.80.62.153) by a.mx.sunsite.dk with SMTP; 2 Mar 2005 19:05:39 -0000 Received: (from daemon@localhost) by ripple.fruitbat.org (8.10.2/8.8.8/PAC-1.3) id j22J00D07624; Wed, 2 Mar 2005 11:00:00 -0800 Received: from ming.fruitbat.org(192.168.1.2) by ripple.fruitbat.org via smap (V2.1/2.1+anti-relay+anti-spam) id xma007621; Wed, 2 Mar 05 10:59:29 -0800 Received: from ming.fruitbat.org (IDENT:202@ming.fruitbat.org [192.168.1.2]) by ming.fruitbat.org (8.12.10/8.10.2/PAC-1.6) with ESMTP id j22IxT8p003340; Wed, 2 Mar 2005 10:59:29 -0800 Date: Wed, 2 Mar 2005 10:59:28 -0800 (PST) From: "Peter A. Castro" To: Andrey Borzenkov cc: zsh-workers@sunsite.dk Subject: Re: configure tests for iconv In-Reply-To: <200503022032.46831.arvidjaar@newmail.ru> Message-ID: References: <5964.1109263147@trentino.logica.co.uk> <31072.1109700154@trentino.groupinfra.com> <200503021608.j22G8ips020857@news01.csr.com> <200503022032.46831.arvidjaar@newmail.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 On Wed, 2 Mar 2005, Andrey Borzenkov wrote: > On Wednesday 02 March 2005 19:08, Peter Stephenson wrote: > > > Also worth checking is > > > zmodload zsh/langinfo > > > print $langinfo[CODESET] > > > > This gives US-ASCII, which might be part of the problem, though I really > > haven't the faintest idea. A quick scan of the regional and language > > settings didn't suggest anything. > > I do not think that cygwin really has locale support besides what internal > Win32 API already provides. I wonder if it is using 8 or 16 bit interfaces > (most Win32 functions have two versions). Cygwin does support locales via the setlocale() function. Not sure weither it's using the 8 or 16 bit interfaces (it's part of libc, I'll have to check). There is a problem, currently, where locales aren't begin set and instead are reporting "C". I'll see if I can find anything further. -- Peter A. Castro or "Cats are just autistic Dogs" -- Dr. Tony Attwood