From 59460dc4ff6a491040b08bd13dad00b6c350e747 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 20 Aug 1996 14:27:26 +0000 Subject: [PATCH] Remove isgraph attr from non-break space --- lib/libc/locale/table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/locale/table.c b/lib/libc/locale/table.c index 9424a5812a1b..dfdaa845485d 100644 --- a/lib/libc/locale/table.c +++ b/lib/libc/locale/table.c @@ -92,7 +92,7 @@ _RuneLocale _DefaultRuneLocale = { _C, _C, _C, _C, /*98*/ _C, _C, _C, _C, _C, _C, _C, _C, - /*A0*/ _R|_G, _P|_R|_G, _P|_R|_G, _P|_R|_G, + /*A0*/ _R, _P|_R|_G, _P|_R|_G, _P|_R|_G, _P|_R|_G, _P|_R|_G, _P|_R|_G, _P|_R|_G, /*A8*/ _P|_R|_G, _P|_R|_G, _P|_R|_G, _P|_R|_G, _P|_R|_G, _P|_R|_G, _P|_R|_G, _P|_R|_G,