> -----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) 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 \xa0 \xa0setlocale(LC_CTYPE,"C");
> >  \xa0 \xa0 \xa0 \xa0}
> > 
> > When I replaced the \xa0 with tabs, all was fine again.
> 
> The parse error is probably because PHP does not have Unicode or
> multibyte character support enabled.  The patch file in question
> contains actual Unicode characters.  You might try rebuilding PHP with
> Zend support for multibyte characters (it's an option in 
> "make config")
> and see if that improves things.

Jeremy,

Thanks for the quick response.

You're correct in assuming I don't have Multibyte enabled.

However, I just rebuilt php on another machine and enabled multibyte,
then built horde-base on that, but still had the same characters
in the NLS.php file on that, so not sure what the problem is.

Regards,

Barry

_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to