[android-developers] Re: Question about accented characters in Android Sqlite

2011-10-05 Thread Zsolt Vasvari
Does this sorting work in the Contacts application? I've had the same issue when I tried to support Chinese sorting. I ended up copying some code out of the Contacts app. On Oct 4, 7:41 pm, Jairo de Almeida jairodealme...@gmail.com wrote: Hi group. I'm developing a android aplication using

[android-developers] Re: Question about accented characters in Android Sqlite

2011-10-05 Thread Doug
Read the javadocs for SQLiteDatabase. Apparently you need to do something special for localization/collation, but they don't really help you out that much. Maybe it's time to google an answer to get your database queries to localize properly. Doug On Oct 4, 4:41 am, Jairo de Almeida

[android-developers] Re: Question about accented characters in Android Sqlite

2011-10-05 Thread lbendlin
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 android-developers@googlegroups.com To unsubscribe from this group, send email to