FreeBSD Port: horde-base-3.1.5_1

2007-12-19 Thread Barry Byrne
Hi, Just portupgraded from horde-base-3.1.5 to 3.1.5_1 and ended up with an parse error in NSL.php. Checked the patched file (NLS.php) and I had something like this; \xa0 \xa0 \xa0 \xa0/* avoid FreeBSD issapce(3) bug */ \xa0 \xa0 \xa0 \xa0if(NLS::getCharset() == "UTF-8"){ \xa0 \xa0 \xa0 \xa0

RE: FreeBSD Port: horde-base-3.1.5_1

2007-12-19 Thread Barry Byrne
> -Original Message- > From: Jeremy Chadwick [mailto:[EMAIL PROTECTED] > Sent: 19 December 2007 11:34 > To: Barry Byrne > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] > > Checked the patched file (NLS.php)

RE: FreeBSD Port: horde-base-3.1.5_1

2007-12-20 Thread Barry Byrne
> > Okay, so it's probably a Unicode vs. UTF-8 parser thing. > > > > My comment about the code needing to remain in ASCII stands, though > > (this isn't your fault, of course). The patch should really be > > fixed to use literal whitespace (ASCII 0x20) or tabs (ASCII 0x09). > > > > I have commit a