From: Andreas Jaeger Date: Mon, 15 May 2000 11:49:07 +0000 (+0000) Subject: 2000-05-15 Andreas Jaeger X-Git-Tag: upstream/2.30~25633 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35f9eb5daea1c89b99bdf7ee03113204502cf037;p=external%2Fglibc.git 2000-05-15 Andreas Jaeger * tst-fmon.data: Change testcase following fixes for de_DE. * locales/de_DE: Remove space after DEM since DEM is now placed after the value. * tst-fmon.data: Change testcase following fixes for de_DE. * locales/de_DE: Remove space after DEM since DEM is now placed after the value. --- diff --git a/localedata/ChangeLog b/localedata/ChangeLog index ea12aee..e59ba83 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,11 @@ 2000-05-15 Andreas Jaeger + * tst-fmon.data: Change testcase following fixes for + de_DE. + + * locales/de_DE: Remove space after DEM since DEM is + now placed after the value. + * locales/de_DE: Fix currency placement to use "12.345,68 DM". Reported by Christopher Creutzig , closes PR libc/1713. diff --git a/localedata/locales/de_DE b/localedata/locales/de_DE index 19ef906..7af0d3b 100644 --- a/localedata/locales/de_DE +++ b/localedata/locales/de_DE @@ -2143,7 +2143,7 @@ noexpr "<'/>><<(><)/>><.><*>" END LC_MESSAGES LC_MONETARY -int_curr_symbol "" +int_curr_symbol "" currency_symbol "" mon_decimal_point "<,>" mon_thousands_sep "<.>" diff --git a/localedata/tst-fmon.data b/localedata/tst-fmon.data index f1084ca..db0e3f7 100644 --- a/localedata/tst-fmon.data +++ b/localedata/tst-fmon.data @@ -44,48 +44,48 @@ C %=*#9n -1.23 -********1.23 # # check both the german locale and strfmon with that data # -de_DE.ISO-8859-1 %n 1.23 DM1,23 -de_DE.ISO-8859-1 %n -1.23 -DM1,23 -de_DE.ISO-8859-1 %n 1234.56 DM1.234,56 -de_DE.ISO-8859-1 %11n 123.45 DM123,45 -de_DE.ISO-8859-1 %11n -123.45 -DM123,45 -de_DE.ISO-8859-1 %11n 3456.781 DM3.456,78 -de_DE.ISO-8859-1 %^n 1234.56 DM1234,56 -de_DE.ISO-8859-1 %+n 1234.56 DM1.234,56 -de_DE.ISO-8859-1 %+n -1234.56 -DM1.234,56 -de_DE.ISO-8859-1 %(n 1234.56 DM1.234,56 -de_DE.ISO-8859-1 %(n -1234.56 (DM1.234,56) -de_DE.ISO-8859-1 %^n 1234.56 DM1234,56 -de_DE.ISO-8859-1 %i 1.23 DEM 1,23 -de_DE.ISO-8859-1 %i -1.23 -DEM 1,23 -de_DE.ISO-8859-1 %i 1234.56 DEM 1.234,56 -de_DE.ISO-8859-1 %^i 1234.56 DEM 1234,56 -de_DE.ISO-8859-1 %+i 1234.56 DEM 1.234,56 -de_DE.ISO-8859-1 %+i -1234.56 -DEM 1.234,56 -de_DE.ISO-8859-1 %(i 1234.56 DEM 1.234,56 -de_DE.ISO-8859-1 %(i -1234.56 (DEM 1.234,56) -de_DE.ISO-8859-1 %^i 1234.56 DEM 1234,56 -de_DE.ISO-8859-1 %#5n 123.45 DM 123,45 -de_DE.ISO-8859-1 %#5n -123.45 -DM 123,45 -de_DE.ISO-8859-1 %#5n 3456.781 DM 3.456,78 -de_DE.ISO-8859-1 %=*#5n 123.45 DM***123,45 -de_DE.ISO-8859-1 %=*#5n -123.45 -DM***123,45 -de_DE.ISO-8859-1 %=*#5n 3456.781 DM*3.456,78 -de_DE.ISO-8859-1 %=0#5n 123.45 DM000123,45 -de_DE.ISO-8859-1 %=0#5n -123.45 -DM000123,45 -de_DE.ISO-8859-1 %=0#5n 3456.781 DM03.456,78 -de_DE.ISO-8859-1 %^#5n 123.45 DM 123,45 -de_DE.ISO-8859-1 %^#5n -123.45 -DM 123,45 -de_DE.ISO-8859-1 %^#5n 3456.781 DM 3456,78 -de_DE.ISO-8859-1 %^#5.0n 123.45 DM 123 -de_DE.ISO-8859-1 %^#5.0n -123.45 -DM 123 -de_DE.ISO-8859-1 %^#5.0n 3456.781 DM 3457 -de_DE.ISO-8859-1 %^#5.4n 123.45 DM 123,4500 -de_DE.ISO-8859-1 %^#5.4n -123.45 -DM 123,4500 -de_DE.ISO-8859-1 %^#5.4n 3456.781 DM 3456,7810 -de_DE.ISO-8859-1 %(#5n 123.45 DM 123,45 -de_DE.ISO-8859-1 %(#5n -123.45 (DM 123,45) -de_DE.ISO-8859-1 %(#5n 3456.781 DM 3.456,78 +de_DE.ISO-8859-1 %n 1.23 1,23 DM +de_DE.ISO-8859-1 %n -1.23 -1,23 DM +de_DE.ISO-8859-1 %n 1234.56 1.234,56 DM +de_DE.ISO-8859-1 %11n 123.45 123,45 DM +de_DE.ISO-8859-1 %11n -123.45 -123,45 DM +de_DE.ISO-8859-1 %11n 3456.781 3.456,78 DM +de_DE.ISO-8859-1 %^n 1234.56 1234,56 DM +de_DE.ISO-8859-1 %+n 1234.56 1.234,56 DM +de_DE.ISO-8859-1 %+n -1234.56 -1.234,56 DM +de_DE.ISO-8859-1 %(n 1234.56 1.234,56 DM +de_DE.ISO-8859-1 %(n -1234.56 (1.234,56 DM) +de_DE.ISO-8859-1 %^n 1234.56 1234,56 DM +de_DE.ISO-8859-1 %i 1.23 1,23 DEM +de_DE.ISO-8859-1 %i -1.23 -1,23 DEM +de_DE.ISO-8859-1 %i 1234.56 1.234,56 DEM +de_DE.ISO-8859-1 %^i 1234.56 1234,56 DEM +de_DE.ISO-8859-1 %+i 1234.56 1.234,56 DEM +de_DE.ISO-8859-1 %+i -1234.56 -1.234,56 DEM +de_DE.ISO-8859-1 %(i 1234.56 1.234,56 DEM +de_DE.ISO-8859-1 %(i -1234.56 (1.234,56 DEM) +de_DE.ISO-8859-1 %^i 1234.56 1234,56 DEM +de_DE.ISO-8859-1 %#5n 123.45 123,45 DM +de_DE.ISO-8859-1 %#5n -123.45 - 123,45 DM +de_DE.ISO-8859-1 %#5n 3456.781 3.456,78 DM +de_DE.ISO-8859-1 %=*#5n 123.45 ***123,45 DM +de_DE.ISO-8859-1 %=*#5n -123.45 -***123,45 DM +de_DE.ISO-8859-1 %=*#5n 3456.781 *3.456,78 DM +de_DE.ISO-8859-1 %=0#5n 123.45 000123,45 DM +de_DE.ISO-8859-1 %=0#5n -123.45 -000123,45 DM +de_DE.ISO-8859-1 %=0#5n 3456.781 03.456,78 DM +de_DE.ISO-8859-1 %^#5n 123.45 123,45 DM +de_DE.ISO-8859-1 %^#5n -123.45 - 123,45 DM +de_DE.ISO-8859-1 %^#5n 3456.781 3456,78 DM +de_DE.ISO-8859-1 %^#5.0n 123.45 123 DM +de_DE.ISO-8859-1 %^#5.0n -123.45 - 123 DM +de_DE.ISO-8859-1 %^#5.0n 3456.781 3457 DM +de_DE.ISO-8859-1 %^#5.4n 123.45 123,4500 DM +de_DE.ISO-8859-1 %^#5.4n -123.45 - 123,4500 DM +de_DE.ISO-8859-1 %^#5.4n 3456.781 3456,7810 DM +de_DE.ISO-8859-1 %(#5n 123.45 123,45 DM +de_DE.ISO-8859-1 %(#5n -123.45 ( 123,45 DM) +de_DE.ISO-8859-1 %(#5n 3456.781 3.456,78 DM de_DE.ISO-8859-1 %!(#5n 123.45 123,45 de_DE.ISO-8859-1 %!(#5n -123.45 ( 123,45) de_DE.ISO-8859-1 %!(#5n 3456.781 3.456,78