GNOME Bugzilla – Bug 160101
Sheets list is always sorted according to English name
Last modified: 2006-01-02 17:49:33 UTC
1) Start dia with another language than English (Danish in my case). 2) Click on the Sheets menu. 3) Notice the sorting is not alphabetical, but rather follows the English order. This does not happen under Linux, neither in 0.94 or CVS head.
Created attachment 34359 [details] A screenshot showing the sheets list wrongly sorted
If you set your $LANGUAGE to fr_FR at the end of the list of sheets is Electricite (accents on both E's) Not windows specific and definately a problem.
2006-01-02 Hans Breuer <hans@breuer.org> * lib/sheet.c(dia_sheet_sort_callback) : sort sheets according to their localized name (with g_utf8_collate). Thus not relying on the capabilities of the C libraries strcmp(). Fixes bug #160101.