summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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,