X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/be3ed0da8343bdbd68665bef9a9bb096865bea04..7cd7de02fab619939e6665c251b246615ecce96e:/charset/localenc.c diff --git a/charset/localenc.c b/charset/localenc.c index 22088877..5eabeaf1 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 }, + { "CP852", CS_CP852, 1 }, { "CP866", CS_CP866, 1 }, { "CP1250", CS_CP1250, 1 }, { "CP1251", CS_CP1251, 1 },