Description of problem: The currency symbol for Nicaragua is wrong. Version-Release number of selected component (if applicable): I have tried in Fedora 12. I will comment if I find this in Fedora 13 as soon as I upgrade my system How reproducible: Look for the currency symbol Steps to Reproduce: 1. locale -k LC_MONETARY | grep currency_symbol Actual results: currency_symbol="$C" duo_currency_symbol="$C" Expected results: currency_symbol="C$" duo_currency_symbol="C$" Additional info: The currency symbol is C$ but in the system has been set in reverse order.
Sorry I miss one step in order to reproduce Steps to Reproduce: 1. set system language to ES-ni 2. locale -k LC_MONETARY | grep currency_symbol
Moving to glibc component.
$ LC_ALL=es_NI locale -k LC_MONETARY | grep currency_symbol currency_symbol="$C" duo_currency_symbol="$C" Happens in both glibc-2.11.2-1 (f12) and glibc-2.12-2 (f13).
--- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers
This message is a reminder that Fedora 12 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 12. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '12'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 12's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 12 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
$ LC_ALL=es_NI locale -k LC_MONETARY | grep currency_symbol currency_symbol="$C" duo_currency_symbol="$C" Just tested this error in Fedora 14. The correct currency symbol for Nicaragua is C$
Fedora 12 changed to end-of-life (EOL) status on 2010-12-02. Fedora 12 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. Thank you for reporting this bug and we are sorry it could not be fixed.
On November, 22nd I tried the bug in Fedora 14 and it is still present. That's why I am reopening this bug. I understand that the closing is a default action for EOL, I did miss to update the version last time I commented. Sorry about that.
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
I just tried on Fedora 16. The first command to set the language did not change anything, it gave me the default curency symbol "$" But then I went to the system seting GUI and changed the locale there. The GUI shows the symbol correctly and also when I go to the terminal is correct. Using: glibc-2.14.90-14 I will look for a computer running Fedora 15 to comment on this.
This was fixed upstream on May 2011 and was part of F16: [law@lugnut locales]$ LC_ALL=es_NI locale -k LC_MONETARY | grep currency_symbol currency_symbol="C$" duo_currency_symbol="C$"