From 679f5a56f969432e8d69a831ba942edae6cb7420 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 29 Apr 1998 23:02:41 +0000 Subject: Update. 1998-04-29 Ulrich Drepper * 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. --- localedata/tst-locale.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'localedata/tst-locale.sh') 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 -- cgit v1.2.3