From owner-freebsd-i18n Sun Mar 18 5:31:52 2001 Delivered-To: freebsd-i18n@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 48B8B37B71D; Sun, 18 Mar 2001 05:31:49 -0800 (PST) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.11.3/8.11.3) id f2IDVWw41270; Sun, 18 Mar 2001 16:31:32 +0300 (MSK) (envelope-from ache) Date: Sun, 18 Mar 2001 16:31:32 +0300 From: "Andrey A. Chernov" To: Clive Lin Cc: "Michael C . Wu" , imp@FreeBSD.ORG, freebsd-i18n@FreeBSD.ORG, thinker@branda.to Subject: Re: fix for single char locale (Was: Re: ls(1) mb patch) Message-ID: <20010318163131.A41136@nagual.pp.ru> References: <20010318174101.A8012@cartier.cirx.org> <20010318050746.A4964@peorth.iteration.net> <20010318144136.A40114@nagual.pp.ru> <20010318205628.A10534@cartier.cirx.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010318205628.A10534@cartier.cirx.org>; from clive@CirX.ORG on Sun, Mar 18, 2001 at 08:56:28PM +0800 Sender: owner-freebsd-i18n@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Mar 18, 2001 at 20:56:28 +0800, Clive Lin wrote: > On Sun, Mar 18, 2001 at 02:41:36PM +0300, Andrey A. Chernov wrote: > > Objection. It breaks isprint() for single char locales. > > Sorry about that.. originally submitter fixed this. > It should be ok now ,hopefully. + while(p1 != p2) + *ri++ = '?'; It is dead loop, forever. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-i18n" in the body of the message