mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 22:30:07 +00:00
Fix currency_symbol of es_NI locale
This commit is contained in:
parent
e371399f16
commit
dcf4f6efae
9
NEWS
9
NEWS
@ -9,10 +9,11 @@ Version 2.14
|
||||
|
||||
* The following bugs are resolved with this release:
|
||||
|
||||
11668, 11724, 11945, 11947, 12158, 12178, 12200, 12346, 12393, 12420,
|
||||
12445, 12449, 12454, 12460, 12469, 12489, 12509, 12510, 12518, 12541,
|
||||
12545, 12551, 12583, 12587, 12597, 12611, 12631, 12650, 12653, 12655,
|
||||
12660, 12681, 12685, 12711, 12713, 12714, 12717, 12723, 12734, 12738
|
||||
11653, 11668, 11724, 11945, 11947, 12158, 12178, 12200, 12346, 12393,
|
||||
12420, 12445, 12449, 12454, 12460, 12469, 12489, 12509, 12510, 12518,
|
||||
12541, 12545, 12551, 12583, 12587, 12597, 12611, 12631, 12650, 12653,
|
||||
12655, 12660, 12681, 12685, 12711, 12713, 12714, 12717, 12723, 12734,
|
||||
12738
|
||||
|
||||
* The RPC implementation in libc is obsoleted. Old programs keep working
|
||||
but new programs cannot be linked with the routines in libc anymore.
|
||||
|
@ -1,5 +1,8 @@
|
||||
2011-05-09 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
[BZ #11653]
|
||||
* locales/es_NI: Fix currency_symbol.
|
||||
|
||||
[BZ #11668]
|
||||
* locales/es_NI: Change paper format to letter.
|
||||
|
||||
|
@ -53,7 +53,7 @@ END LC_MESSAGES
|
||||
|
||||
LC_MONETARY
|
||||
int_curr_symbol "<U004E><U0049><U004F><U0020>"
|
||||
currency_symbol "<U0024><U0043>"
|
||||
currency_symbol "<U0043><U0024>"
|
||||
mon_decimal_point "<U002E>"
|
||||
mon_thousands_sep "<U002C>"
|
||||
mon_grouping 3;3
|
||||
|
Loading…
Reference in New Issue
Block a user