I would guess that SQLite attempts to do a case-insensitive query, but
has a bug in converting non-Roman query values.

On Oct 13, 3:33 pm, iñaki <inaki.s...@gmail.com> wrote:
> Thanks Bret!!!
>
> Well, I´ve solved put my string in lowercase... Weird...
> I´ve try by SQLite Database Browser and i get the same response...
> With Ç don´t work but ç get rows...
>
>  Why?
>
> On 13 October 2010 17:08, Bret Foreman <bret.fore...@gmail.com> wrote:
>
> > Try using double quotes around your strings rather than single.
> > Something like this:
>
> > String myCondition = "field == \"Ç\"";
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en

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

Reply via email to