summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/table.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-08-20 14:27:26 +0000
committerache <ache@FreeBSD.org>1996-08-20 14:27:26 +0000
commit153cc35e34117399207d550766889d38325b553d (patch)
treee0a66a26732dceb05e3b42b3d36d055596e853bb /lib/libc/locale/table.c
parent981ea6eb0f7d60e5b380697c88ee6d6981b9a5ba (diff)
downloadFreeBSD-src-153cc35e34117399207d550766889d38325b553d.zip
FreeBSD-src-153cc35e34117399207d550766889d38325b553d.tar.gz
Remove isgraph attr from non-break space
Diffstat (limited to 'lib/libc/locale/table.c')
-rw-r--r--lib/libc/locale/table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/table.c b/lib/libc/locale/table.c
index 9424a58..dfdaa84 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,
OpenPOWER on IntegriCloud