From db76d9433c8b71eb3677ff5ca5b94e084e73e468 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 25 Jan 2000 01:00:37 +0000 Subject: 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. --- localedata/ChangeLog | 3 +++ localedata/tests/test5.ds | 24 ++++++++++++++++++++++++ localedata/tst-locale.sh | 3 +-- 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 localedata/tests/test5.ds (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 7c411e80ad..4001a4dcbb 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,8 @@ 2000-01-24 Ulrich Drepper + * tst-locale.sh: Also enable test5. + * tests/test5.ds: New file. + * locales/gl_ES: New file. Contributed by Jacobo Tarrio . diff --git a/localedata/tests/test5.ds b/localedata/tests/test5.ds new file mode 100644 index 0000000000..261e1eb126 --- /dev/null +++ b/localedata/tests/test5.ds @@ -0,0 +1,24 @@ +escape_char / + + + + + + + + + + + + + +<0> +<1> +<2> +<3> +<4> +<5> +<6> +<7> +<8> +<9> 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 -- cgit v1.2.3