Euro is 0x20ac, not 0x80

ulab-original
jsorg71 17 years ago
parent 44391da4f1
commit 4aab3a3444

@ -136,9 +136,9 @@ int it_shift[] =
/* right alt chars */
int it_altgr[] =
{
0, 0, 0, 0, 0, 0, 0x80, 0,
0, 0, 0, 0, 0, 0, 0x20ac, 0,
'{', 0, 0, '}', 0, 0, 0, 0,
0, 0, 0x80, 0, 0, 0, 0, 0,
0, 0, 0x20ac, 0, 0, 0, 0, 0,
0, 0, '[', ']', 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, '@',
'#', 0, 0, 0, 0, 0, 0, 0,
@ -268,7 +268,7 @@ int en_uk_shift[] =
/* right alt chars */
int en_uk_altgr[] =
{
0, 0, 0, 0, 0, 0x80, 0, 0,
0, 0, 0, 0, 0, 0x20ac, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0xe9, 0, 0, 0, 0xfa, 0xed,
0xf3, 0, 0, 0, 0, 0, 0xe1, 0,
@ -336,7 +336,7 @@ int de_altgr[] =
{
0, 0, 0, 0xb2, 0xb3, 0, 0, 0,
'{', '[', ']', '}', '\\', 0, 0, 0,
'@', 0, 0x80, 0, 0, 0, 0, 0,
'@', 0, 0x20ac, 0, 0, 0, 0, 0,
0, 0, 0, '~', 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
@ -402,7 +402,7 @@ int fr_altgr[] =
{
0, 0, 0, '~', '#', '{', '[', '|',
'`', '\\', '^', '@', ']', '}', 0, 0,
0, 0, 0x80, 0, 0, 0, 0, 0,
0, 0, 0x20ac, 0, 0, 0, 0, 0,
0, 0, 0, 0xa4, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,

Loading…
Cancel
Save