From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8084 invoked from network); 26 Apr 2008 19:41:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 26 Apr 2008 19:41:54 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 86841 invoked from network); 26 Apr 2008 19:41:45 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 26 Apr 2008 19:41:44 -0000 Received: (qmail 29422 invoked by alias); 26 Apr 2008 19:41:42 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24877 Received: (qmail 29408 invoked from network); 26 Apr 2008 19:41:41 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 26 Apr 2008 19:41:41 -0000 Received: from rcpt-expgw.biglobe.ne.jp (rcpt-expgw.biglobe.ne.jp [133.205.19.68]) by bifrost.dotsrc.org (Postfix) with ESMTP id 18A1D808A38A for ; Sat, 26 Apr 2008 21:41:37 +0200 (CEST) Received: from smtp-gw.biglobe.ne.jp by rcpt-expgw.biglobe.ne.jp (kbkr/0208160408) with ESMTP id m3QJfawH026791 for ; Sun, 27 Apr 2008 04:41:36 +0900 X-Biglobe-Sender: Received: from [192.168.0.3] (125.196.138.236 [125.196.138.236]) by smtp-gw.biglobe.ne.jp id EBIVAC15AFDC; Sun, 27 Apr 2008 04:41:36 +0900 (JST) Message-Id: <90BD0AD6-FEB7-4B29-9708-B7A73BDB54D1@kba.biglobe.ne.jp> From: "Jun T." To: zsh-workers@sunsite.dk In-Reply-To: <200804261813.m3QID0TP022098@pws-pc.ntlworld.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: PATCH: Capitalize a parameter containing combined characters Date: Sun, 27 Apr 2008 04:41:36 +0900 References: <200804261813.m3QID0TP022098@pws-pc.ntlworld.com> X-Mailer: Apple Mail (2.919.2) X-Virus-Scanned: ClamAV 0.91.2/6957/Sat Apr 26 20:28:22 2008 on bifrost X-Virus-Status: Clean On 2008/04/27, at 03:13, Peter Stephenson wrote: > > IS_COMBINING() is only defined in the multibyte world, so it needs to > be as follows. The cord is already within a big block of #ifdef MULTIBYTE_SUPPORT