From owner-cvs-all Sun Dec 2 8: 4:59 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 982A737B417; Sun, 2 Dec 2001 08:04:55 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id fB2G4ow63018; Sun, 2 Dec 2001 19:04:50 +0300 (MSK) (envelope-from ache) Date: Sun, 2 Dec 2001 19:04:49 +0300 From: "Andrey A. Chernov" To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/locale isprint.3 Message-ID: <20011202160448.GB62892@nagual.pp.ru> References: <200112021231.fB2CVjn40304@freefall.freebsd.org> <20011203024602.F8849-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011203024602.F8849-100000@gamplex.bde.org> User-Agent: Mutt/1.3.23.2i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Dec 03, 2001 at 03:01:37 +1100, Bruce Evans wrote: > On Sun, 2 Dec 2001, Andrey A. Chernov wrote: > > > ache 2001/12/02 04:31:45 PST > > > > Modified files: > > lib/libc/locale isprint.3 > > Log: > > Remove specific reference to ASCII space (' '), it is true for localized > > spaces too > > ' ' is not ASCII space; it is (the value of) the normal space character in > the execution character set. Yes. I mean not only THAT space but any other possible too. > The interesting point here is whether isprint(' ') is true in all > locales. The ISO (1990) C standard and the previous version of > the man page use exactly the same wording to explicitly say that it > is. This commit at best obfuscates this. Please back it out. No, it makes clear that not only space named ' ' alowed, but any space. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message