From a540d32bde2f0fb56e7e12f80e8356c7466bf475 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 20 Aug 1996 14:43:58 +0000 Subject: [PATCH] Add isblank attr to non-break space Add comment describing how upper half of table made --- lib/libc/locale/table.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/libc/locale/table.c b/lib/libc/locale/table.c index dfdaa845485d..de05433fee57 100644 --- a/lib/libc/locale/table.c +++ b/lib/libc/locale/table.c @@ -92,7 +92,10 @@ _RuneLocale _DefaultRuneLocale = { _C, _C, _C, _C, /*98*/ _C, _C, _C, _C, _C, _C, _C, _C, - /*A0*/ _R, _P|_R|_G, _P|_R|_G, _P|_R|_G, + +/* Populated from ISO 8859-1, attempt to not violate POSIX/ANSI */ + + /*A0*/ _B|_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,