X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/e41356ff1a423bcc7bbe3fbbc36407aa067c76e0..cd1a94aee1b026bdc958e0a2b8f84daeee453d61:/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 },