From 4edc30e4d70ff4bd49abf8dc5a98502f07ff5991 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 27 Jun 2000 03:59:26 +0000 Subject: Update. * tst-ctype.c: Read in more tests from stdin. * tst-ctype.sh: Feed extra test data to program via stdin. * tst-ctype-de_DE.in: New file. * locales/i18n (punct): Exclude U00A0. (blank): Include U00A0. * locales/ja_JP: Updates for new format. * Makefile (test-srcs): Add tst-ctype. (distribute): Add tst-ctype.sh. (do-tst-ctype): New target. Run for tests. * tst-ctype.c: New file. * tst-ctype.sh: New file. --- localedata/locales/i18n | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'localedata/locales/i18n') diff --git a/localedata/locales/i18n b/localedata/locales/i18n index e91e60fff3..4d78fba1f0 100644 --- a/localedata/locales/i18n +++ b/localedata/locales/i18n @@ -284,7 +284,7 @@ space / % ISO/IEC 6429/ ;..;/ % TABLE 1 BASIC LATIN/ - ;/ + ;;/ % TABLE 35 GENERAL PUNCTUATION/ ..;..;/ % TABLE 50 CJK SYMBOLS AND PUNCTUATION, HIRAGANA/ @@ -294,7 +294,7 @@ cntrl ..;.. % punct / ..;..;..;..;/ - ..;..;..;..;/ + ..;..;..;..;/ ;;/ ;;..;;;;;/ ;;;;;;..;/ @@ -387,7 +387,7 @@ graph / % xdigit ..;..;.. % -blank ;;..;..; +blank ;;;..;..; % toupper / (,);(,);(,);(,);/ -- cgit v1.2.3