It works for me if UPPER is in UPPERCASE: "UPPER(display_name) asc"
Lucy On Nov 5, 11:48 am, CMWiii <[email protected]> wrote: > Yes, actually I have. Though I may have easily overlooked something > they > appear to be doing the same things as I am trying. Their sort string > is > "collate localized asc" which I have also tried to no avail. > > On Nov 5, 4:40 am, Mark Murphy <[email protected]> wrote: > > > > > > > > > On Fri, Nov 4, 2011 at 10:29 PM, CMWiii <[email protected]> wrote: > > > Using content provider for contacts and can't seem to find a way to > > > sort display_names without regard to case. For example the names > > > "Able, Apple, agnostic" will sort as "agnostic, Able, Apple". My > > > desire > > > is to ignore case and have them sort as "Able, agnostic, Apple" which > > > is > > > what is actually done by the default contacts app. > > > Have you looked at the source to the default contacts app to see how they > > do it? > > > -- > > Mark Murphy (a Commons > > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > > Warescription: Three Android Books, Plus Updates, One Low Price! -- 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

