diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-29 23:02:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-29 23:02:41 +0000 |
commit | 679f5a56f969432e8d69a831ba942edae6cb7420 (patch) | |
tree | 2cb1c708a331f779a0cb9e9f61e705d31b885d35 /localedata/tst-locale.sh | |
parent | b062f051ec5678a1f056656601715c9d047e6fc2 (diff) | |
download | glibc-679f5a56f969432e8d69a831ba942edae6cb7420.tar.gz glibc-679f5a56f969432e8d69a831ba942edae6cb7420.tar.xz glibc-679f5a56f969432e8d69a831ba942edae6cb7420.zip |
Update.
1998-04-29 Ulrich Drepper <drepper@cygnus.com> * tst-locale.sh: Add comment for when multi-byte charsets in locales work. * tests/test5.cm: New file. * tests/test5.def: New file. * Makefile (ld-test-names): Add test5.
Diffstat (limited to 'localedata/tst-locale.sh')
-rwxr-xr-x | localedata/tst-locale.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/localedata/tst-locale.sh b/localedata/tst-locale.sh index 699a18b8aa..e52749de6d 100755 --- a/localedata/tst-locale.sh +++ b/localedata/tst-locale.sh @@ -39,12 +39,14 @@ test_locale () } # I take this out for now since it is a known problem -# (see [PR libc/229] and [PR libc/454]. +# (see [PR libc/229] and [PR libc/454]. --drepper # test_locale IBM437 de_DE de_DE.437 test_locale tests/test1.cm tests/test1.def test1 test_locale tests/test2.cm tests/test2.def test2 test_locale tests/test3.cm tests/test3.def test3 test_locale tests/test4.cm tests/test4.def test4 +# I know that multi-byte charsets do not yet work. --drepper +# test_locale tests/test5.cm tests/test5.def test5 exit 0 |