Date: Sun, 28 Mar 2004 23:03:17 +0200 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> Subject: Re: ports/64845: Par must exclude non-breaking space from the class of space chars Message-ID: <20040328210316.GA4541@watt.intra.caraldi.com> In-Reply-To: <200403281420.i2SEKLL9034619@freefall.freebsd.org> References: <20040328141941.C538ABD@caraldi.com> <200403281420.i2SEKLL9034619@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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?20040328210316.GA4541>