Add ISO8859-2 / CP852 translation courtesy of Jaromir Filsak
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 88437d8..4f9151b 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -194,6 +194,7 @@ typedef struct {
     VT_Mode vtmode;
     int xlat_enablekoiwin;
     int xlat_88592w1250;
+    int xlat_88592cp852;
     int xlat_capslockcyr;
 } Config;