Summary: | Par must exclude non-breaking space from the class of space chars | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Jean-Baptiste Quenot <jb.quenot> |
Component: | Individual Port(s) | Assignee: | Pav Lucistnik <pav> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | ports |
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Jean-Baptiste Quenot
2004-03-28 15:20:21 UTC
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/ Jean-Baptiste Quenot writes:
> 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 = ' ';
Aaah. So the author may be aware of this? Do you know if he's incorporating
this in his current offering?
M
--
Mark Murray
iumop ap!sdn w,I idlaH
* Mark Murray: > Jean-Baptiste Quenot writes: > > > 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 = ' '; > > Aaah. So the author may be aware of this? Do you know if he's > incorporating this in his current offering? Yes, I'm quoting his words above in the original PR. http://www.nicemice.net/par/ « The latest version of Par, released on 2001-Apr-29 » Par does not seem to be updated on a regular basis, it is rather stable. So I don't think an update will soon be available. Discussion with the author has happened by the end of last year, and I haven't heard from him since then. Furthermore, the problem only arises on FreeBSD, because it's the only system I know of that includes the non-breaking space in the class of space characters in the Standard C Library. Regards, -- Jean-Baptiste Quenot http://caraldi.com/jbq/ Mark, as a maintainer of textproc/par, do you approve a patch in http://www.freebsd.org/cgi/query-pr.cgi?q=64845 ? -- Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> Quantum physics was developed in the 1930's, as a result of a bet between Albert Einstein and Niels Bohr, to see who could come up with the most ridiculous theory and still have it published. State Changed From-To: open->feedback Asked maintainer for approval. Responsible Changed From-To: freebsd-ports-bugs->pav Handle State Changed From-To: feedback->closed Committed, thanks! |