From cfba9553998567234c8209fbe2afc39536cebefa Mon Sep 17 00:00:00 2001 From: Slava Zanko Date: Tue, 6 Jan 2009 15:26:04 +0200 Subject: [PATCH] add some 8bit codepages for correct display --- src/strutil.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/strutil.c b/src/strutil.c index d1527e4ee..bd90a9240 100644 --- a/src/strutil.c +++ b/src/strutil.c @@ -43,8 +43,19 @@ static const char *str_utf8_encodings[] = { // standard 8bit encodings, no wide or multibytes characters static const char *str_8bit_encodings[] = { + "cp-1251", + "cp1251", + "cp-1250", + "cp1250", + "cp-866", + "cp866", + "cp-850", + "cp850", + "cp-852", + "cp852", "iso-8859", "iso8859", + "koi8", NULL };