[symfony-users] Re: Doctrine 1.0 search utf8 strings

2009-03-16 Thread tonio607
It's now clearly linked with some piece of configuration, as it works in Production, not in Dev. As we work on windows and the production is on linux, I have some ideas where to look at. On 13 mar, 09:39, tonio607 wrote: > I have a Doctrine_PgSql_Exception : > > SQLSTATE[22021]: Character not in

[symfony-users] Re: Doctrine 1.0 search utf8 strings

2009-03-13 Thread tonio607
I have a Doctrine_PgSql_Exception : SQLSTATE[22021]: Character not in repertoire: 7 ERREUR: séquence d'octets invalide pour l'encodage « UTF8 » : 0xe3a925 HINT: Cette erreur peut aussi survenir si la séquence d'octets ne correspond pas au jeu de caractères attendu par le serveur, le jeu étant con

[symfony-users] Re: Doctrine 1.0 search utf8 strings

2009-03-12 Thread Jonathan Wage
What is the error you get with "$query->addWhere('LOWER(r.' . $field . ') LIKE ? ', '%ré%');"? - Jon On Thu, Mar 12, 2009 at 1:38 PM, tonio607 wrote: > > Hello, > > There's nothing in google about doctrine and search for ut8 strings > like : > > $query->addWhere('LOWER(r.' . $field . ') LIKE ?