Re: [symfony-users] Re : missing first data in data list

2011-06-20 Thread Vincent Lechemin
it's a problem of encoding, make sure your database settings use utf8, and use utf8_encode/decode to display or write back into the database -- Vincent On Jun 20, 2011 1:35 PM, "Jérémy Simonklein" wrote: > Sorry, I've founded the solution. > It came from the accents on my "e" characters. ( I'm f

[symfony-users] Re : missing first data in data list

2011-06-20 Thread Jérémy Simonklein
Sorry, I've founded the solution. It came from the accents on my "e" characters. ( I'm french ) But if someone can told me how I can fix it, it would be nice ;) -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this messag