diff --git a/src/scripting/python/hooks.c b/src/scripting/python/hooks.c index 6e3b76e7a..b0abba08c 100644 --- a/src/scripting/python/hooks.c +++ b/src/scripting/python/hooks.c @@ -129,7 +129,7 @@ get_codepage(char *head) none: if (cp_index == -1) { - cp_index = get_cp_index("System"); + cp_index = get_cp_index("ISO-8859-1"); } return cp_index;