Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 27 Nov 2001 03:52:15 +0000 (03:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 27 Nov 2001 03:52:15 +0000 (03:52 +0000)
2001-11-26  Ulrich Drepper  <drepper@redhat.com>

* locales/de_CH: Define decimal point to '.' and thousands
separator to ' '.  Patch by Niklaus Giger <ngiger@mus.ch>.

localedata/ChangeLog
localedata/locales/de_CH

index 716baec..1a4d3f7 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-26  Ulrich Drepper  <drepper@redhat.com>
+
+       * locales/de_CH: Define decimal point to '.' and thousands
+       separator to ' '.  Patch by Niklaus Giger <ngiger@mus.ch>.
+
 2001-11-21  Bruno Haible  <bruno@clisp.org>
 
        * charmaps/ISO-8859-16: Swap 0xa5 and 0xab entries.
index f7c7e8b..7ddb580 100644 (file)
@@ -61,8 +61,8 @@ END LC_MESSAGES
 LC_MONETARY
 int_curr_symbol           "<U0043><U0048><U0046><U0020>"
 currency_symbol           "<U0046><U0072><U002E>"
-mon_decimal_point         "<U002C>"
-mon_thousands_sep         "<U002E>"
+mon_decimal_point         "<U002E>"
+mon_thousands_sep         "<U0020>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
@@ -77,7 +77,9 @@ n_sign_posn               4
 END LC_MONETARY
 
 LC_NUMERIC
-copy "de_DE"
+decimal_point             "<U002E>"
+thousands_sep             "<U0020>"
+grouping                  3;3
 END LC_NUMERIC
 
 LC_TIME