After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 703453 - correctly sort contacts and groups
correctly sort contacts and groups
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2013-07-02 09:59 UTC by Frederic Peters
Modified: 2013-07-09 08:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
roster: compare elements as utf8 strings, for correct collation (1.20 KB, patch)
2013-07-02 09:59 UTC, Frederic Peters
committed Details | Review

Description Frederic Peters 2013-07-02 09:59:57 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().
Comment 1 Frederic Peters 2013-07-02 09:59:59 UTC
Created attachment 248210 [details] [review]
roster: compare elements as utf8 strings, for correct collation
Comment 2 Guillaume Desmottes 2013-07-09 08:30:51 UTC
Review of attachment 248210 [details] [review]:

++
Comment 3 Frederic Peters 2013-07-09 08:31:46 UTC
Attachment 248210 [details] pushed as a79f388 - roster: compare elements as utf8 strings, for correct collation