diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-10-19 19:29:55 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-10-19 19:29:55 +0000 |
commit | 32e0d22da836f34c9c8ee0e629f3cde8415dae87 (patch) | |
tree | 1f453171b569e26d72f68abd59cf2c856703f88f /lib | |
parent | 3b493fe3e88b57cfe87e3c2d7b46f8d6463af325 (diff) | |
download | src-32e0d22da836f34c9c8ee0e629f3cde8415dae87.tar.gz src-32e0d22da836f34c9c8ee0e629f3cde8415dae87.zip |
Propogate default table to restricted 8859-1 template
(only control/graph/punct/print tags used)
Based on: kaleb@x.org and Bruce suggestions
Notes
Notes:
svn path=/head/; revision=11575
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/locale/table.c | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lib/libc/locale/table.c b/lib/libc/locale/table.c index fb7344eafad5..e9de3063214e 100644 --- a/lib/libc/locale/table.c +++ b/lib/libc/locale/table.c @@ -86,6 +86,38 @@ _RuneLocale _DefaultRuneLocale = { _L|_R|_G|_A, _L|_R|_G|_A, _L|_R|_G|_A, _L|_R|_G|_A, /*78*/ _L|_R|_G|_A, _L|_R|_G|_A, _L|_R|_G|_A, _P|_R|_G, _P|_R|_G, _P|_R|_G, _P|_R|_G, _C, + /*80*/ _C, _C, _C, _C, + _C, _C, _C, _C, + /*88*/ _C, _C, _C, _C, + _C, _C, _C, _C, + /*90*/ _C, _C, _C, _C, + _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, + _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, + /*B0*/ _P|_R|_G, _P|_R|_G, _P|_R|_G, _P|_R|_G, + _P|_R|_G, _P|_R|_G, _P|_R|_G, _P|_R|_G, + /*B8*/ _P|_R|_G, _P|_R|_G, _P|_R|_G, _P|_R|_G, + _P|_R|_G, _P|_R|_G, _P|_R|_G, _P|_R|_G, + /*C0*/ _R|_G, _R|_G, _R|_G, _R|_G, + _R|_G, _R|_G, _R|_G, _R|_G, + /*C8*/ _R|_G, _R|_G, _R|_G, _R|_G, + _R|_G, _R|_G, _R|_G, _R|_G, + /*D0*/ _R|_G, _R|_G, _R|_G, _R|_G, + _R|_G, _R|_G, _R|_G, _P|_R|_G, + /*D8*/ _R|_G, _R|_G, _R|_G, _R|_G, + _R|_G, _R|_G, _R|_G, _R|_G, + /*E0*/ _R|_G, _R|_G, _R|_G, _R|_G, + _R|_G, _R|_G, _R|_G, _R|_G, + /*E8*/ _R|_G, _R|_G, _R|_G, _R|_G, + _R|_G, _R|_G, _R|_G, _R|_G, + /*F0*/ _R|_G, _R|_G, _R|_G, _R|_G, + _R|_G, _R|_G, _R|_G, _P|_R|_G, + /*F8*/ _R|_G, _R|_G, _R|_G, _R|_G, + _R|_G, _R|_G, _R|_G, _R|_G, }, { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, |