Date: Sun, 28 Mar 2004 13:10:13 -0800 (PST) From: Jean-Baptiste Quenot <jb.quenot@caraldi.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/64845: Par must exclude non-breaking space from the class of space chars Message-ID: <200403282110.i2SLADno080971@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/64845; it has been noted by GNATS. From: Jean-Baptiste Quenot <jb.quenot@caraldi.com> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Mark Murray <mark@grondar.org>, Greg Shenaut <gkshenaut@ucdavis.edu> 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 <gkshenaut@ucdavis.edu>, 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403282110.i2SLADno080971>