mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
SCI: Fix lowercase Alt+'n' for Polish
This commit is contained in:
@@ -90,7 +90,7 @@ static const uint16 UTF16toWin1250[] = {
|
||||
|
||||
// Table for transferring Alt+<Key> into Polish symbols
|
||||
static const byte PolishAltifytoWin1250[] = {
|
||||
'e', 0xea, 'o', 0xf3, 'a', 0xb9, 's', 0x9c, 'l', 0xb3, 'z', 0xbf, 'x', 0x9f, 'c', 0xe6, 'n', 0xF2,
|
||||
'e', 0xea, 'o', 0xf3, 'a', 0xb9, 's', 0x9c, 'l', 0xb3, 'z', 0xbf, 'x', 0x9f, 'c', 0xe6, 'n', 0xF1,
|
||||
'E', 0xca, 'O', 0xd3, 'A', 0xa5, 'S', 0x8c, 'L', 0xa3, 'Z', 0xaf, 'X', 0x8f, 'C', 0xc6, 'N', 0xD1,
|
||||
0
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user