The first string - "abc" is not a Unicode string. Have you tried prefixing
it with 'u' to make it one?

What exception do you get?

-Nick Johnson

On Fri, Feb 18, 2011 at 10:16 PM, Sahid Orentino Ferdjaoui <
sahid.ferdja...@gmail.com> wrote:

> Hello all,
>
> db.GqlQuery("SELECT * FROM MyModel WHERE prop >= :1 AND prop < :2", "abc",
> u"abc" + u"\ufffd")
>
> I used this to make a search. But if the string has an accent. That don't
> work. may be you have a solution for me?
>
> --sahid
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>



-- 
Nick Johnson, Developer Programs Engineer, App Engine
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
368047

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to