Re: should a non-breaking space character be treated as whitespace in perl source?

2005-10-25 Thread Nicholas Clark
On Wed, Oct 05, 2005 at 05:20:34PM -0400, [EMAIL PROTECTED] wrote: > Should a non-breaking space character be treated as whitespace in > perl source code? It doesn't appear to be: As far as I know code points outside the range 0-127 are invalid, except as quotes for q, qq, etc, by default. Under

Re: should a non-breaking space character be treated as whitespace in perl source?

2005-10-25 Thread Guido Flohr
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Nicholas Clark wrote: | On Wed, Oct 05, 2005 at 05:20:34PM -0400, [EMAIL PROTECTED] wrote: | |>Should a non-breaking space character be treated as whitespace in |>perl source code? It doesn't appear to be: | | | As far as I know code points outs