diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-08-20 14:43:58 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-08-20 14:43:58 +0000 |
| commit | a540d32bde2f0fb56e7e12f80e8356c7466bf475 (patch) | |
| tree | 94236306645a6a2c76a872d900d5e6bb9343fe82 /lib/libc | |
| parent | e132ded9754b38a98344b33e6d24a94ff5811414 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/locale/table.c | 5 |
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, |
