summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/table.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-08-20 14:43:58 +0000
committerache <ache@FreeBSD.org>1996-08-20 14:43:58 +0000
commitcab84bd971fdaa5baaffe96794df1f2a1444947c (patch)
tree94236306645a6a2c76a872d900d5e6bb9343fe82 /lib/libc/locale/table.c
parenta15770cef3167e98216d6c880238e64121789e00 (diff)
downloadFreeBSD-src-cab84bd971fdaa5baaffe96794df1f2a1444947c.zip
FreeBSD-src-cab84bd971fdaa5baaffe96794df1f2a1444947c.tar.gz
Add isblank attr to non-break space
Add comment describing how upper half of table made
Diffstat (limited to 'lib/libc/locale/table.c')
-rw-r--r--lib/libc/locale/table.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/locale/table.c b/lib/libc/locale/table.c
index dfdaa84..de05433 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,
OpenPOWER on IntegriCloud