mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Propogate default table to restricted 8859-1 template
(only control/graph/punct/print tags used) Based on: kaleb@x.org and Bruce suggestions
This commit is contained in:
parent
3b493fe3e8
commit
32e0d22da8
1 changed files with 32 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue