GNOME Bugzilla – Bug 703453
correctly sort contacts and groups
Last modified: 2013-07-09 08:31:49 UTC
At the moment contacts using non ascii characters are not sorted correctly, for example Éric will come after Zoé. The attached patch fixes that using calls to g_utf8_collate().
Created attachment 248210 [details] [review] roster: compare elements as utf8 strings, for correct collation
Review of attachment 248210 [details] [review]: ++
Attachment 248210 [details] pushed as a79f388 - roster: compare elements as utf8 strings, for correct collation