-good news....I found the solution ! I had lot of help from french IRC channel, thanks to them. Finally, someone told me to create a new project with an all new database, and check if accents where working fine --> yes Then, I made this new project working with my old database and a generated module --> ok
And finally, I copied one of my modules in the new project --> wrong. So, I knew it was not the database, not the general configuration, but the module. I checked in the template and it was there : for Symfony 1.0, I had to use utf8_encode on every field with special characters...and that was what caused the double encoding with symfony 1.2 !! So, when you upgrade from 1.0 --> 1.1 --> 1.2, check if you use utf8_encode in your template, and delete them : it's working fine now --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
