diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-11-04 20:07:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-11-04 20:07:11 +0000 |
commit | 1c15327821aee947476284374a96c7ebb64dc0d6 (patch) | |
tree | cd9a6e49c3612c5185f78af5ee439da7925a5fff /localedata/tst-numeric.data | |
parent | 7ea113633e51579f6bbd3f03ab350fc8f8d0424f (diff) | |
download | glibc-1c15327821aee947476284374a96c7ebb64dc0d6.tar.gz glibc-1c15327821aee947476284374a96c7ebb64dc0d6.tar.xz glibc-1c15327821aee947476284374a96c7ebb64dc0d6.zip |
Update.
2003-11-04 Ulrich Drepper <drepper@redhat.com> * tst-numeric.data: Fix fallout from nb_NO introduction. * Makefile (LOCALES): Likewise.
Diffstat (limited to 'localedata/tst-numeric.data')
-rw-r--r-- | localedata/tst-numeric.data | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/localedata/tst-numeric.data b/localedata/tst-numeric.data index c586b68f93..37c90b04b9 100644 --- a/localedata/tst-numeric.data +++ b/localedata/tst-numeric.data @@ -43,7 +43,7 @@ C %9g -1.23 -1.23 # # check both the norwegian locales and snprintf with that data # -no_NO.ISO-8859-1 %'g 123.45 123,45 -no_NO.ISO-8859-1 %'g -123.45 -123,45 +nb_NO.ISO-8859-1 %'g 123.45 123,45 +nb_NO.ISO-8859-1 %'g -123.45 -123,45 nn_NO.ISO-8859-1 %'g 123.45 123,45 nn_NO.ISO-8859-1 %'g -123.45 -123,45 |