My problem is not Case-insensitive. I need to run a query on Hebrew column, but the query not return any row.
Android SQLite can store Unicode but doesn't perform query in different languages? I read somwere that some SQLite3 version (SQLite JDBC Driver) have full Unicode support (not by default). I missed something or that a bug? Thanks, Ben On 15 אוקטובר, 13:25, lbendlin <[email protected]> wrote: > SQLite doesn't care if it is Unicode. You need to do the conversion yourself > > http://www.sqlite.org/faq.html#q18 -- You received this message because you are subscribed to the Google Groups "Android Developers" 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/android-developers?hl=en

