summary refs log tree commit diff
path: root/localedata
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-05-15 11:49:07 +0000
committerAndreas Jaeger <aj@suse.de>2000-05-15 11:49:07 +0000
commit35f9eb5daea1c89b99bdf7ee03113204502cf037 (patch)
treec8882b7dfa2ae665c3d5ed510093b562d36898e3 /localedata
parent464a88ce053c114c043617990f13f425193dc945 (diff)
downloadglibc-35f9eb5daea1c89b99bdf7ee03113204502cf037.tar.gz
glibc-35f9eb5daea1c89b99bdf7ee03113204502cf037.tar.xz
glibc-35f9eb5daea1c89b99bdf7ee03113204502cf037.zip
2000-05-15 Andreas Jaeger <aj@suse.de>
	* 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.
Diffstat (limited to 'localedata')
-rw-r--r--localedata/ChangeLog6
-rw-r--r--localedata/locales/de_DE2
-rw-r--r--localedata/tst-fmon.data84
3 files changed, 49 insertions, 43 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index ea12aee976..e59ba8317a 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,5 +1,11 @@
 2000-05-15  Andreas Jaeger  <aj@suse.de>
 
+	* 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 <ccr@nescio.foebud.org>, closes
 	PR libc/1713.
diff --git a/localedata/locales/de_DE b/localedata/locales/de_DE
index 19ef906426..7af0d3b516 100644
--- a/localedata/locales/de_DE
+++ b/localedata/locales/de_DE
@@ -2143,7 +2143,7 @@ noexpr  "<'/>><<(><n><N><)/>><.><*>"
 END LC_MESSAGES
 
 LC_MONETARY
-int_curr_symbol           "<D><E><M><SP>"
+int_curr_symbol           "<D><E><M>"
 currency_symbol           "<D><M>"
 mon_decimal_point         "<,>"
 mon_thousands_sep         "<.>"
diff --git a/localedata/tst-fmon.data b/localedata/tst-fmon.data
index f1084ca685..db0e3f7abf 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