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

Add ISO8859-2 / CP852 translation courtesy of Jaromir Filsak

[originally from svn r695]
This commit is contained in:
Simon Tatham
2000-10-09 16:29:12 +00:00
parent 3e7c4813d7
commit 7b444de332
4 changed files with 55 additions and 4 deletions

View File

@ -194,6 +194,7 @@ typedef struct {
VT_Mode vtmode;
int xlat_enablekoiwin;
int xlat_88592w1250;
int xlat_88592cp852;
int xlat_capslockcyr;
} Config;