1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-06 05:52:48 -05:00

Add ISO-8859-2 / Win-1250 char set translation

[originally from svn r318]
This commit is contained in:
Simon Tatham
1999-11-17 10:44:43 +00:00
parent e0baec8159
commit 1c73cba012
5 changed files with 71 additions and 12 deletions

View File

@ -145,6 +145,7 @@ typedef struct {
short wordness[256];
/* russian language translation */
int xlat_enablekoiwin;
int xlat_88592w1250;
int xlat_capslockcyr;
} Config;