From 74238b8ee7150094715513a9cc36ef2db79370c9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 18 Jul 2000 20:32:25 +0000 Subject: Mark U0000 as cntrl and U00A0 not as space. --- localedata/tst-ctype.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'localedata/tst-ctype.sh') diff --git a/localedata/tst-ctype.sh b/localedata/tst-ctype.sh index 5b906a2188..f56551a578 100755 --- a/localedata/tst-ctype.sh +++ b/localedata/tst-ctype.sh @@ -24,7 +24,7 @@ status=0 # Run the test programs. rm -f ${common_objpfx}localedata/tst-ctype.out -for loc in de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 ja_JP.EUC-JP; do +for loc in C de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 ja_JP.EUC-JP; do if test -f tst-ctype-$loc.in; then input=tst-ctype-$loc.in else -- cgit 1.4.1