From 32e0d22da836f34c9c8ee0e629f3cde8415dae87 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Thu, 19 Oct 1995 19:29:55 +0000 Subject: [PATCH] Propogate default table to restricted 8859-1 template (only control/graph/punct/print tags used) Based on: kaleb@x.org and Bruce suggestions --- lib/libc/locale/table.c | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/lib/libc/locale/table.c b/lib/libc/locale/table.c index fb7344eafad..e9de3063214 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,