From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 28 13:10:13 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A90316A4CE for ; Sun, 28 Mar 2004 13:10:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3273543D39 for ; Sun, 28 Mar 2004 13:10:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2SLADbv080972 for ; Sun, 28 Mar 2004 13:10:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2SLADno080971; Sun, 28 Mar 2004 13:10:13 -0800 (PST) (envelope-from gnats) Date: Sun, 28 Mar 2004 13:10:13 -0800 (PST) Message-Id: <200403282110.i2SLADno080971@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jean-Baptiste Quenot Subject: Re: ports/64845: Par must exclude non-breaking space from the class of space chars X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jean-Baptiste Quenot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Mar 2004 21:10:13 -0000 The following reply was made to PR ports/64845; it has been noted by GNATS. From: Jean-Baptiste Quenot To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Mark Murray , Greg Shenaut Subject: Re: ports/64845: Par must exclude non-breaking space from the class of space chars Date: Sun, 28 Mar 2004 23:03:17 +0200 As suggested by Greg Shenaut , the following statement would be closer to the original intention of the upstreams author: if (isspace(c) && isascii(c)) ch = ' '; Regards, -- Jean-Baptiste Quenot http://caraldi.com/jbq/