Re: php5 and UTF BOM header

2007-08-13 Thread Mathias Brodala
Hi. supermega, 11.08.2007 14:42: > On 11 Sie, 09:50, Mathias Brodala <[EMAIL PROTECTED]> wrote: >> Use an editor which allows you to omit the BOM, it's optional for UTF-8 >> anyways. >> As long as you send the correct Content-Type header, the output won't be any >> different. >> > > I know this

Re: php5 and UTF BOM header

2007-08-11 Thread supermega
On 11 Sie, 09:50, Mathias Brodala <[EMAIL PROTECTED]> wrote: > Use an editor which allows you to omit the BOM, it's optional for UTF-8 > anyways. > As long as you send the correct Content-Type header, the output won't be any > different. > I know this solition and I use it for now, but it's again

Re: php5 and UTF BOM header

2007-08-11 Thread Mathias Brodala
Hi. supermega, 11.08.2007 03:21: > How to make PHP interpreter not to send these BOM bytes to client? Use an editor which allows you to omit the BOM, it’s optional for UTF-8 anyways. As long as you send the correct Content-Type header, the output won’t be any different. Regards, Mathias -- de

php5 and UTF BOM header

2007-08-10 Thread supermega
Hi, my system is Debian stable Etch with: - apache22.2.3-4 - libapache2-mod-php55.2.0-8+etch7 PHP interpreter does not parse UTF BOM header bytes in UTF- encoded .php files and so I get a well known warning "Cannot modify header information - headers already sent" when trying to use heade