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 621336 - Incorrect ordering of currencies in non-C locales
Incorrect ordering of currencies in non-C locales
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: GUI
git master
Other Linux
: Normal minor
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2010-06-12 00:48 UTC by Andreas J. Guelzow
Modified: 2010-06-12 01:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas J. Guelzow 2010-06-12 00:48:35 UTC
In (some) non-C locales the currency listing in the format dialog may be incorrectly ordered. For example in de_DE.UTF-8, Ägypti... is at the end of the listing rather than sorted with A....

Since the listing is rather long this could make it difficult for a user to find those mis-ordered items.
Comment 1 Morten Welinder 2010-06-12 00:52:14 UTC
funny_currency_order in go-format-sel.c
Comment 2 Andreas J. Guelzow 2010-06-12 00:56:47 UTC
funny_currency_order uses strcmp... that doesn't know anything about locales.
Comment 3 Morten Welinder 2010-06-12 00:57:09 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.
Comment 4 Andreas J. Guelzow 2010-06-12 01:03:15 UTC
more than 8 minutes from report to fix...