mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
add some 8bit codepages for correct display
This commit is contained in:
parent
8a7c7762f7
commit
cfba955399
@ -43,8 +43,19 @@ static const char *str_utf8_encodings[] = {
|
|||||||
|
|
||||||
// standard 8bit encodings, no wide or multibytes characters
|
// standard 8bit encodings, no wide or multibytes characters
|
||||||
static const char *str_8bit_encodings[] = {
|
static const char *str_8bit_encodings[] = {
|
||||||
|
"cp-1251",
|
||||||
|
"cp1251",
|
||||||
|
"cp-1250",
|
||||||
|
"cp1250",
|
||||||
|
"cp-866",
|
||||||
|
"cp866",
|
||||||
|
"cp-850",
|
||||||
|
"cp850",
|
||||||
|
"cp-852",
|
||||||
|
"cp852",
|
||||||
"iso-8859",
|
"iso-8859",
|
||||||
"iso8859",
|
"iso8859",
|
||||||
|
"koi8",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user