From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13175 invoked from network); 4 Sep 2006 21:12:19 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,UNPARSEABLE_RELAY autolearn=ham version=3.1.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 4 Sep 2006 21:12:19 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 39674 invoked from network); 4 Sep 2006 21:12:12 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 4 Sep 2006 21:12:12 -0000 Received: (qmail 9902 invoked by alias); 4 Sep 2006 21:12:03 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10677 Received: (qmail 9893 invoked from network); 4 Sep 2006 21:12:02 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 4 Sep 2006 21:12:02 -0000 Received: (qmail 38585 invoked from network); 4 Sep 2006 21:12:02 -0000 Received: from vms048pub.verizon.net (206.46.252.48) by a.mx.sunsite.dk with SMTP; 4 Sep 2006 21:12:00 -0000 Received: from torch.brasslantern.com ([71.116.118.106]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0J5300L2Z6VXSB7D@vms048.mailsrvcs.net> for zsh-users@sunsite.dk; Mon, 04 Sep 2006 16:11:58 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id k84LBuSc009451 for ; Mon, 04 Sep 2006 14:11:57 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id k84LBucF009450 for zsh-users@sunsite.dk; Mon, 04 Sep 2006 14:11:56 -0700 Date: Mon, 04 Sep 2006 14:11:56 -0700 From: Bart Schaefer Subject: Re: A POSIX and a UTF-8 question In-reply-to: <20060904202352.11101.qmail@web36812.mail.mud.yahoo.com> To: zsh-users@sunsite.dk Message-id: <060904141156.ZM9449@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <20060904202352.11101.qmail@web36812.mail.mud.yahoo.com> Comments: In reply to Daniel Qarras "A POSIX and a UTF-8 question" (Sep 4, 1:24pm) On Sep 4, 1:24pm, Daniel Qarras wrote: } } - is there any documentation explaining conformance of zsh as /bin/sh } with the latest POSIX sh spec? No, not really. What exactly do you mean by "the latest" by the way? I've been following their mailing list, and there's a new revision coming up for publication later this year. } - any ideas when zsh-4.4 supporting UTF-8 could be released? As a Linux } user I see that Debian and RHEL are being prepared for a release by the } end of the year and as they will be in use for years to come it would } be great if zsh with UTF-8 support would be available on them by } default. My guess is that it's already too late for any newly-released version of zsh to be considered stable enough to go into RHEL5. I don't know about Debian. Clint?