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 version 2.2
> I have a question about the encode data in sqlite.
> In my data has accented characters and when i make sql statement with order
> by from column the accented characters are listed  incorrectly. last index
> of cursor, for example,
> A, B, Á
> when would be correct to list.
> A, Á, B
> There is no list A, Á, B in sqlite statement select, my sqlite are encoding
> in utf-16.
> Thanks.
> Jairo

-- 
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