ports/64845: Par must exclude non-breaking space from the class of space chars

Jean-Baptiste Quenot jb.quenot at caraldi.com
Sun Mar 28 21:10:13 UTC 2004


The following reply was made to PR ports/64845; it has been noted by GNATS.

From: Jean-Baptiste Quenot <jb.quenot at caraldi.com>
To: FreeBSD-gnats-submit at FreeBSD.org, freebsd-ports-bugs at FreeBSD.org
Cc: Mark Murray <mark at grondar.org>,
	Greg Shenaut <gkshenaut at 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 at 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/



More information about the freebsd-ports-bugs mailing list