From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29363 invoked from network); 19 Apr 2008 01:02:44 -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.6 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; 19 Apr 2008 01:02:44 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 42713 invoked from network); 19 Apr 2008 01:02:36 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 19 Apr 2008 01:02:36 -0000 Received: (qmail 3521 invoked by alias); 19 Apr 2008 01:02:33 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24845 Received: (qmail 3509 invoked from network); 19 Apr 2008 01:02:32 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 19 Apr 2008 01:02:32 -0000 Received: from prunille.vinc17.org (vinc17.pck.nerim.net [213.41.242.187]) by bifrost.dotsrc.org (Postfix) with ESMTP id 88163808A379 for ; Sat, 19 Apr 2008 03:02:20 +0200 (CEST) Received: by prunille.vinc17.org (Postfix, from userid 501) id 53C5C21B2462; Sat, 19 Apr 2008 03:02:20 +0200 (CEST) Date: Sat, 19 Apr 2008 03:02:20 +0200 From: Vincent Lefevre To: zsh-workers@sunsite.dk Subject: Re: Combining characters and MacOSX Message-ID: <20080419010220.GA4304@prunille.vinc17.org> Mail-Followup-To: zsh-workers@sunsite.dk References: <12C9D7E4-D02E-478F-92BD-FDB75F3C8B2D@kba.biglobe.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <12C9D7E4-D02E-478F-92BD-FDB75F3C8B2D@kba.biglobe.ne.jp> X-Mailer-Info: http://www.vinc17.org/mutt/ User-Agent: Mutt/1.5.17-vl-r21552 (2008-04-09) X-Virus-Scanned: ClamAV 0.91.2/6834/Fri Apr 18 23:09:50 2008 on bifrost X-Virus-Status: Clean On 2008-04-19 00:52:19 +0900, Jun T. wrote: > Is it possible to include a working version of wcwidth() > in the zsh source tree and use it if the system's wcwidth() > is broken? If you replace the whole wcwidth() function, make sure that it doesn't become inconsistant with the other wc functions. For instance, the LRM behavior is system-dependent: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=457634#13 -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)