diff --git a/src/scripting/python/hooks.c b/src/scripting/python/hooks.c index 41c4787e2..d31711d8f 100644 --- a/src/scripting/python/hooks.c +++ b/src/scripting/python/hooks.c @@ -128,7 +128,7 @@ get_codepage(char *head) none: if (cp_index == -1) { - cp_index = get_cp_index("ISO-8859-1"); + cp_index = get_cp_index("utf-8"); } return cp_index;