mirror of git://sourceware.org/git/glibc.git
2000-05-15 Andreas Jaeger <aj@suse.de>
* locales/de_DE: Fix currency placement to use "12.345,68 DM". Reported by Christopher Creutzig <ccr@nescio.foebud.org>, closes PR libc/1713. 2000-05-15 Andreas Jaeger <aj@suse.de> * locales/de_DE: Fix currency placement to use "12.345,68 DM". Reported by Christopher Creutzig <ccr@nescio.foebud.org>, closes PR libc/1713.
This commit is contained in:
parent
d7dcf1267a
commit
464a88ce05
|
|
@ -1,3 +1,9 @@
|
||||||
|
2000-05-15 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* locales/de_DE: Fix currency placement to use "12.345,68 DM".
|
||||||
|
Reported by Christopher Creutzig <ccr@nescio.foebud.org>, closes
|
||||||
|
PR libc/1713.
|
||||||
|
|
||||||
2000-05-04 Ulrich Drepper <drepper@redhat.com>
|
2000-05-04 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* charmaps/ISO-8859-15: Remove incorrect definitions of <So> and <OR>.
|
* charmaps/ISO-8859-15: Remove incorrect definitions of <So> and <OR>.
|
||||||
|
|
|
||||||
|
|
@ -2152,10 +2152,10 @@ positive_sign ""
|
||||||
negative_sign "<->"
|
negative_sign "<->"
|
||||||
int_frac_digits 2
|
int_frac_digits 2
|
||||||
frac_digits 2
|
frac_digits 2
|
||||||
p_cs_precedes 1
|
p_cs_precedes 0
|
||||||
p_sep_by_space 0
|
p_sep_by_space 1
|
||||||
n_cs_precedes 1
|
n_cs_precedes 0
|
||||||
n_sep_by_space 0
|
n_sep_by_space 1
|
||||||
p_sign_posn 1
|
p_sign_posn 1
|
||||||
n_sign_posn 1
|
n_sign_posn 1
|
||||||
END LC_MONETARY
|
END LC_MONETARY
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue