aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-11-27 03:52:15 +0000
committerUlrich Drepper <drepper@redhat.com>2001-11-27 03:52:15 +0000
commit5d6c813948f70d823f3a84a0c96931ec7013f0c7 (patch)
treed1b5cd6147527d9893a7ea97759fecd1fa147acc
parent8e9b2075ba1d6ce2ab82c2eb2547e2c2ef3ecca8 (diff)
downloadglibc-5d6c813948f70d823f3a84a0c96931ec7013f0c7.tar
glibc-5d6c813948f70d823f3a84a0c96931ec7013f0c7.tar.gz
glibc-5d6c813948f70d823f3a84a0c96931ec7013f0c7.tar.bz2
glibc-5d6c813948f70d823f3a84a0c96931ec7013f0c7.zip
Update.
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>.
-rw-r--r--localedata/ChangeLog5
-rw-r--r--localedata/locales/de_CH8
2 files changed, 10 insertions, 3 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 716baec061..1a4d3f7317 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -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.
diff --git a/localedata/locales/de_CH b/localedata/locales/de_CH
index f7c7e8bcc2..7ddb580ad3 100644
--- a/localedata/locales/de_CH
+++ b/localedata/locales/de_CH
@@ -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