mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +00:00
- added remapping for Cyrillic characters to matching Latin counterparts.
This commit is contained in:
parent
6488f52055
commit
fe61ff09a4
3 changed files with 28 additions and 3 deletions
|
@ -402,6 +402,23 @@ int getAlternative(int code)
|
|||
case 0x406: return 'I';
|
||||
case 0x407: return 0xcf;
|
||||
case 0x408: return 'J';
|
||||
case 0x410: return 'A';
|
||||
case 0x412: return 'B';
|
||||
case 0x415: return 'E';
|
||||
case 0x41a: return 'K';
|
||||
case 0x41c: return 'M';
|
||||
case 0x41d: return 'H';
|
||||
case 0x41e: return 'O';
|
||||
case 0x420: return 'P';
|
||||
case 0x421: return 'C';
|
||||
case 0x423: return 'T';
|
||||
case 0x425: return 'X';
|
||||
case 0x430: return 'a';
|
||||
case 0x435: return 'e';
|
||||
case 0x43e: return 'o';
|
||||
case 0x440: return 'p';
|
||||
case 0x441: return 'c';
|
||||
case 0x445: return 'x';
|
||||
case 0x450: return 0xe8;
|
||||
case 0x451: return 0xeb;
|
||||
case 0x455: return 's';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue