summaryrefslogtreecommitdiff
path: root/localedata/tst-ctype.sh
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-18 20:32:25 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-18 20:32:25 +0000
commit74238b8ee7150094715513a9cc36ef2db79370c9 (patch)
tree40262e4b4d10fe80f9ce7bd6f87224482fbf5173 /localedata/tst-ctype.sh
parentf306e7ff7bb939bfd52c4f8ec001856e0f680d07 (diff)
Mark U0000 as cntrl and U00A0 not as space.
Diffstat (limited to 'localedata/tst-ctype.sh')
-rwxr-xr-xlocaledata/tst-ctype.sh2
1 files changed, 1 insertions, 1 deletions
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