From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26870 invoked from network); 27 Jun 2004 09:33:17 -0000 Received: from odin.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.85) by ns1.primenet.com.au with SMTP; 27 Jun 2004 09:33:17 -0000 Received: (qmail 32408 invoked from network); 26 Jun 2004 15:46:59 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 26 Jun 2004 15:46:59 -0000 Received: (qmail 7423 invoked by alias); 26 Jun 2004 14:38:10 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 20103 Received: (qmail 7413 invoked from network); 26 Jun 2004 14:38:09 -0000 Received: from odin.dotsrc.org (HELO a.mx.sunsite.dk) (qmailr@130.225.247.85) by sunsite.dk with SMTP; 26 Jun 2004 14:38:09 -0000 Received: (qmail 32053 invoked from network); 26 Jun 2004 15:46:49 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 26 Jun 2004 15:46:47 -0000 Received: from localhost (localhost [127.0.0.1]) by acolyte.scowler.net (Postfix) with ESMTP id 19D657004E; Sat, 26 Jun 2004 10:37:39 -0400 (EDT) Received: from acolyte.scowler.net ([127.0.0.1]) by localhost (acolyte [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25502-02-2; Sat, 26 Jun 2004 10:37:35 -0400 (EDT) Received: by acolyte.scowler.net (Postfix, from userid 1000) id 5FA707004D; Sat, 26 Jun 2004 10:37:35 -0400 (EDT) Date: Sat, 26 Jun 2004 10:37:35 -0400 From: Clint Adams To: Oliver Kiddle Cc: zsh-workers@sunsite.dk Subject: Re: Bug#254801: zsh: iconv code set completion case insensitivity Message-ID: <20040626143735.GA25677@scowler.net> References: <20040616184219.GA7569@larve.net> <20040616235219.GA18736@scowler.net> <2794.1087477429@trentino.logica.co.uk> <20040617140223.GA27353@scowler.net> <3672.1087483410@trentino.logica.co.uk> <20040617150150.GA31176@scowler.net> <20040624204736.GA10715@scowler.net> <27791.1088156389@trentino.logica.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <27791.1088156389@trentino.logica.co.uk> User-Agent: Mutt/1.5.6+20040523i X-Virus-Scanned: by amavisd-new-20030616-p9 (Debian) at scowler.net X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=-0.0 required=6.0 tests=BAYES_44 autolearn=no version=2.63 X-Spam-Hits: -0.0 > Anyway, can you try the following patch. > > I've just noticed that the Sourceforge compile farm has Solaris > 9 machines but their iconv is identical to that of Solaris 8. So we > probably need to just try running iconv -l. > > Does /usr/lib/iconv/iconv_data exist? What are the -c and -s options - > the same as GNU iconv's? Yes, it exists. The -c and -s options are indeed the same as GNU iconv's, primarily due to GNU iconv (1.8?) being first in my PATH on this machine. I apologize for the confusion due to not noticing this. It does understand -l, but not --list.