! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Incorrect sort order on non-English locales
Status:
RESOLVED: FIXED

Comments

Description Lionel Le Folgoc 2011-03-13 23:16:36 CET
Created attachment 3561 
Proposed patch

Hi,

With garcon 0.1.5, when I use a French locale, some entries are not sorted correctly, e.g. "Éducation" (Education) is shown after "Système" (System).

It seems this is caused by garcon calling g_strcmp0 () to compare entry names, instead of a locale-friendly function.

The attached patch fixes this issue for me, by calling g_utf8_collate () instead.
Thanks.
Comment 1 Nick Schermer editbugs 2011-04-06 18:35:49 CEST
Fixed in 0f23d47.

Bug #7414

Reported by:
Lionel Le Folgoc
Reported on: 2011-03-13
Last modified on: 2011-04-06

People

Assignee:
Jannis Pohlmann
CC List:
1 user

Version

Version:
unspecified

Attachments

Proposed patch (537 bytes, patch)
2011-03-13 23:16 CET , Lionel Le Folgoc
no flags

Additional information