diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-01 00:39:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-01 00:39:39 +0000 |
commit | 3da67f9970670030fdc273455b08606170183489 (patch) | |
tree | 3ffb811177f74e2295f8e70102effe21fff68585 /ChangeLog | |
parent | 7f4553513cc2e247fa40ba80485f41e942ba6c9b (diff) | |
download | glibc-3da67f9970670030fdc273455b08606170183489.tar.gz glibc-3da67f9970670030fdc273455b08606170183489.tar.xz glibc-3da67f9970670030fdc273455b08606170183489.zip |
Update.
* stdlib/strfmon.c: Move somewhat closer to the standard wrt to handling the internation currency symbol. POSIX says that the fourth character is used to separate the currency symbol from the value. Therefore it does not have to be printed. But we cannot remove the space if the currency symbol is printed before the number since this is what many locales expect. * localedata/tests-mbwc/dat_strfmon.c: Remove #ifdefs introduced to work around DEM problem. * localedata/tst-fmon.data: Change back entries with DEM.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1ff84dfe42..419075ff0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2000-06-30 Ulrich Drepper <drepper@redhat.com> + * stdlib/strfmon.c: Move somewhat closer to the standard wrt to + handling the internation currency symbol. POSIX says that the + fourth character is used to separate the currency symbol from the + value. Therefore it does not have to be printed. But we cannot + remove the space if the currency symbol is printed before the + number since this is what many locales expect. + * localedata/tests-mbwc/dat_strfmon.c: Remove #ifdefs introduced to + work around DEM problem. + * localedata/tst-fmon.data: Change back entries with DEM. + * iconv/gconv_trans.c: Test with _NL_CTYPE_TRANSLIT_DEFAULT_MISSING_LEN whether this information is available. |