X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/8ce999b9504afef593ba6f91a6ddb2377f5bd70d..6d177721a1a7749eb0d713fc6768fc758a83e2ab:/charset/localenc.c diff --git a/charset/localenc.c b/charset/localenc.c index 8ca277d5..4d81f50f 100644 --- a/charset/localenc.c +++ b/charset/localenc.c @@ -39,6 +39,7 @@ static const struct { { "ISO-8859-16", CS_ISO8859_16, 1 }, { "CP437", CS_CP437, 1 }, { "CP850", CS_CP850, 1 }, + { "CP866", CS_CP866, 1 }, { "CP1250", CS_CP1250, 1 }, { "CP1251", CS_CP1251, 1 }, { "CP1252", CS_CP1252, 1 },