X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/charset/blobdiff_plain/273ef1a19b9f44a1dbe4365e66d854879415ff5a..HEAD:/localenc.c diff --git a/localenc.c b/localenc.c index cd08cab..f5fabee 100644 --- a/localenc.c +++ b/localenc.c @@ -47,6 +47,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 }, { "CP874", CS_CP874, 1 }, { "Win874", CS_CP874, 0 },