mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
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>.
This commit is contained in:
parent
8e9b2075ba
commit
5d6c813948
@ -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>
|
2001-11-21 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
* charmaps/ISO-8859-16: Swap 0xa5 and 0xab entries.
|
* charmaps/ISO-8859-16: Swap 0xa5 and 0xab entries.
|
||||||
|
@ -61,8 +61,8 @@ END LC_MESSAGES
|
|||||||
LC_MONETARY
|
LC_MONETARY
|
||||||
int_curr_symbol "<U0043><U0048><U0046><U0020>"
|
int_curr_symbol "<U0043><U0048><U0046><U0020>"
|
||||||
currency_symbol "<U0046><U0072><U002E>"
|
currency_symbol "<U0046><U0072><U002E>"
|
||||||
mon_decimal_point "<U002C>"
|
mon_decimal_point "<U002E>"
|
||||||
mon_thousands_sep "<U002E>"
|
mon_thousands_sep "<U0020>"
|
||||||
mon_grouping 3;3
|
mon_grouping 3;3
|
||||||
positive_sign ""
|
positive_sign ""
|
||||||
negative_sign "<U002D>"
|
negative_sign "<U002D>"
|
||||||
@ -77,7 +77,9 @@ n_sign_posn 4
|
|||||||
END LC_MONETARY
|
END LC_MONETARY
|
||||||
|
|
||||||
LC_NUMERIC
|
LC_NUMERIC
|
||||||
copy "de_DE"
|
decimal_point "<U002E>"
|
||||||
|
thousands_sep "<U0020>"
|
||||||
|
grouping 3;3
|
||||||
END LC_NUMERIC
|
END LC_NUMERIC
|
||||||
|
|
||||||
LC_TIME
|
LC_TIME
|
||||||
|
Loading…
Reference in New Issue
Block a user