Date: Sun, 18 Mar 2001 16:31:32 +0300 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Clive Lin <clive@CirX.ORG> Cc: "Michael C . Wu" <keichii@peorth.iteration.net>, 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> In-Reply-To: <20010318205628.A10534@cartier.cirx.org>; from clive@CirX.ORG on Sun, Mar 18, 2001 at 08:56:28PM %2B0800 References: <20010318174101.A8012@cartier.cirx.org> <20010318050746.A4964@peorth.iteration.net> <20010318144136.A40114@nagual.pp.ru> <20010318205628.A10534@cartier.cirx.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010318163131.A41136>