X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/ed282e281023b5a06d7515be0f3789d3de41a876..f317611e5572e4292e3ee88f6956a97fcd794089:/xlat.c?ds=sidebyside diff --git a/xlat.c b/xlat.c index 57a35f22..535497d6 100644 --- a/xlat.c +++ b/xlat.c @@ -142,6 +142,8 @@ unsigned char xlat_tty2scr(unsigned char c) { if(cfg.xlat_enablekoiwin) return koi2win[c]; + else if (cfg.xlat_88592w1250) + return xlatISO88592toWIN1250[c]; else if (cfg.xlat_88592cp852) return xlatISO88592toCP852[c]; return c;