[symfony-users] Re:  problem

2010-06-07 Thread wueb
But why this start happening? I never had this problem before. Never needed to save files in diferent encodings, always used the default. Between, this only happens in the webserver, not in localhost! -- If you want to report a vulnerability issue on symfony, please send it to security at

[symfony-users] Re:  problem

2010-06-07 Thread saad
Hi, this is probably due to the BOM (byte order mark) used with UTF-8 encoding: http://en.wikipedia.org/wiki/UTF-8 Usually, this is handled correctly by the browser (and the server) if the page encoding is UTF-8. Thanks, On Jun 7, 5:45 am, wueb webmaster@gmail.com wrote: In some of my

Re: [symfony-users] Re:  problem

2010-06-07 Thread Eno
On Mon, 7 Jun 2010, wueb wrote: But why was the server working fine and without visible reason start giving this problem? As others have popinted out, when editing UTF-8 files, you have to be very careful to maintain the correct encoding in the file. On 7 Jun, 16:16, saad