diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-25 01:00:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-25 01:00:37 +0000 |
commit | db76d9433c8b71eb3677ff5ca5b94e084e73e468 (patch) | |
tree | b02fb38974b74d7711821b95e94e798e1e67db53 /localedata/tst-locale.sh | |
parent | 973209d8b04730a5f39dbcb015cc9836add665c1 (diff) | |
download | glibc-db76d9433c8b71eb3677ff5ca5b94e084e73e468.tar glibc-db76d9433c8b71eb3677ff5ca5b94e084e73e468.tar.gz glibc-db76d9433c8b71eb3677ff5ca5b94e084e73e468.tar.bz2 glibc-db76d9433c8b71eb3677ff5ca5b94e084e73e468.zip |
Update.
* locale/programs/ld-collate.c (collate_output): Also handle
IGNOREd characters in the simple way when generating the multibyte
table.
* locale/programs/ld-ctype.c (allocate_arrays): Move codeset_name
handling to ...
(ctype_finish): ...here. Check for missing codeset name.
Diffstat (limited to 'localedata/tst-locale.sh')
-rwxr-xr-x | localedata/tst-locale.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/localedata/tst-locale.sh b/localedata/tst-locale.sh index ed62c71138..6851c364c8 100755 --- a/localedata/tst-locale.sh +++ b/localedata/tst-locale.sh @@ -44,8 +44,7 @@ test_locale tests/test1.cm tests/test1.def test1 mnemonic.ds test_locale tests/test2.cm tests/test2.def test2 mnemonic.ds test_locale tests/test3.cm tests/test3.def test3 mnemonic.ds test_locale tests/test4.cm tests/test4.def test4 mnemonic.ds -# I know that multi-byte charsets do not yet work. --drepper -# test_locale tests/test5.cm tests/test5.def test5 mnemonic.ds +test_locale tests/test5.cm tests/test5.def test5 tests/test5.ds exit 0 |